@aws-sdk/client-iotsitewise 3.131.0 → 3.141.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/IoTSiteWise.js +45 -0
- package/dist-cjs/commands/AssociateAssetsCommand.js +1 -1
- package/dist-cjs/commands/AssociateTimeSeriesToAssetPropertyCommand.js +1 -1
- package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAssetPropertyAggregatesCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAssetPropertyValueCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAssetPropertyValueHistoryCommand.js +2 -2
- package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +2 -2
- package/dist-cjs/commands/CreateAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/CreateAssetCommand.js +2 -2
- package/dist-cjs/commands/CreateAssetModelCommand.js +2 -2
- package/dist-cjs/commands/CreateBulkImportJobCommand.js +36 -0
- package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
- package/dist-cjs/commands/CreateGatewayCommand.js +2 -2
- package/dist-cjs/commands/CreatePortalCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssetCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssetModelCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
- package/dist-cjs/commands/DeleteGatewayCommand.js +1 -1
- package/dist-cjs/commands/DeletePortalCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteTimeSeriesCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetModelCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetPropertyCommand.js +2 -2
- package/dist-cjs/commands/DescribeBulkImportJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
- package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeGatewayCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribePortalCommand.js +2 -2
- package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
- package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeTimeSeriesCommand.js +2 -2
- package/dist-cjs/commands/DisassociateAssetsCommand.js +1 -1
- package/dist-cjs/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +1 -1
- package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +2 -2
- package/dist-cjs/commands/GetAssetPropertyValueCommand.js +2 -2
- package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +2 -2
- package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +2 -2
- package/dist-cjs/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-cjs/commands/ListAssetModelsCommand.js +2 -2
- package/dist-cjs/commands/ListAssetRelationshipsCommand.js +2 -2
- package/dist-cjs/commands/ListAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListAssociatedAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListBulkImportJobsCommand.js +36 -0
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListGatewaysCommand.js +2 -2
- package/dist-cjs/commands/ListPortalsCommand.js +2 -2
- package/dist-cjs/commands/ListProjectAssetsCommand.js +2 -2
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTimeSeriesCommand.js +2 -2
- package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -2
- package/dist-cjs/commands/PutStorageConfigurationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccessPolicyCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssetCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssetModelCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssetPropertyCommand.js +1 -1
- package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateGatewayCommand.js +1 -1
- package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +952 -1308
- package/dist-cjs/pagination/ListBulkImportJobsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +411 -3
- package/dist-es/IoTSiteWise.js +45 -0
- package/dist-es/commands/AssociateAssetsCommand.js +2 -2
- package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +2 -2
- package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +3 -3
- package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +3 -3
- package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +3 -3
- package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +3 -3
- package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +3 -3
- package/dist-es/commands/CreateAccessPolicyCommand.js +3 -3
- package/dist-es/commands/CreateAssetCommand.js +3 -3
- package/dist-es/commands/CreateAssetModelCommand.js +3 -3
- package/dist-es/commands/CreateBulkImportJobCommand.js +39 -0
- package/dist-es/commands/CreateDashboardCommand.js +3 -3
- package/dist-es/commands/CreateGatewayCommand.js +3 -3
- package/dist-es/commands/CreatePortalCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/DeleteAccessPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteAssetCommand.js +3 -3
- package/dist-es/commands/DeleteAssetModelCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardCommand.js +3 -3
- package/dist-es/commands/DeleteGatewayCommand.js +2 -2
- package/dist-es/commands/DeletePortalCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +3 -3
- package/dist-es/commands/DeleteTimeSeriesCommand.js +2 -2
- package/dist-es/commands/DescribeAccessPolicyCommand.js +3 -3
- package/dist-es/commands/DescribeAssetCommand.js +3 -3
- package/dist-es/commands/DescribeAssetModelCommand.js +3 -3
- package/dist-es/commands/DescribeAssetPropertyCommand.js +3 -3
- package/dist-es/commands/DescribeBulkImportJobCommand.js +39 -0
- package/dist-es/commands/DescribeDashboardCommand.js +3 -3
- package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeGatewayCommand.js +3 -3
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +3 -3
- package/dist-es/commands/DescribePortalCommand.js +3 -3
- package/dist-es/commands/DescribeProjectCommand.js +3 -3
- package/dist-es/commands/DescribeStorageConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeTimeSeriesCommand.js +3 -3
- package/dist-es/commands/DisassociateAssetsCommand.js +2 -2
- package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +2 -2
- package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +3 -3
- package/dist-es/commands/GetAssetPropertyValueCommand.js +3 -3
- package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +3 -3
- package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +3 -3
- package/dist-es/commands/ListAccessPoliciesCommand.js +3 -3
- package/dist-es/commands/ListAssetModelsCommand.js +3 -3
- package/dist-es/commands/ListAssetRelationshipsCommand.js +3 -3
- package/dist-es/commands/ListAssetsCommand.js +3 -3
- package/dist-es/commands/ListAssociatedAssetsCommand.js +3 -3
- package/dist-es/commands/ListBulkImportJobsCommand.js +39 -0
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListGatewaysCommand.js +3 -3
- package/dist-es/commands/ListPortalsCommand.js +3 -3
- package/dist-es/commands/ListProjectAssetsCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTimeSeriesCommand.js +3 -3
- package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +3 -3
- package/dist-es/commands/PutLoggingOptionsCommand.js +3 -3
- package/dist-es/commands/PutStorageConfigurationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccessPolicyCommand.js +3 -3
- package/dist-es/commands/UpdateAssetCommand.js +3 -3
- package/dist-es/commands/UpdateAssetModelCommand.js +3 -3
- package/dist-es/commands/UpdateAssetPropertyCommand.js +2 -2
- package/dist-es/commands/UpdateDashboardCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayCommand.js +2 -2
- package/dist-es/commands/UpdatePortalCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +259 -868
- package/dist-es/pagination/ListBulkImportJobsPaginator.js +75 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +475 -0
- package/dist-types/IoTSiteWise.d.ts +44 -0
- package/dist-types/IoTSiteWiseClient.d.ts +5 -2
- package/dist-types/commands/CreateBulkImportJobCommand.d.ts +46 -0
- package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +41 -0
- package/dist-types/commands/ListBulkImportJobsCommand.d.ts +41 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +1201 -1293
- package/dist-types/pagination/ListBulkImportJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/IoTSiteWise.d.ts +15 -0
- package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +5 -2
- package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +578 -863
- package/dist-types/ts3.4/pagination/ListBulkImportJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
- package/package.json +6 -6
|
@@ -5,37 +5,21 @@ export interface GroupIdentity {
|
|
|
5
5
|
|
|
6
6
|
id: string | undefined;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace GroupIdentity {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: GroupIdentity) => any;
|
|
11
|
-
}
|
|
12
8
|
|
|
13
9
|
export interface IAMRoleIdentity {
|
|
14
10
|
|
|
15
11
|
arn: string | undefined;
|
|
16
12
|
}
|
|
17
|
-
export declare namespace IAMRoleIdentity {
|
|
18
|
-
|
|
19
|
-
const filterSensitiveLog: (obj: IAMRoleIdentity) => any;
|
|
20
|
-
}
|
|
21
13
|
|
|
22
14
|
export interface IAMUserIdentity {
|
|
23
15
|
|
|
24
16
|
arn: string | undefined;
|
|
25
17
|
}
|
|
26
|
-
export declare namespace IAMUserIdentity {
|
|
27
|
-
|
|
28
|
-
const filterSensitiveLog: (obj: IAMUserIdentity) => any;
|
|
29
|
-
}
|
|
30
18
|
|
|
31
19
|
export interface UserIdentity {
|
|
32
20
|
|
|
33
21
|
id: string | undefined;
|
|
34
22
|
}
|
|
35
|
-
export declare namespace UserIdentity {
|
|
36
|
-
|
|
37
|
-
const filterSensitiveLog: (obj: UserIdentity) => any;
|
|
38
|
-
}
|
|
39
23
|
|
|
40
24
|
export interface Identity {
|
|
41
25
|
|
|
@@ -47,10 +31,6 @@ export interface Identity {
|
|
|
47
31
|
|
|
48
32
|
iamRole?: IAMRoleIdentity;
|
|
49
33
|
}
|
|
50
|
-
export declare namespace Identity {
|
|
51
|
-
|
|
52
|
-
const filterSensitiveLog: (obj: Identity) => any;
|
|
53
|
-
}
|
|
54
34
|
export declare enum Permission {
|
|
55
35
|
ADMINISTRATOR = "ADMINISTRATOR",
|
|
56
36
|
VIEWER = "VIEWER"
|
|
@@ -60,19 +40,11 @@ export interface PortalResource {
|
|
|
60
40
|
|
|
61
41
|
id: string | undefined;
|
|
62
42
|
}
|
|
63
|
-
export declare namespace PortalResource {
|
|
64
|
-
|
|
65
|
-
const filterSensitiveLog: (obj: PortalResource) => any;
|
|
66
|
-
}
|
|
67
43
|
|
|
68
44
|
export interface ProjectResource {
|
|
69
45
|
|
|
70
46
|
id: string | undefined;
|
|
71
47
|
}
|
|
72
|
-
export declare namespace ProjectResource {
|
|
73
|
-
|
|
74
|
-
const filterSensitiveLog: (obj: ProjectResource) => any;
|
|
75
|
-
}
|
|
76
48
|
|
|
77
49
|
export interface Resource {
|
|
78
50
|
|
|
@@ -80,10 +52,6 @@ export interface Resource {
|
|
|
80
52
|
|
|
81
53
|
project?: ProjectResource;
|
|
82
54
|
}
|
|
83
|
-
export declare namespace Resource {
|
|
84
|
-
|
|
85
|
-
const filterSensitiveLog: (obj: Resource) => any;
|
|
86
|
-
}
|
|
87
55
|
|
|
88
56
|
export interface AccessPolicySummary {
|
|
89
57
|
|
|
@@ -99,10 +67,6 @@ export interface AccessPolicySummary {
|
|
|
99
67
|
|
|
100
68
|
lastUpdateDate?: Date;
|
|
101
69
|
}
|
|
102
|
-
export declare namespace AccessPolicySummary {
|
|
103
|
-
|
|
104
|
-
const filterSensitiveLog: (obj: AccessPolicySummary) => any;
|
|
105
|
-
}
|
|
106
70
|
export declare enum Quality {
|
|
107
71
|
BAD = "BAD",
|
|
108
72
|
GOOD = "GOOD",
|
|
@@ -123,10 +87,6 @@ export interface Aggregates {
|
|
|
123
87
|
|
|
124
88
|
standardDeviation?: number;
|
|
125
89
|
}
|
|
126
|
-
export declare namespace Aggregates {
|
|
127
|
-
|
|
128
|
-
const filterSensitiveLog: (obj: Aggregates) => any;
|
|
129
|
-
}
|
|
130
90
|
|
|
131
91
|
export interface AggregatedValue {
|
|
132
92
|
|
|
@@ -136,10 +96,6 @@ export interface AggregatedValue {
|
|
|
136
96
|
|
|
137
97
|
value: Aggregates | undefined;
|
|
138
98
|
}
|
|
139
|
-
export declare namespace AggregatedValue {
|
|
140
|
-
|
|
141
|
-
const filterSensitiveLog: (obj: AggregatedValue) => any;
|
|
142
|
-
}
|
|
143
99
|
export declare enum AggregateType {
|
|
144
100
|
AVERAGE = "AVERAGE",
|
|
145
101
|
COUNT = "COUNT",
|
|
@@ -155,10 +111,6 @@ export interface Alarms {
|
|
|
155
111
|
|
|
156
112
|
notificationLambdaArn?: string;
|
|
157
113
|
}
|
|
158
|
-
export declare namespace Alarms {
|
|
159
|
-
|
|
160
|
-
const filterSensitiveLog: (obj: Alarms) => any;
|
|
161
|
-
}
|
|
162
114
|
export declare enum PropertyDataType {
|
|
163
115
|
BOOLEAN = "BOOLEAN",
|
|
164
116
|
DOUBLE = "DOUBLE",
|
|
@@ -177,10 +129,6 @@ export interface PropertyNotification {
|
|
|
177
129
|
|
|
178
130
|
state: PropertyNotificationState | string | undefined;
|
|
179
131
|
}
|
|
180
|
-
export declare namespace PropertyNotification {
|
|
181
|
-
|
|
182
|
-
const filterSensitiveLog: (obj: PropertyNotification) => any;
|
|
183
|
-
}
|
|
184
132
|
|
|
185
133
|
export interface AssetProperty {
|
|
186
134
|
|
|
@@ -198,10 +146,6 @@ export interface AssetProperty {
|
|
|
198
146
|
|
|
199
147
|
unit?: string;
|
|
200
148
|
}
|
|
201
|
-
export declare namespace AssetProperty {
|
|
202
|
-
|
|
203
|
-
const filterSensitiveLog: (obj: AssetProperty) => any;
|
|
204
|
-
}
|
|
205
149
|
|
|
206
150
|
export interface AssetCompositeModel {
|
|
207
151
|
|
|
@@ -213,10 +157,6 @@ export interface AssetCompositeModel {
|
|
|
213
157
|
|
|
214
158
|
properties: AssetProperty[] | undefined;
|
|
215
159
|
}
|
|
216
|
-
export declare namespace AssetCompositeModel {
|
|
217
|
-
|
|
218
|
-
const filterSensitiveLog: (obj: AssetCompositeModel) => any;
|
|
219
|
-
}
|
|
220
160
|
export declare enum AssetErrorCode {
|
|
221
161
|
INTERNAL_FAILURE = "INTERNAL_FAILURE"
|
|
222
162
|
}
|
|
@@ -229,10 +169,6 @@ export interface AssetErrorDetails {
|
|
|
229
169
|
|
|
230
170
|
message: string | undefined;
|
|
231
171
|
}
|
|
232
|
-
export declare namespace AssetErrorDetails {
|
|
233
|
-
|
|
234
|
-
const filterSensitiveLog: (obj: AssetErrorDetails) => any;
|
|
235
|
-
}
|
|
236
172
|
|
|
237
173
|
export interface AssetHierarchy {
|
|
238
174
|
|
|
@@ -240,10 +176,6 @@ export interface AssetHierarchy {
|
|
|
240
176
|
|
|
241
177
|
name: string | undefined;
|
|
242
178
|
}
|
|
243
|
-
export declare namespace AssetHierarchy {
|
|
244
|
-
|
|
245
|
-
const filterSensitiveLog: (obj: AssetHierarchy) => any;
|
|
246
|
-
}
|
|
247
179
|
|
|
248
180
|
export interface AssetHierarchyInfo {
|
|
249
181
|
|
|
@@ -251,19 +183,11 @@ export interface AssetHierarchyInfo {
|
|
|
251
183
|
|
|
252
184
|
childAssetId?: string;
|
|
253
185
|
}
|
|
254
|
-
export declare namespace AssetHierarchyInfo {
|
|
255
|
-
|
|
256
|
-
const filterSensitiveLog: (obj: AssetHierarchyInfo) => any;
|
|
257
|
-
}
|
|
258
186
|
|
|
259
187
|
export interface Attribute {
|
|
260
188
|
|
|
261
189
|
defaultValue?: string;
|
|
262
190
|
}
|
|
263
|
-
export declare namespace Attribute {
|
|
264
|
-
|
|
265
|
-
const filterSensitiveLog: (obj: Attribute) => any;
|
|
266
|
-
}
|
|
267
191
|
export declare enum ForwardingConfigState {
|
|
268
192
|
DISABLED = "DISABLED",
|
|
269
193
|
ENABLED = "ENABLED"
|
|
@@ -273,28 +197,16 @@ export interface ForwardingConfig {
|
|
|
273
197
|
|
|
274
198
|
state: ForwardingConfigState | string | undefined;
|
|
275
199
|
}
|
|
276
|
-
export declare namespace ForwardingConfig {
|
|
277
|
-
|
|
278
|
-
const filterSensitiveLog: (obj: ForwardingConfig) => any;
|
|
279
|
-
}
|
|
280
200
|
|
|
281
201
|
export interface MeasurementProcessingConfig {
|
|
282
202
|
|
|
283
203
|
forwardingConfig: ForwardingConfig | undefined;
|
|
284
204
|
}
|
|
285
|
-
export declare namespace MeasurementProcessingConfig {
|
|
286
|
-
|
|
287
|
-
const filterSensitiveLog: (obj: MeasurementProcessingConfig) => any;
|
|
288
|
-
}
|
|
289
205
|
|
|
290
206
|
export interface Measurement {
|
|
291
207
|
|
|
292
208
|
processingConfig?: MeasurementProcessingConfig;
|
|
293
209
|
}
|
|
294
|
-
export declare namespace Measurement {
|
|
295
|
-
|
|
296
|
-
const filterSensitiveLog: (obj: Measurement) => any;
|
|
297
|
-
}
|
|
298
210
|
export declare enum ComputeLocation {
|
|
299
211
|
CLOUD = "CLOUD",
|
|
300
212
|
EDGE = "EDGE"
|
|
@@ -304,10 +216,6 @@ export interface MetricProcessingConfig {
|
|
|
304
216
|
|
|
305
217
|
computeLocation: ComputeLocation | string | undefined;
|
|
306
218
|
}
|
|
307
|
-
export declare namespace MetricProcessingConfig {
|
|
308
|
-
|
|
309
|
-
const filterSensitiveLog: (obj: MetricProcessingConfig) => any;
|
|
310
|
-
}
|
|
311
219
|
|
|
312
220
|
export interface VariableValue {
|
|
313
221
|
|
|
@@ -315,10 +223,6 @@ export interface VariableValue {
|
|
|
315
223
|
|
|
316
224
|
hierarchyId?: string;
|
|
317
225
|
}
|
|
318
|
-
export declare namespace VariableValue {
|
|
319
|
-
|
|
320
|
-
const filterSensitiveLog: (obj: VariableValue) => any;
|
|
321
|
-
}
|
|
322
226
|
|
|
323
227
|
export interface ExpressionVariable {
|
|
324
228
|
|
|
@@ -326,10 +230,6 @@ export interface ExpressionVariable {
|
|
|
326
230
|
|
|
327
231
|
value: VariableValue | undefined;
|
|
328
232
|
}
|
|
329
|
-
export declare namespace ExpressionVariable {
|
|
330
|
-
|
|
331
|
-
const filterSensitiveLog: (obj: ExpressionVariable) => any;
|
|
332
|
-
}
|
|
333
233
|
|
|
334
234
|
export interface TumblingWindow {
|
|
335
235
|
|
|
@@ -337,19 +237,11 @@ export interface TumblingWindow {
|
|
|
337
237
|
|
|
338
238
|
offset?: string;
|
|
339
239
|
}
|
|
340
|
-
export declare namespace TumblingWindow {
|
|
341
|
-
|
|
342
|
-
const filterSensitiveLog: (obj: TumblingWindow) => any;
|
|
343
|
-
}
|
|
344
240
|
|
|
345
241
|
export interface MetricWindow {
|
|
346
242
|
|
|
347
243
|
tumbling?: TumblingWindow;
|
|
348
244
|
}
|
|
349
|
-
export declare namespace MetricWindow {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: MetricWindow) => any;
|
|
352
|
-
}
|
|
353
245
|
|
|
354
246
|
export interface Metric {
|
|
355
247
|
|
|
@@ -361,10 +253,6 @@ export interface Metric {
|
|
|
361
253
|
|
|
362
254
|
processingConfig?: MetricProcessingConfig;
|
|
363
255
|
}
|
|
364
|
-
export declare namespace Metric {
|
|
365
|
-
|
|
366
|
-
const filterSensitiveLog: (obj: Metric) => any;
|
|
367
|
-
}
|
|
368
256
|
|
|
369
257
|
export interface TransformProcessingConfig {
|
|
370
258
|
|
|
@@ -372,10 +260,6 @@ export interface TransformProcessingConfig {
|
|
|
372
260
|
|
|
373
261
|
forwardingConfig?: ForwardingConfig;
|
|
374
262
|
}
|
|
375
|
-
export declare namespace TransformProcessingConfig {
|
|
376
|
-
|
|
377
|
-
const filterSensitiveLog: (obj: TransformProcessingConfig) => any;
|
|
378
|
-
}
|
|
379
263
|
|
|
380
264
|
export interface Transform {
|
|
381
265
|
|
|
@@ -385,10 +269,6 @@ export interface Transform {
|
|
|
385
269
|
|
|
386
270
|
processingConfig?: TransformProcessingConfig;
|
|
387
271
|
}
|
|
388
|
-
export declare namespace Transform {
|
|
389
|
-
|
|
390
|
-
const filterSensitiveLog: (obj: Transform) => any;
|
|
391
|
-
}
|
|
392
272
|
|
|
393
273
|
export interface PropertyType {
|
|
394
274
|
|
|
@@ -400,10 +280,6 @@ export interface PropertyType {
|
|
|
400
280
|
|
|
401
281
|
metric?: Metric;
|
|
402
282
|
}
|
|
403
|
-
export declare namespace PropertyType {
|
|
404
|
-
|
|
405
|
-
const filterSensitiveLog: (obj: PropertyType) => any;
|
|
406
|
-
}
|
|
407
283
|
|
|
408
284
|
export interface AssetModelProperty {
|
|
409
285
|
|
|
@@ -419,10 +295,6 @@ export interface AssetModelProperty {
|
|
|
419
295
|
|
|
420
296
|
type: PropertyType | undefined;
|
|
421
297
|
}
|
|
422
|
-
export declare namespace AssetModelProperty {
|
|
423
|
-
|
|
424
|
-
const filterSensitiveLog: (obj: AssetModelProperty) => any;
|
|
425
|
-
}
|
|
426
298
|
|
|
427
299
|
export interface AssetModelCompositeModel {
|
|
428
300
|
|
|
@@ -434,10 +306,6 @@ export interface AssetModelCompositeModel {
|
|
|
434
306
|
|
|
435
307
|
properties?: AssetModelProperty[];
|
|
436
308
|
}
|
|
437
|
-
export declare namespace AssetModelCompositeModel {
|
|
438
|
-
|
|
439
|
-
const filterSensitiveLog: (obj: AssetModelCompositeModel) => any;
|
|
440
|
-
}
|
|
441
309
|
|
|
442
310
|
export interface AssetModelPropertyDefinition {
|
|
443
311
|
|
|
@@ -451,10 +319,6 @@ export interface AssetModelPropertyDefinition {
|
|
|
451
319
|
|
|
452
320
|
type: PropertyType | undefined;
|
|
453
321
|
}
|
|
454
|
-
export declare namespace AssetModelPropertyDefinition {
|
|
455
|
-
|
|
456
|
-
const filterSensitiveLog: (obj: AssetModelPropertyDefinition) => any;
|
|
457
|
-
}
|
|
458
322
|
|
|
459
323
|
export interface AssetModelCompositeModelDefinition {
|
|
460
324
|
|
|
@@ -466,10 +330,6 @@ export interface AssetModelCompositeModelDefinition {
|
|
|
466
330
|
|
|
467
331
|
properties?: AssetModelPropertyDefinition[];
|
|
468
332
|
}
|
|
469
|
-
export declare namespace AssetModelCompositeModelDefinition {
|
|
470
|
-
|
|
471
|
-
const filterSensitiveLog: (obj: AssetModelCompositeModelDefinition) => any;
|
|
472
|
-
}
|
|
473
333
|
|
|
474
334
|
export interface AssetModelHierarchy {
|
|
475
335
|
|
|
@@ -479,10 +339,6 @@ export interface AssetModelHierarchy {
|
|
|
479
339
|
|
|
480
340
|
childAssetModelId: string | undefined;
|
|
481
341
|
}
|
|
482
|
-
export declare namespace AssetModelHierarchy {
|
|
483
|
-
|
|
484
|
-
const filterSensitiveLog: (obj: AssetModelHierarchy) => any;
|
|
485
|
-
}
|
|
486
342
|
|
|
487
343
|
export interface AssetModelHierarchyDefinition {
|
|
488
344
|
|
|
@@ -490,10 +346,6 @@ export interface AssetModelHierarchyDefinition {
|
|
|
490
346
|
|
|
491
347
|
childAssetModelId: string | undefined;
|
|
492
348
|
}
|
|
493
|
-
export declare namespace AssetModelHierarchyDefinition {
|
|
494
|
-
|
|
495
|
-
const filterSensitiveLog: (obj: AssetModelHierarchyDefinition) => any;
|
|
496
|
-
}
|
|
497
349
|
export declare enum AssetModelState {
|
|
498
350
|
ACTIVE = "ACTIVE",
|
|
499
351
|
CREATING = "CREATING",
|
|
@@ -517,10 +369,6 @@ export interface DetailedError {
|
|
|
517
369
|
|
|
518
370
|
message: string | undefined;
|
|
519
371
|
}
|
|
520
|
-
export declare namespace DetailedError {
|
|
521
|
-
|
|
522
|
-
const filterSensitiveLog: (obj: DetailedError) => any;
|
|
523
|
-
}
|
|
524
372
|
|
|
525
373
|
export interface ErrorDetails {
|
|
526
374
|
|
|
@@ -530,10 +378,6 @@ export interface ErrorDetails {
|
|
|
530
378
|
|
|
531
379
|
details?: DetailedError[];
|
|
532
380
|
}
|
|
533
|
-
export declare namespace ErrorDetails {
|
|
534
|
-
|
|
535
|
-
const filterSensitiveLog: (obj: ErrorDetails) => any;
|
|
536
|
-
}
|
|
537
381
|
|
|
538
382
|
export interface AssetModelStatus {
|
|
539
383
|
|
|
@@ -541,10 +385,6 @@ export interface AssetModelStatus {
|
|
|
541
385
|
|
|
542
386
|
error?: ErrorDetails;
|
|
543
387
|
}
|
|
544
|
-
export declare namespace AssetModelStatus {
|
|
545
|
-
|
|
546
|
-
const filterSensitiveLog: (obj: AssetModelStatus) => any;
|
|
547
|
-
}
|
|
548
388
|
|
|
549
389
|
export interface AssetModelSummary {
|
|
550
390
|
|
|
@@ -562,10 +402,6 @@ export interface AssetModelSummary {
|
|
|
562
402
|
|
|
563
403
|
status: AssetModelStatus | undefined;
|
|
564
404
|
}
|
|
565
|
-
export declare namespace AssetModelSummary {
|
|
566
|
-
|
|
567
|
-
const filterSensitiveLog: (obj: AssetModelSummary) => any;
|
|
568
|
-
}
|
|
569
405
|
|
|
570
406
|
export interface TimeInNanos {
|
|
571
407
|
|
|
@@ -573,10 +409,6 @@ export interface TimeInNanos {
|
|
|
573
409
|
|
|
574
410
|
offsetInNanos?: number;
|
|
575
411
|
}
|
|
576
|
-
export declare namespace TimeInNanos {
|
|
577
|
-
|
|
578
|
-
const filterSensitiveLog: (obj: TimeInNanos) => any;
|
|
579
|
-
}
|
|
580
412
|
|
|
581
413
|
export interface Variant {
|
|
582
414
|
|
|
@@ -588,10 +420,6 @@ export interface Variant {
|
|
|
588
420
|
|
|
589
421
|
booleanValue?: boolean;
|
|
590
422
|
}
|
|
591
|
-
export declare namespace Variant {
|
|
592
|
-
|
|
593
|
-
const filterSensitiveLog: (obj: Variant) => any;
|
|
594
|
-
}
|
|
595
423
|
|
|
596
424
|
export interface AssetPropertyValue {
|
|
597
425
|
|
|
@@ -601,10 +429,6 @@ export interface AssetPropertyValue {
|
|
|
601
429
|
|
|
602
430
|
quality?: Quality | string;
|
|
603
431
|
}
|
|
604
|
-
export declare namespace AssetPropertyValue {
|
|
605
|
-
|
|
606
|
-
const filterSensitiveLog: (obj: AssetPropertyValue) => any;
|
|
607
|
-
}
|
|
608
432
|
export declare enum AssetRelationshipType {
|
|
609
433
|
HIERARCHY = "HIERARCHY"
|
|
610
434
|
}
|
|
@@ -615,10 +439,6 @@ export interface AssetRelationshipSummary {
|
|
|
615
439
|
|
|
616
440
|
relationshipType: AssetRelationshipType | string | undefined;
|
|
617
441
|
}
|
|
618
|
-
export declare namespace AssetRelationshipSummary {
|
|
619
|
-
|
|
620
|
-
const filterSensitiveLog: (obj: AssetRelationshipSummary) => any;
|
|
621
|
-
}
|
|
622
442
|
export declare enum AssetState {
|
|
623
443
|
ACTIVE = "ACTIVE",
|
|
624
444
|
CREATING = "CREATING",
|
|
@@ -633,10 +453,6 @@ export interface AssetStatus {
|
|
|
633
453
|
|
|
634
454
|
error?: ErrorDetails;
|
|
635
455
|
}
|
|
636
|
-
export declare namespace AssetStatus {
|
|
637
|
-
|
|
638
|
-
const filterSensitiveLog: (obj: AssetStatus) => any;
|
|
639
|
-
}
|
|
640
456
|
|
|
641
457
|
export interface AssetSummary {
|
|
642
458
|
|
|
@@ -658,10 +474,6 @@ export interface AssetSummary {
|
|
|
658
474
|
|
|
659
475
|
description?: string;
|
|
660
476
|
}
|
|
661
|
-
export declare namespace AssetSummary {
|
|
662
|
-
|
|
663
|
-
const filterSensitiveLog: (obj: AssetSummary) => any;
|
|
664
|
-
}
|
|
665
477
|
export interface AssociateAssetsRequest {
|
|
666
478
|
|
|
667
479
|
assetId: string | undefined;
|
|
@@ -672,10 +484,6 @@ export interface AssociateAssetsRequest {
|
|
|
672
484
|
|
|
673
485
|
clientToken?: string;
|
|
674
486
|
}
|
|
675
|
-
export declare namespace AssociateAssetsRequest {
|
|
676
|
-
|
|
677
|
-
const filterSensitiveLog: (obj: AssociateAssetsRequest) => any;
|
|
678
|
-
}
|
|
679
487
|
|
|
680
488
|
export declare class ConflictingOperationException extends __BaseException {
|
|
681
489
|
readonly name: "ConflictingOperationException";
|
|
@@ -743,10 +551,6 @@ export interface AssociatedAssetsSummary {
|
|
|
743
551
|
|
|
744
552
|
description?: string;
|
|
745
553
|
}
|
|
746
|
-
export declare namespace AssociatedAssetsSummary {
|
|
747
|
-
|
|
748
|
-
const filterSensitiveLog: (obj: AssociatedAssetsSummary) => any;
|
|
749
|
-
}
|
|
750
554
|
export interface AssociateTimeSeriesToAssetPropertyRequest {
|
|
751
555
|
|
|
752
556
|
alias: string | undefined;
|
|
@@ -757,10 +561,6 @@ export interface AssociateTimeSeriesToAssetPropertyRequest {
|
|
|
757
561
|
|
|
758
562
|
clientToken?: string;
|
|
759
563
|
}
|
|
760
|
-
export declare namespace AssociateTimeSeriesToAssetPropertyRequest {
|
|
761
|
-
|
|
762
|
-
const filterSensitiveLog: (obj: AssociateTimeSeriesToAssetPropertyRequest) => any;
|
|
763
|
-
}
|
|
764
564
|
export declare enum AuthMode {
|
|
765
565
|
IAM = "IAM",
|
|
766
566
|
SSO = "SSO"
|
|
@@ -773,18 +573,10 @@ export interface BatchAssociateProjectAssetsRequest {
|
|
|
773
573
|
|
|
774
574
|
clientToken?: string;
|
|
775
575
|
}
|
|
776
|
-
export declare namespace BatchAssociateProjectAssetsRequest {
|
|
777
|
-
|
|
778
|
-
const filterSensitiveLog: (obj: BatchAssociateProjectAssetsRequest) => any;
|
|
779
|
-
}
|
|
780
576
|
export interface BatchAssociateProjectAssetsResponse {
|
|
781
577
|
|
|
782
578
|
errors?: AssetErrorDetails[];
|
|
783
579
|
}
|
|
784
|
-
export declare namespace BatchAssociateProjectAssetsResponse {
|
|
785
|
-
|
|
786
|
-
const filterSensitiveLog: (obj: BatchAssociateProjectAssetsResponse) => any;
|
|
787
|
-
}
|
|
788
580
|
export interface BatchDisassociateProjectAssetsRequest {
|
|
789
581
|
|
|
790
582
|
projectId: string | undefined;
|
|
@@ -793,18 +585,10 @@ export interface BatchDisassociateProjectAssetsRequest {
|
|
|
793
585
|
|
|
794
586
|
clientToken?: string;
|
|
795
587
|
}
|
|
796
|
-
export declare namespace BatchDisassociateProjectAssetsRequest {
|
|
797
|
-
|
|
798
|
-
const filterSensitiveLog: (obj: BatchDisassociateProjectAssetsRequest) => any;
|
|
799
|
-
}
|
|
800
588
|
export interface BatchDisassociateProjectAssetsResponse {
|
|
801
589
|
|
|
802
590
|
errors?: AssetErrorDetails[];
|
|
803
591
|
}
|
|
804
|
-
export declare namespace BatchDisassociateProjectAssetsResponse {
|
|
805
|
-
|
|
806
|
-
const filterSensitiveLog: (obj: BatchDisassociateProjectAssetsResponse) => any;
|
|
807
|
-
}
|
|
808
592
|
export declare enum TimeOrdering {
|
|
809
593
|
ASCENDING = "ASCENDING",
|
|
810
594
|
DESCENDING = "DESCENDING"
|
|
@@ -832,10 +616,6 @@ export interface BatchGetAssetPropertyAggregatesEntry {
|
|
|
832
616
|
|
|
833
617
|
timeOrdering?: TimeOrdering | string;
|
|
834
618
|
}
|
|
835
|
-
export declare namespace BatchGetAssetPropertyAggregatesEntry {
|
|
836
|
-
|
|
837
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesEntry) => any;
|
|
838
|
-
}
|
|
839
619
|
export interface BatchGetAssetPropertyAggregatesRequest {
|
|
840
620
|
|
|
841
621
|
entries: BatchGetAssetPropertyAggregatesEntry[] | undefined;
|
|
@@ -844,10 +624,6 @@ export interface BatchGetAssetPropertyAggregatesRequest {
|
|
|
844
624
|
|
|
845
625
|
maxResults?: number;
|
|
846
626
|
}
|
|
847
|
-
export declare namespace BatchGetAssetPropertyAggregatesRequest {
|
|
848
|
-
|
|
849
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesRequest) => any;
|
|
850
|
-
}
|
|
851
627
|
export declare enum BatchGetAssetPropertyAggregatesErrorCode {
|
|
852
628
|
AccessDeniedException = "AccessDeniedException",
|
|
853
629
|
InvalidRequestException = "InvalidRequestException",
|
|
@@ -862,10 +638,6 @@ export interface BatchGetAssetPropertyAggregatesErrorEntry {
|
|
|
862
638
|
|
|
863
639
|
entryId: string | undefined;
|
|
864
640
|
}
|
|
865
|
-
export declare namespace BatchGetAssetPropertyAggregatesErrorEntry {
|
|
866
|
-
|
|
867
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorEntry) => any;
|
|
868
|
-
}
|
|
869
641
|
export declare enum BatchEntryCompletionStatus {
|
|
870
642
|
ERROR = "ERROR",
|
|
871
643
|
SUCCESS = "SUCCESS"
|
|
@@ -877,10 +649,6 @@ export interface BatchGetAssetPropertyAggregatesErrorInfo {
|
|
|
877
649
|
|
|
878
650
|
errorTimestamp: Date | undefined;
|
|
879
651
|
}
|
|
880
|
-
export declare namespace BatchGetAssetPropertyAggregatesErrorInfo {
|
|
881
|
-
|
|
882
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorInfo) => any;
|
|
883
|
-
}
|
|
884
652
|
|
|
885
653
|
export interface BatchGetAssetPropertyAggregatesSkippedEntry {
|
|
886
654
|
|
|
@@ -890,10 +658,6 @@ export interface BatchGetAssetPropertyAggregatesSkippedEntry {
|
|
|
890
658
|
|
|
891
659
|
errorInfo?: BatchGetAssetPropertyAggregatesErrorInfo;
|
|
892
660
|
}
|
|
893
|
-
export declare namespace BatchGetAssetPropertyAggregatesSkippedEntry {
|
|
894
|
-
|
|
895
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSkippedEntry) => any;
|
|
896
|
-
}
|
|
897
661
|
|
|
898
662
|
export interface BatchGetAssetPropertyAggregatesSuccessEntry {
|
|
899
663
|
|
|
@@ -901,10 +665,6 @@ export interface BatchGetAssetPropertyAggregatesSuccessEntry {
|
|
|
901
665
|
|
|
902
666
|
aggregatedValues: AggregatedValue[] | undefined;
|
|
903
667
|
}
|
|
904
|
-
export declare namespace BatchGetAssetPropertyAggregatesSuccessEntry {
|
|
905
|
-
|
|
906
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSuccessEntry) => any;
|
|
907
|
-
}
|
|
908
668
|
export interface BatchGetAssetPropertyAggregatesResponse {
|
|
909
669
|
|
|
910
670
|
errorEntries: BatchGetAssetPropertyAggregatesErrorEntry[] | undefined;
|
|
@@ -915,10 +675,6 @@ export interface BatchGetAssetPropertyAggregatesResponse {
|
|
|
915
675
|
|
|
916
676
|
nextToken?: string;
|
|
917
677
|
}
|
|
918
|
-
export declare namespace BatchGetAssetPropertyAggregatesResponse {
|
|
919
|
-
|
|
920
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesResponse) => any;
|
|
921
|
-
}
|
|
922
678
|
|
|
923
679
|
export declare class ServiceUnavailableException extends __BaseException {
|
|
924
680
|
readonly name: "ServiceUnavailableException";
|
|
@@ -937,20 +693,12 @@ export interface BatchGetAssetPropertyValueEntry {
|
|
|
937
693
|
|
|
938
694
|
propertyAlias?: string;
|
|
939
695
|
}
|
|
940
|
-
export declare namespace BatchGetAssetPropertyValueEntry {
|
|
941
|
-
|
|
942
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueEntry) => any;
|
|
943
|
-
}
|
|
944
696
|
export interface BatchGetAssetPropertyValueRequest {
|
|
945
697
|
|
|
946
698
|
entries: BatchGetAssetPropertyValueEntry[] | undefined;
|
|
947
699
|
|
|
948
700
|
nextToken?: string;
|
|
949
701
|
}
|
|
950
|
-
export declare namespace BatchGetAssetPropertyValueRequest {
|
|
951
|
-
|
|
952
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueRequest) => any;
|
|
953
|
-
}
|
|
954
702
|
export declare enum BatchGetAssetPropertyValueErrorCode {
|
|
955
703
|
AccessDeniedException = "AccessDeniedException",
|
|
956
704
|
InvalidRequestException = "InvalidRequestException",
|
|
@@ -965,10 +713,6 @@ export interface BatchGetAssetPropertyValueErrorEntry {
|
|
|
965
713
|
|
|
966
714
|
entryId: string | undefined;
|
|
967
715
|
}
|
|
968
|
-
export declare namespace BatchGetAssetPropertyValueErrorEntry {
|
|
969
|
-
|
|
970
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorEntry) => any;
|
|
971
|
-
}
|
|
972
716
|
|
|
973
717
|
export interface BatchGetAssetPropertyValueErrorInfo {
|
|
974
718
|
|
|
@@ -976,10 +720,6 @@ export interface BatchGetAssetPropertyValueErrorInfo {
|
|
|
976
720
|
|
|
977
721
|
errorTimestamp: Date | undefined;
|
|
978
722
|
}
|
|
979
|
-
export declare namespace BatchGetAssetPropertyValueErrorInfo {
|
|
980
|
-
|
|
981
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorInfo) => any;
|
|
982
|
-
}
|
|
983
723
|
|
|
984
724
|
export interface BatchGetAssetPropertyValueSkippedEntry {
|
|
985
725
|
|
|
@@ -989,10 +729,6 @@ export interface BatchGetAssetPropertyValueSkippedEntry {
|
|
|
989
729
|
|
|
990
730
|
errorInfo?: BatchGetAssetPropertyValueErrorInfo;
|
|
991
731
|
}
|
|
992
|
-
export declare namespace BatchGetAssetPropertyValueSkippedEntry {
|
|
993
|
-
|
|
994
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueSkippedEntry) => any;
|
|
995
|
-
}
|
|
996
732
|
|
|
997
733
|
export interface BatchGetAssetPropertyValueSuccessEntry {
|
|
998
734
|
|
|
@@ -1000,10 +736,6 @@ export interface BatchGetAssetPropertyValueSuccessEntry {
|
|
|
1000
736
|
|
|
1001
737
|
assetPropertyValue?: AssetPropertyValue;
|
|
1002
738
|
}
|
|
1003
|
-
export declare namespace BatchGetAssetPropertyValueSuccessEntry {
|
|
1004
|
-
|
|
1005
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueSuccessEntry) => any;
|
|
1006
|
-
}
|
|
1007
739
|
export interface BatchGetAssetPropertyValueResponse {
|
|
1008
740
|
|
|
1009
741
|
errorEntries: BatchGetAssetPropertyValueErrorEntry[] | undefined;
|
|
@@ -1014,10 +746,6 @@ export interface BatchGetAssetPropertyValueResponse {
|
|
|
1014
746
|
|
|
1015
747
|
nextToken?: string;
|
|
1016
748
|
}
|
|
1017
|
-
export declare namespace BatchGetAssetPropertyValueResponse {
|
|
1018
|
-
|
|
1019
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueResponse) => any;
|
|
1020
|
-
}
|
|
1021
749
|
|
|
1022
750
|
export interface BatchGetAssetPropertyValueHistoryEntry {
|
|
1023
751
|
|
|
@@ -1037,10 +765,6 @@ export interface BatchGetAssetPropertyValueHistoryEntry {
|
|
|
1037
765
|
|
|
1038
766
|
timeOrdering?: TimeOrdering | string;
|
|
1039
767
|
}
|
|
1040
|
-
export declare namespace BatchGetAssetPropertyValueHistoryEntry {
|
|
1041
|
-
|
|
1042
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryEntry) => any;
|
|
1043
|
-
}
|
|
1044
768
|
export interface BatchGetAssetPropertyValueHistoryRequest {
|
|
1045
769
|
|
|
1046
770
|
entries: BatchGetAssetPropertyValueHistoryEntry[] | undefined;
|
|
@@ -1049,10 +773,6 @@ export interface BatchGetAssetPropertyValueHistoryRequest {
|
|
|
1049
773
|
|
|
1050
774
|
maxResults?: number;
|
|
1051
775
|
}
|
|
1052
|
-
export declare namespace BatchGetAssetPropertyValueHistoryRequest {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryRequest) => any;
|
|
1055
|
-
}
|
|
1056
776
|
export declare enum BatchGetAssetPropertyValueHistoryErrorCode {
|
|
1057
777
|
AccessDeniedException = "AccessDeniedException",
|
|
1058
778
|
InvalidRequestException = "InvalidRequestException",
|
|
@@ -1067,10 +787,6 @@ export interface BatchGetAssetPropertyValueHistoryErrorEntry {
|
|
|
1067
787
|
|
|
1068
788
|
entryId: string | undefined;
|
|
1069
789
|
}
|
|
1070
|
-
export declare namespace BatchGetAssetPropertyValueHistoryErrorEntry {
|
|
1071
|
-
|
|
1072
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorEntry) => any;
|
|
1073
|
-
}
|
|
1074
790
|
|
|
1075
791
|
export interface BatchGetAssetPropertyValueHistoryErrorInfo {
|
|
1076
792
|
|
|
@@ -1078,10 +794,6 @@ export interface BatchGetAssetPropertyValueHistoryErrorInfo {
|
|
|
1078
794
|
|
|
1079
795
|
errorTimestamp: Date | undefined;
|
|
1080
796
|
}
|
|
1081
|
-
export declare namespace BatchGetAssetPropertyValueHistoryErrorInfo {
|
|
1082
|
-
|
|
1083
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorInfo) => any;
|
|
1084
|
-
}
|
|
1085
797
|
|
|
1086
798
|
export interface BatchGetAssetPropertyValueHistorySkippedEntry {
|
|
1087
799
|
|
|
@@ -1091,10 +803,6 @@ export interface BatchGetAssetPropertyValueHistorySkippedEntry {
|
|
|
1091
803
|
|
|
1092
804
|
errorInfo?: BatchGetAssetPropertyValueHistoryErrorInfo;
|
|
1093
805
|
}
|
|
1094
|
-
export declare namespace BatchGetAssetPropertyValueHistorySkippedEntry {
|
|
1095
|
-
|
|
1096
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySkippedEntry) => any;
|
|
1097
|
-
}
|
|
1098
806
|
|
|
1099
807
|
export interface BatchGetAssetPropertyValueHistorySuccessEntry {
|
|
1100
808
|
|
|
@@ -1102,10 +810,6 @@ export interface BatchGetAssetPropertyValueHistorySuccessEntry {
|
|
|
1102
810
|
|
|
1103
811
|
assetPropertyValueHistory: AssetPropertyValue[] | undefined;
|
|
1104
812
|
}
|
|
1105
|
-
export declare namespace BatchGetAssetPropertyValueHistorySuccessEntry {
|
|
1106
|
-
|
|
1107
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySuccessEntry) => any;
|
|
1108
|
-
}
|
|
1109
813
|
export interface BatchGetAssetPropertyValueHistoryResponse {
|
|
1110
814
|
|
|
1111
815
|
errorEntries: BatchGetAssetPropertyValueHistoryErrorEntry[] | undefined;
|
|
@@ -1116,10 +820,6 @@ export interface BatchGetAssetPropertyValueHistoryResponse {
|
|
|
1116
820
|
|
|
1117
821
|
nextToken?: string;
|
|
1118
822
|
}
|
|
1119
|
-
export declare namespace BatchGetAssetPropertyValueHistoryResponse {
|
|
1120
|
-
|
|
1121
|
-
const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryResponse) => any;
|
|
1122
|
-
}
|
|
1123
823
|
|
|
1124
824
|
export interface PutAssetPropertyValueEntry {
|
|
1125
825
|
|
|
@@ -1133,18 +833,10 @@ export interface PutAssetPropertyValueEntry {
|
|
|
1133
833
|
|
|
1134
834
|
propertyValues: AssetPropertyValue[] | undefined;
|
|
1135
835
|
}
|
|
1136
|
-
export declare namespace PutAssetPropertyValueEntry {
|
|
1137
|
-
|
|
1138
|
-
const filterSensitiveLog: (obj: PutAssetPropertyValueEntry) => any;
|
|
1139
|
-
}
|
|
1140
836
|
export interface BatchPutAssetPropertyValueRequest {
|
|
1141
837
|
|
|
1142
838
|
entries: PutAssetPropertyValueEntry[] | undefined;
|
|
1143
839
|
}
|
|
1144
|
-
export declare namespace BatchPutAssetPropertyValueRequest {
|
|
1145
|
-
|
|
1146
|
-
const filterSensitiveLog: (obj: BatchPutAssetPropertyValueRequest) => any;
|
|
1147
|
-
}
|
|
1148
840
|
export declare enum BatchPutAssetPropertyValueErrorCode {
|
|
1149
841
|
AccessDeniedException = "AccessDeniedException",
|
|
1150
842
|
ConflictingOperationException = "ConflictingOperationException",
|
|
@@ -1165,10 +857,6 @@ export interface BatchPutAssetPropertyError {
|
|
|
1165
857
|
|
|
1166
858
|
timestamps: TimeInNanos[] | undefined;
|
|
1167
859
|
}
|
|
1168
|
-
export declare namespace BatchPutAssetPropertyError {
|
|
1169
|
-
|
|
1170
|
-
const filterSensitiveLog: (obj: BatchPutAssetPropertyError) => any;
|
|
1171
|
-
}
|
|
1172
860
|
|
|
1173
861
|
export interface BatchPutAssetPropertyErrorEntry {
|
|
1174
862
|
|
|
@@ -1176,18 +864,10 @@ export interface BatchPutAssetPropertyErrorEntry {
|
|
|
1176
864
|
|
|
1177
865
|
errors: BatchPutAssetPropertyError[] | undefined;
|
|
1178
866
|
}
|
|
1179
|
-
export declare namespace BatchPutAssetPropertyErrorEntry {
|
|
1180
|
-
|
|
1181
|
-
const filterSensitiveLog: (obj: BatchPutAssetPropertyErrorEntry) => any;
|
|
1182
|
-
}
|
|
1183
867
|
export interface BatchPutAssetPropertyValueResponse {
|
|
1184
868
|
|
|
1185
869
|
errorEntries: BatchPutAssetPropertyErrorEntry[] | undefined;
|
|
1186
870
|
}
|
|
1187
|
-
export declare namespace BatchPutAssetPropertyValueResponse {
|
|
1188
|
-
|
|
1189
|
-
const filterSensitiveLog: (obj: BatchPutAssetPropertyValueResponse) => any;
|
|
1190
|
-
}
|
|
1191
871
|
export interface CreateAccessPolicyRequest {
|
|
1192
872
|
|
|
1193
873
|
accessPolicyIdentity: Identity | undefined;
|
|
@@ -1200,20 +880,12 @@ export interface CreateAccessPolicyRequest {
|
|
|
1200
880
|
|
|
1201
881
|
tags?: Record<string, string>;
|
|
1202
882
|
}
|
|
1203
|
-
export declare namespace CreateAccessPolicyRequest {
|
|
1204
|
-
|
|
1205
|
-
const filterSensitiveLog: (obj: CreateAccessPolicyRequest) => any;
|
|
1206
|
-
}
|
|
1207
883
|
export interface CreateAccessPolicyResponse {
|
|
1208
884
|
|
|
1209
885
|
accessPolicyId: string | undefined;
|
|
1210
886
|
|
|
1211
887
|
accessPolicyArn: string | undefined;
|
|
1212
888
|
}
|
|
1213
|
-
export declare namespace CreateAccessPolicyResponse {
|
|
1214
|
-
|
|
1215
|
-
const filterSensitiveLog: (obj: CreateAccessPolicyResponse) => any;
|
|
1216
|
-
}
|
|
1217
889
|
export interface CreateAssetRequest {
|
|
1218
890
|
|
|
1219
891
|
assetName: string | undefined;
|
|
@@ -1226,10 +898,6 @@ export interface CreateAssetRequest {
|
|
|
1226
898
|
|
|
1227
899
|
assetDescription?: string;
|
|
1228
900
|
}
|
|
1229
|
-
export declare namespace CreateAssetRequest {
|
|
1230
|
-
|
|
1231
|
-
const filterSensitiveLog: (obj: CreateAssetRequest) => any;
|
|
1232
|
-
}
|
|
1233
901
|
export interface CreateAssetResponse {
|
|
1234
902
|
|
|
1235
903
|
assetId: string | undefined;
|
|
@@ -1238,10 +906,6 @@ export interface CreateAssetResponse {
|
|
|
1238
906
|
|
|
1239
907
|
assetStatus: AssetStatus | undefined;
|
|
1240
908
|
}
|
|
1241
|
-
export declare namespace CreateAssetResponse {
|
|
1242
|
-
|
|
1243
|
-
const filterSensitiveLog: (obj: CreateAssetResponse) => any;
|
|
1244
|
-
}
|
|
1245
909
|
|
|
1246
910
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
1247
911
|
readonly name: "ResourceAlreadyExistsException";
|
|
@@ -1269,10 +933,6 @@ export interface CreateAssetModelRequest {
|
|
|
1269
933
|
|
|
1270
934
|
tags?: Record<string, string>;
|
|
1271
935
|
}
|
|
1272
|
-
export declare namespace CreateAssetModelRequest {
|
|
1273
|
-
|
|
1274
|
-
const filterSensitiveLog: (obj: CreateAssetModelRequest) => any;
|
|
1275
|
-
}
|
|
1276
936
|
export interface CreateAssetModelResponse {
|
|
1277
937
|
|
|
1278
938
|
assetModelId: string | undefined;
|
|
@@ -1281,9 +941,74 @@ export interface CreateAssetModelResponse {
|
|
|
1281
941
|
|
|
1282
942
|
assetModelStatus: AssetModelStatus | undefined;
|
|
1283
943
|
}
|
|
1284
|
-
|
|
944
|
+
|
|
945
|
+
export interface ErrorReportLocation {
|
|
946
|
+
|
|
947
|
+
bucket: string | undefined;
|
|
948
|
+
|
|
949
|
+
prefix: string | undefined;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
export interface File {
|
|
953
|
+
|
|
954
|
+
bucket: string | undefined;
|
|
955
|
+
|
|
956
|
+
key: string | undefined;
|
|
957
|
+
|
|
958
|
+
versionId?: string;
|
|
959
|
+
}
|
|
960
|
+
export declare enum ColumnName {
|
|
961
|
+
ALIAS = "ALIAS",
|
|
962
|
+
ASSET_ID = "ASSET_ID",
|
|
963
|
+
DATA_TYPE = "DATA_TYPE",
|
|
964
|
+
PROPERTY_ID = "PROPERTY_ID",
|
|
965
|
+
QUALITY = "QUALITY",
|
|
966
|
+
TIMESTAMP_NANO_OFFSET = "TIMESTAMP_NANO_OFFSET",
|
|
967
|
+
TIMESTAMP_SECONDS = "TIMESTAMP_SECONDS",
|
|
968
|
+
VALUE = "VALUE"
|
|
969
|
+
}
|
|
970
|
+
|
|
971
|
+
export interface Csv {
|
|
972
|
+
|
|
973
|
+
columnNames?: (ColumnName | string)[];
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export interface FileFormat {
|
|
977
|
+
|
|
978
|
+
csv?: Csv;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
export interface JobConfiguration {
|
|
982
|
+
|
|
983
|
+
fileFormat: FileFormat | undefined;
|
|
984
|
+
}
|
|
985
|
+
export interface CreateBulkImportJobRequest {
|
|
986
|
+
|
|
987
|
+
jobName: string | undefined;
|
|
988
|
+
|
|
989
|
+
jobRoleArn: string | undefined;
|
|
990
|
+
|
|
991
|
+
files: File[] | undefined;
|
|
992
|
+
|
|
993
|
+
errorReportLocation: ErrorReportLocation | undefined;
|
|
994
|
+
|
|
995
|
+
jobConfiguration: JobConfiguration | undefined;
|
|
996
|
+
}
|
|
997
|
+
export declare enum JobStatus {
|
|
998
|
+
CANCELLED = "CANCELLED",
|
|
999
|
+
COMPLETED = "COMPLETED",
|
|
1000
|
+
COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
|
|
1001
|
+
FAILED = "FAILED",
|
|
1002
|
+
PENDING = "PENDING",
|
|
1003
|
+
RUNNING = "RUNNING"
|
|
1004
|
+
}
|
|
1005
|
+
export interface CreateBulkImportJobResponse {
|
|
1006
|
+
|
|
1007
|
+
jobId: string | undefined;
|
|
1285
1008
|
|
|
1286
|
-
|
|
1009
|
+
jobName: string | undefined;
|
|
1010
|
+
|
|
1011
|
+
jobStatus: JobStatus | string | undefined;
|
|
1287
1012
|
}
|
|
1288
1013
|
export interface CreateDashboardRequest {
|
|
1289
1014
|
|
|
@@ -1299,38 +1024,22 @@ export interface CreateDashboardRequest {
|
|
|
1299
1024
|
|
|
1300
1025
|
tags?: Record<string, string>;
|
|
1301
1026
|
}
|
|
1302
|
-
export declare namespace CreateDashboardRequest {
|
|
1303
|
-
|
|
1304
|
-
const filterSensitiveLog: (obj: CreateDashboardRequest) => any;
|
|
1305
|
-
}
|
|
1306
1027
|
export interface CreateDashboardResponse {
|
|
1307
1028
|
|
|
1308
1029
|
dashboardId: string | undefined;
|
|
1309
1030
|
|
|
1310
1031
|
dashboardArn: string | undefined;
|
|
1311
1032
|
}
|
|
1312
|
-
export declare namespace CreateDashboardResponse {
|
|
1313
|
-
|
|
1314
|
-
const filterSensitiveLog: (obj: CreateDashboardResponse) => any;
|
|
1315
|
-
}
|
|
1316
1033
|
|
|
1317
1034
|
export interface Greengrass {
|
|
1318
1035
|
|
|
1319
1036
|
groupArn: string | undefined;
|
|
1320
1037
|
}
|
|
1321
|
-
export declare namespace Greengrass {
|
|
1322
|
-
|
|
1323
|
-
const filterSensitiveLog: (obj: Greengrass) => any;
|
|
1324
|
-
}
|
|
1325
1038
|
|
|
1326
1039
|
export interface GreengrassV2 {
|
|
1327
1040
|
|
|
1328
1041
|
coreDeviceThingName: string | undefined;
|
|
1329
1042
|
}
|
|
1330
|
-
export declare namespace GreengrassV2 {
|
|
1331
|
-
|
|
1332
|
-
const filterSensitiveLog: (obj: GreengrassV2) => any;
|
|
1333
|
-
}
|
|
1334
1043
|
|
|
1335
1044
|
export interface GatewayPlatform {
|
|
1336
1045
|
|
|
@@ -1338,10 +1047,6 @@ export interface GatewayPlatform {
|
|
|
1338
1047
|
|
|
1339
1048
|
greengrassV2?: GreengrassV2;
|
|
1340
1049
|
}
|
|
1341
|
-
export declare namespace GatewayPlatform {
|
|
1342
|
-
|
|
1343
|
-
const filterSensitiveLog: (obj: GatewayPlatform) => any;
|
|
1344
|
-
}
|
|
1345
1050
|
export interface CreateGatewayRequest {
|
|
1346
1051
|
|
|
1347
1052
|
gatewayName: string | undefined;
|
|
@@ -1350,20 +1055,12 @@ export interface CreateGatewayRequest {
|
|
|
1350
1055
|
|
|
1351
1056
|
tags?: Record<string, string>;
|
|
1352
1057
|
}
|
|
1353
|
-
export declare namespace CreateGatewayRequest {
|
|
1354
|
-
|
|
1355
|
-
const filterSensitiveLog: (obj: CreateGatewayRequest) => any;
|
|
1356
|
-
}
|
|
1357
1058
|
export interface CreateGatewayResponse {
|
|
1358
1059
|
|
|
1359
1060
|
gatewayId: string | undefined;
|
|
1360
1061
|
|
|
1361
1062
|
gatewayArn: string | undefined;
|
|
1362
1063
|
}
|
|
1363
|
-
export declare namespace CreateGatewayResponse {
|
|
1364
|
-
|
|
1365
|
-
const filterSensitiveLog: (obj: CreateGatewayResponse) => any;
|
|
1366
|
-
}
|
|
1367
1064
|
export declare enum ImageFileType {
|
|
1368
1065
|
PNG = "PNG"
|
|
1369
1066
|
}
|
|
@@ -1374,10 +1071,6 @@ export interface ImageFile {
|
|
|
1374
1071
|
|
|
1375
1072
|
type: ImageFileType | string | undefined;
|
|
1376
1073
|
}
|
|
1377
|
-
export declare namespace ImageFile {
|
|
1378
|
-
|
|
1379
|
-
const filterSensitiveLog: (obj: ImageFile) => any;
|
|
1380
|
-
}
|
|
1381
1074
|
export interface CreatePortalRequest {
|
|
1382
1075
|
|
|
1383
1076
|
portalName: string | undefined;
|
|
@@ -1400,10 +1093,6 @@ export interface CreatePortalRequest {
|
|
|
1400
1093
|
|
|
1401
1094
|
alarms?: Alarms;
|
|
1402
1095
|
}
|
|
1403
|
-
export declare namespace CreatePortalRequest {
|
|
1404
|
-
|
|
1405
|
-
const filterSensitiveLog: (obj: CreatePortalRequest) => any;
|
|
1406
|
-
}
|
|
1407
1096
|
export declare enum MonitorErrorCode {
|
|
1408
1097
|
INTERNAL_FAILURE = "INTERNAL_FAILURE",
|
|
1409
1098
|
LIMIT_EXCEEDED = "LIMIT_EXCEEDED",
|
|
@@ -1416,10 +1105,6 @@ export interface MonitorErrorDetails {
|
|
|
1416
1105
|
|
|
1417
1106
|
message?: string;
|
|
1418
1107
|
}
|
|
1419
|
-
export declare namespace MonitorErrorDetails {
|
|
1420
|
-
|
|
1421
|
-
const filterSensitiveLog: (obj: MonitorErrorDetails) => any;
|
|
1422
|
-
}
|
|
1423
1108
|
export declare enum PortalState {
|
|
1424
1109
|
ACTIVE = "ACTIVE",
|
|
1425
1110
|
CREATING = "CREATING",
|
|
@@ -1434,10 +1119,6 @@ export interface PortalStatus {
|
|
|
1434
1119
|
|
|
1435
1120
|
error?: MonitorErrorDetails;
|
|
1436
1121
|
}
|
|
1437
|
-
export declare namespace PortalStatus {
|
|
1438
|
-
|
|
1439
|
-
const filterSensitiveLog: (obj: PortalStatus) => any;
|
|
1440
|
-
}
|
|
1441
1122
|
export interface CreatePortalResponse {
|
|
1442
1123
|
|
|
1443
1124
|
portalId: string | undefined;
|
|
@@ -1450,10 +1131,6 @@ export interface CreatePortalResponse {
|
|
|
1450
1131
|
|
|
1451
1132
|
ssoApplicationId: string | undefined;
|
|
1452
1133
|
}
|
|
1453
|
-
export declare namespace CreatePortalResponse {
|
|
1454
|
-
|
|
1455
|
-
const filterSensitiveLog: (obj: CreatePortalResponse) => any;
|
|
1456
|
-
}
|
|
1457
1134
|
export interface CreateProjectRequest {
|
|
1458
1135
|
|
|
1459
1136
|
portalId: string | undefined;
|
|
@@ -1466,130 +1143,70 @@ export interface CreateProjectRequest {
|
|
|
1466
1143
|
|
|
1467
1144
|
tags?: Record<string, string>;
|
|
1468
1145
|
}
|
|
1469
|
-
export declare namespace CreateProjectRequest {
|
|
1470
|
-
|
|
1471
|
-
const filterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
1472
|
-
}
|
|
1473
1146
|
export interface CreateProjectResponse {
|
|
1474
1147
|
|
|
1475
1148
|
projectId: string | undefined;
|
|
1476
1149
|
|
|
1477
1150
|
projectArn: string | undefined;
|
|
1478
1151
|
}
|
|
1479
|
-
export declare namespace CreateProjectResponse {
|
|
1480
|
-
|
|
1481
|
-
const filterSensitiveLog: (obj: CreateProjectResponse) => any;
|
|
1482
|
-
}
|
|
1483
1152
|
export interface DeleteAccessPolicyRequest {
|
|
1484
1153
|
|
|
1485
1154
|
accessPolicyId: string | undefined;
|
|
1486
1155
|
|
|
1487
1156
|
clientToken?: string;
|
|
1488
1157
|
}
|
|
1489
|
-
export declare namespace DeleteAccessPolicyRequest {
|
|
1490
|
-
|
|
1491
|
-
const filterSensitiveLog: (obj: DeleteAccessPolicyRequest) => any;
|
|
1492
|
-
}
|
|
1493
1158
|
export interface DeleteAccessPolicyResponse {
|
|
1494
1159
|
}
|
|
1495
|
-
export declare namespace DeleteAccessPolicyResponse {
|
|
1496
|
-
|
|
1497
|
-
const filterSensitiveLog: (obj: DeleteAccessPolicyResponse) => any;
|
|
1498
|
-
}
|
|
1499
1160
|
export interface DeleteAssetRequest {
|
|
1500
1161
|
|
|
1501
1162
|
assetId: string | undefined;
|
|
1502
1163
|
|
|
1503
1164
|
clientToken?: string;
|
|
1504
1165
|
}
|
|
1505
|
-
export declare namespace DeleteAssetRequest {
|
|
1506
|
-
|
|
1507
|
-
const filterSensitiveLog: (obj: DeleteAssetRequest) => any;
|
|
1508
|
-
}
|
|
1509
1166
|
export interface DeleteAssetResponse {
|
|
1510
1167
|
|
|
1511
1168
|
assetStatus: AssetStatus | undefined;
|
|
1512
1169
|
}
|
|
1513
|
-
export declare namespace DeleteAssetResponse {
|
|
1514
|
-
|
|
1515
|
-
const filterSensitiveLog: (obj: DeleteAssetResponse) => any;
|
|
1516
|
-
}
|
|
1517
1170
|
export interface DeleteAssetModelRequest {
|
|
1518
1171
|
|
|
1519
1172
|
assetModelId: string | undefined;
|
|
1520
1173
|
|
|
1521
1174
|
clientToken?: string;
|
|
1522
1175
|
}
|
|
1523
|
-
export declare namespace DeleteAssetModelRequest {
|
|
1524
|
-
|
|
1525
|
-
const filterSensitiveLog: (obj: DeleteAssetModelRequest) => any;
|
|
1526
|
-
}
|
|
1527
1176
|
export interface DeleteAssetModelResponse {
|
|
1528
1177
|
|
|
1529
1178
|
assetModelStatus: AssetModelStatus | undefined;
|
|
1530
1179
|
}
|
|
1531
|
-
export declare namespace DeleteAssetModelResponse {
|
|
1532
|
-
|
|
1533
|
-
const filterSensitiveLog: (obj: DeleteAssetModelResponse) => any;
|
|
1534
|
-
}
|
|
1535
1180
|
export interface DeleteDashboardRequest {
|
|
1536
1181
|
|
|
1537
1182
|
dashboardId: string | undefined;
|
|
1538
1183
|
|
|
1539
1184
|
clientToken?: string;
|
|
1540
1185
|
}
|
|
1541
|
-
export declare namespace DeleteDashboardRequest {
|
|
1542
|
-
|
|
1543
|
-
const filterSensitiveLog: (obj: DeleteDashboardRequest) => any;
|
|
1544
|
-
}
|
|
1545
1186
|
export interface DeleteDashboardResponse {
|
|
1546
1187
|
}
|
|
1547
|
-
export declare namespace DeleteDashboardResponse {
|
|
1548
|
-
|
|
1549
|
-
const filterSensitiveLog: (obj: DeleteDashboardResponse) => any;
|
|
1550
|
-
}
|
|
1551
1188
|
export interface DeleteGatewayRequest {
|
|
1552
1189
|
|
|
1553
1190
|
gatewayId: string | undefined;
|
|
1554
1191
|
}
|
|
1555
|
-
export declare namespace DeleteGatewayRequest {
|
|
1556
|
-
|
|
1557
|
-
const filterSensitiveLog: (obj: DeleteGatewayRequest) => any;
|
|
1558
|
-
}
|
|
1559
1192
|
export interface DeletePortalRequest {
|
|
1560
1193
|
|
|
1561
1194
|
portalId: string | undefined;
|
|
1562
1195
|
|
|
1563
1196
|
clientToken?: string;
|
|
1564
1197
|
}
|
|
1565
|
-
export declare namespace DeletePortalRequest {
|
|
1566
|
-
|
|
1567
|
-
const filterSensitiveLog: (obj: DeletePortalRequest) => any;
|
|
1568
|
-
}
|
|
1569
1198
|
export interface DeletePortalResponse {
|
|
1570
1199
|
|
|
1571
1200
|
portalStatus: PortalStatus | undefined;
|
|
1572
1201
|
}
|
|
1573
|
-
export declare namespace DeletePortalResponse {
|
|
1574
|
-
|
|
1575
|
-
const filterSensitiveLog: (obj: DeletePortalResponse) => any;
|
|
1576
|
-
}
|
|
1577
1202
|
export interface DeleteProjectRequest {
|
|
1578
1203
|
|
|
1579
1204
|
projectId: string | undefined;
|
|
1580
1205
|
|
|
1581
1206
|
clientToken?: string;
|
|
1582
1207
|
}
|
|
1583
|
-
export declare namespace DeleteProjectRequest {
|
|
1584
|
-
|
|
1585
|
-
const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
1586
|
-
}
|
|
1587
1208
|
export interface DeleteProjectResponse {
|
|
1588
1209
|
}
|
|
1589
|
-
export declare namespace DeleteProjectResponse {
|
|
1590
|
-
|
|
1591
|
-
const filterSensitiveLog: (obj: DeleteProjectResponse) => any;
|
|
1592
|
-
}
|
|
1593
1210
|
export interface DeleteTimeSeriesRequest {
|
|
1594
1211
|
|
|
1595
1212
|
alias?: string;
|
|
@@ -1600,19 +1217,11 @@ export interface DeleteTimeSeriesRequest {
|
|
|
1600
1217
|
|
|
1601
1218
|
clientToken?: string;
|
|
1602
1219
|
}
|
|
1603
|
-
export declare namespace DeleteTimeSeriesRequest {
|
|
1604
|
-
|
|
1605
|
-
const filterSensitiveLog: (obj: DeleteTimeSeriesRequest) => any;
|
|
1606
|
-
}
|
|
1607
1220
|
export interface DescribeAccessPolicyRequest {
|
|
1608
1221
|
|
|
1609
1222
|
accessPolicyId: string | undefined;
|
|
1610
1223
|
}
|
|
1611
|
-
export
|
|
1612
|
-
|
|
1613
|
-
const filterSensitiveLog: (obj: DescribeAccessPolicyRequest) => any;
|
|
1614
|
-
}
|
|
1615
|
-
export interface DescribeAccessPolicyResponse {
|
|
1224
|
+
export interface DescribeAccessPolicyResponse {
|
|
1616
1225
|
|
|
1617
1226
|
accessPolicyId: string | undefined;
|
|
1618
1227
|
|
|
@@ -1628,18 +1237,10 @@ export interface DescribeAccessPolicyResponse {
|
|
|
1628
1237
|
|
|
1629
1238
|
accessPolicyLastUpdateDate: Date | undefined;
|
|
1630
1239
|
}
|
|
1631
|
-
export declare namespace DescribeAccessPolicyResponse {
|
|
1632
|
-
|
|
1633
|
-
const filterSensitiveLog: (obj: DescribeAccessPolicyResponse) => any;
|
|
1634
|
-
}
|
|
1635
1240
|
export interface DescribeAssetRequest {
|
|
1636
1241
|
|
|
1637
1242
|
assetId: string | undefined;
|
|
1638
1243
|
}
|
|
1639
|
-
export declare namespace DescribeAssetRequest {
|
|
1640
|
-
|
|
1641
|
-
const filterSensitiveLog: (obj: DescribeAssetRequest) => any;
|
|
1642
|
-
}
|
|
1643
1244
|
export interface DescribeAssetResponse {
|
|
1644
1245
|
|
|
1645
1246
|
assetId: string | undefined;
|
|
@@ -1664,18 +1265,10 @@ export interface DescribeAssetResponse {
|
|
|
1664
1265
|
|
|
1665
1266
|
assetDescription?: string;
|
|
1666
1267
|
}
|
|
1667
|
-
export declare namespace DescribeAssetResponse {
|
|
1668
|
-
|
|
1669
|
-
const filterSensitiveLog: (obj: DescribeAssetResponse) => any;
|
|
1670
|
-
}
|
|
1671
1268
|
export interface DescribeAssetModelRequest {
|
|
1672
1269
|
|
|
1673
1270
|
assetModelId: string | undefined;
|
|
1674
1271
|
}
|
|
1675
|
-
export declare namespace DescribeAssetModelRequest {
|
|
1676
|
-
|
|
1677
|
-
const filterSensitiveLog: (obj: DescribeAssetModelRequest) => any;
|
|
1678
|
-
}
|
|
1679
1272
|
export interface DescribeAssetModelResponse {
|
|
1680
1273
|
|
|
1681
1274
|
assetModelId: string | undefined;
|
|
@@ -1698,20 +1291,12 @@ export interface DescribeAssetModelResponse {
|
|
|
1698
1291
|
|
|
1699
1292
|
assetModelStatus: AssetModelStatus | undefined;
|
|
1700
1293
|
}
|
|
1701
|
-
export declare namespace DescribeAssetModelResponse {
|
|
1702
|
-
|
|
1703
|
-
const filterSensitiveLog: (obj: DescribeAssetModelResponse) => any;
|
|
1704
|
-
}
|
|
1705
1294
|
export interface DescribeAssetPropertyRequest {
|
|
1706
1295
|
|
|
1707
1296
|
assetId: string | undefined;
|
|
1708
1297
|
|
|
1709
1298
|
propertyId: string | undefined;
|
|
1710
1299
|
}
|
|
1711
|
-
export declare namespace DescribeAssetPropertyRequest {
|
|
1712
|
-
|
|
1713
|
-
const filterSensitiveLog: (obj: DescribeAssetPropertyRequest) => any;
|
|
1714
|
-
}
|
|
1715
1300
|
|
|
1716
1301
|
export interface Property {
|
|
1717
1302
|
|
|
@@ -1729,10 +1314,6 @@ export interface Property {
|
|
|
1729
1314
|
|
|
1730
1315
|
type?: PropertyType;
|
|
1731
1316
|
}
|
|
1732
|
-
export declare namespace Property {
|
|
1733
|
-
|
|
1734
|
-
const filterSensitiveLog: (obj: Property) => any;
|
|
1735
|
-
}
|
|
1736
1317
|
|
|
1737
1318
|
export interface CompositeModelProperty {
|
|
1738
1319
|
|
|
@@ -1742,10 +1323,6 @@ export interface CompositeModelProperty {
|
|
|
1742
1323
|
|
|
1743
1324
|
assetProperty: Property | undefined;
|
|
1744
1325
|
}
|
|
1745
|
-
export declare namespace CompositeModelProperty {
|
|
1746
|
-
|
|
1747
|
-
const filterSensitiveLog: (obj: CompositeModelProperty) => any;
|
|
1748
|
-
}
|
|
1749
1326
|
export interface DescribeAssetPropertyResponse {
|
|
1750
1327
|
|
|
1751
1328
|
assetId: string | undefined;
|
|
@@ -1758,17 +1335,33 @@ export interface DescribeAssetPropertyResponse {
|
|
|
1758
1335
|
|
|
1759
1336
|
compositeModel?: CompositeModelProperty;
|
|
1760
1337
|
}
|
|
1761
|
-
export
|
|
1338
|
+
export interface DescribeBulkImportJobRequest {
|
|
1762
1339
|
|
|
1763
|
-
|
|
1340
|
+
jobId: string | undefined;
|
|
1764
1341
|
}
|
|
1765
|
-
export interface
|
|
1342
|
+
export interface DescribeBulkImportJobResponse {
|
|
1766
1343
|
|
|
1767
|
-
|
|
1344
|
+
jobId: string | undefined;
|
|
1345
|
+
|
|
1346
|
+
jobName: string | undefined;
|
|
1347
|
+
|
|
1348
|
+
jobStatus: JobStatus | string | undefined;
|
|
1349
|
+
|
|
1350
|
+
jobRoleArn: string | undefined;
|
|
1351
|
+
|
|
1352
|
+
files: File[] | undefined;
|
|
1353
|
+
|
|
1354
|
+
errorReportLocation: ErrorReportLocation | undefined;
|
|
1355
|
+
|
|
1356
|
+
jobConfiguration: JobConfiguration | undefined;
|
|
1357
|
+
|
|
1358
|
+
jobCreationDate: Date | undefined;
|
|
1359
|
+
|
|
1360
|
+
jobLastUpdateDate: Date | undefined;
|
|
1768
1361
|
}
|
|
1769
|
-
export
|
|
1362
|
+
export interface DescribeDashboardRequest {
|
|
1770
1363
|
|
|
1771
|
-
|
|
1364
|
+
dashboardId: string | undefined;
|
|
1772
1365
|
}
|
|
1773
1366
|
export interface DescribeDashboardResponse {
|
|
1774
1367
|
|
|
@@ -1788,16 +1381,8 @@ export interface DescribeDashboardResponse {
|
|
|
1788
1381
|
|
|
1789
1382
|
dashboardLastUpdateDate: Date | undefined;
|
|
1790
1383
|
}
|
|
1791
|
-
export declare namespace DescribeDashboardResponse {
|
|
1792
|
-
|
|
1793
|
-
const filterSensitiveLog: (obj: DescribeDashboardResponse) => any;
|
|
1794
|
-
}
|
|
1795
1384
|
export interface DescribeDefaultEncryptionConfigurationRequest {
|
|
1796
1385
|
}
|
|
1797
|
-
export declare namespace DescribeDefaultEncryptionConfigurationRequest {
|
|
1798
|
-
|
|
1799
|
-
const filterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationRequest) => any;
|
|
1800
|
-
}
|
|
1801
1386
|
|
|
1802
1387
|
export interface ConfigurationErrorDetails {
|
|
1803
1388
|
|
|
@@ -1805,10 +1390,6 @@ export interface ConfigurationErrorDetails {
|
|
|
1805
1390
|
|
|
1806
1391
|
message: string | undefined;
|
|
1807
1392
|
}
|
|
1808
|
-
export declare namespace ConfigurationErrorDetails {
|
|
1809
|
-
|
|
1810
|
-
const filterSensitiveLog: (obj: ConfigurationErrorDetails) => any;
|
|
1811
|
-
}
|
|
1812
1393
|
export declare enum ConfigurationState {
|
|
1813
1394
|
ACTIVE = "ACTIVE",
|
|
1814
1395
|
UPDATE_FAILED = "UPDATE_FAILED",
|
|
@@ -1821,10 +1402,6 @@ export interface ConfigurationStatus {
|
|
|
1821
1402
|
|
|
1822
1403
|
error?: ConfigurationErrorDetails;
|
|
1823
1404
|
}
|
|
1824
|
-
export declare namespace ConfigurationStatus {
|
|
1825
|
-
|
|
1826
|
-
const filterSensitiveLog: (obj: ConfigurationStatus) => any;
|
|
1827
|
-
}
|
|
1828
1405
|
export declare enum EncryptionType {
|
|
1829
1406
|
KMS_BASED_ENCRYPTION = "KMS_BASED_ENCRYPTION",
|
|
1830
1407
|
SITEWISE_DEFAULT_ENCRYPTION = "SITEWISE_DEFAULT_ENCRYPTION"
|
|
@@ -1837,18 +1414,10 @@ export interface DescribeDefaultEncryptionConfigurationResponse {
|
|
|
1837
1414
|
|
|
1838
1415
|
configurationStatus: ConfigurationStatus | undefined;
|
|
1839
1416
|
}
|
|
1840
|
-
export declare namespace DescribeDefaultEncryptionConfigurationResponse {
|
|
1841
|
-
|
|
1842
|
-
const filterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationResponse) => any;
|
|
1843
|
-
}
|
|
1844
1417
|
export interface DescribeGatewayRequest {
|
|
1845
1418
|
|
|
1846
1419
|
gatewayId: string | undefined;
|
|
1847
1420
|
}
|
|
1848
|
-
export declare namespace DescribeGatewayRequest {
|
|
1849
|
-
|
|
1850
|
-
const filterSensitiveLog: (obj: DescribeGatewayRequest) => any;
|
|
1851
|
-
}
|
|
1852
1421
|
export declare enum CapabilitySyncStatus {
|
|
1853
1422
|
IN_SYNC = "IN_SYNC",
|
|
1854
1423
|
OUT_OF_SYNC = "OUT_OF_SYNC",
|
|
@@ -1862,10 +1431,6 @@ export interface GatewayCapabilitySummary {
|
|
|
1862
1431
|
|
|
1863
1432
|
capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
|
|
1864
1433
|
}
|
|
1865
|
-
export declare namespace GatewayCapabilitySummary {
|
|
1866
|
-
|
|
1867
|
-
const filterSensitiveLog: (obj: GatewayCapabilitySummary) => any;
|
|
1868
|
-
}
|
|
1869
1434
|
export interface DescribeGatewayResponse {
|
|
1870
1435
|
|
|
1871
1436
|
gatewayId: string | undefined;
|
|
@@ -1882,20 +1447,12 @@ export interface DescribeGatewayResponse {
|
|
|
1882
1447
|
|
|
1883
1448
|
lastUpdateDate: Date | undefined;
|
|
1884
1449
|
}
|
|
1885
|
-
export declare namespace DescribeGatewayResponse {
|
|
1886
|
-
|
|
1887
|
-
const filterSensitiveLog: (obj: DescribeGatewayResponse) => any;
|
|
1888
|
-
}
|
|
1889
1450
|
export interface DescribeGatewayCapabilityConfigurationRequest {
|
|
1890
1451
|
|
|
1891
1452
|
gatewayId: string | undefined;
|
|
1892
1453
|
|
|
1893
1454
|
capabilityNamespace: string | undefined;
|
|
1894
1455
|
}
|
|
1895
|
-
export declare namespace DescribeGatewayCapabilityConfigurationRequest {
|
|
1896
|
-
|
|
1897
|
-
const filterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationRequest) => any;
|
|
1898
|
-
}
|
|
1899
1456
|
export interface DescribeGatewayCapabilityConfigurationResponse {
|
|
1900
1457
|
|
|
1901
1458
|
gatewayId: string | undefined;
|
|
@@ -1906,16 +1463,8 @@ export interface DescribeGatewayCapabilityConfigurationResponse {
|
|
|
1906
1463
|
|
|
1907
1464
|
capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
|
|
1908
1465
|
}
|
|
1909
|
-
export declare namespace DescribeGatewayCapabilityConfigurationResponse {
|
|
1910
|
-
|
|
1911
|
-
const filterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationResponse) => any;
|
|
1912
|
-
}
|
|
1913
1466
|
export interface DescribeLoggingOptionsRequest {
|
|
1914
1467
|
}
|
|
1915
|
-
export declare namespace DescribeLoggingOptionsRequest {
|
|
1916
|
-
|
|
1917
|
-
const filterSensitiveLog: (obj: DescribeLoggingOptionsRequest) => any;
|
|
1918
|
-
}
|
|
1919
1468
|
export declare enum LoggingLevel {
|
|
1920
1469
|
ERROR = "ERROR",
|
|
1921
1470
|
INFO = "INFO",
|
|
@@ -1926,26 +1475,14 @@ export interface LoggingOptions {
|
|
|
1926
1475
|
|
|
1927
1476
|
level: LoggingLevel | string | undefined;
|
|
1928
1477
|
}
|
|
1929
|
-
export declare namespace LoggingOptions {
|
|
1930
|
-
|
|
1931
|
-
const filterSensitiveLog: (obj: LoggingOptions) => any;
|
|
1932
|
-
}
|
|
1933
1478
|
export interface DescribeLoggingOptionsResponse {
|
|
1934
1479
|
|
|
1935
1480
|
loggingOptions: LoggingOptions | undefined;
|
|
1936
1481
|
}
|
|
1937
|
-
export declare namespace DescribeLoggingOptionsResponse {
|
|
1938
|
-
|
|
1939
|
-
const filterSensitiveLog: (obj: DescribeLoggingOptionsResponse) => any;
|
|
1940
|
-
}
|
|
1941
1482
|
export interface DescribePortalRequest {
|
|
1942
1483
|
|
|
1943
1484
|
portalId: string | undefined;
|
|
1944
1485
|
}
|
|
1945
|
-
export declare namespace DescribePortalRequest {
|
|
1946
|
-
|
|
1947
|
-
const filterSensitiveLog: (obj: DescribePortalRequest) => any;
|
|
1948
|
-
}
|
|
1949
1486
|
|
|
1950
1487
|
export interface ImageLocation {
|
|
1951
1488
|
|
|
@@ -1953,10 +1490,6 @@ export interface ImageLocation {
|
|
|
1953
1490
|
|
|
1954
1491
|
url: string | undefined;
|
|
1955
1492
|
}
|
|
1956
|
-
export declare namespace ImageLocation {
|
|
1957
|
-
|
|
1958
|
-
const filterSensitiveLog: (obj: ImageLocation) => any;
|
|
1959
|
-
}
|
|
1960
1493
|
export interface DescribePortalResponse {
|
|
1961
1494
|
|
|
1962
1495
|
portalId: string | undefined;
|
|
@@ -1989,18 +1522,10 @@ export interface DescribePortalResponse {
|
|
|
1989
1522
|
|
|
1990
1523
|
alarms?: Alarms;
|
|
1991
1524
|
}
|
|
1992
|
-
export declare namespace DescribePortalResponse {
|
|
1993
|
-
|
|
1994
|
-
const filterSensitiveLog: (obj: DescribePortalResponse) => any;
|
|
1995
|
-
}
|
|
1996
1525
|
export interface DescribeProjectRequest {
|
|
1997
1526
|
|
|
1998
1527
|
projectId: string | undefined;
|
|
1999
1528
|
}
|
|
2000
|
-
export declare namespace DescribeProjectRequest {
|
|
2001
|
-
|
|
2002
|
-
const filterSensitiveLog: (obj: DescribeProjectRequest) => any;
|
|
2003
|
-
}
|
|
2004
1529
|
export interface DescribeProjectResponse {
|
|
2005
1530
|
|
|
2006
1531
|
projectId: string | undefined;
|
|
@@ -2017,16 +1542,8 @@ export interface DescribeProjectResponse {
|
|
|
2017
1542
|
|
|
2018
1543
|
projectLastUpdateDate: Date | undefined;
|
|
2019
1544
|
}
|
|
2020
|
-
export declare namespace DescribeProjectResponse {
|
|
2021
|
-
|
|
2022
|
-
const filterSensitiveLog: (obj: DescribeProjectResponse) => any;
|
|
2023
|
-
}
|
|
2024
1545
|
export interface DescribeStorageConfigurationRequest {
|
|
2025
1546
|
}
|
|
2026
|
-
export declare namespace DescribeStorageConfigurationRequest {
|
|
2027
|
-
|
|
2028
|
-
const filterSensitiveLog: (obj: DescribeStorageConfigurationRequest) => any;
|
|
2029
|
-
}
|
|
2030
1547
|
export declare enum DisassociatedDataStorageState {
|
|
2031
1548
|
DISABLED = "DISABLED",
|
|
2032
1549
|
ENABLED = "ENABLED"
|
|
@@ -2038,19 +1555,11 @@ export interface CustomerManagedS3Storage {
|
|
|
2038
1555
|
|
|
2039
1556
|
roleArn: string | undefined;
|
|
2040
1557
|
}
|
|
2041
|
-
export declare namespace CustomerManagedS3Storage {
|
|
2042
|
-
|
|
2043
|
-
const filterSensitiveLog: (obj: CustomerManagedS3Storage) => any;
|
|
2044
|
-
}
|
|
2045
1558
|
|
|
2046
1559
|
export interface MultiLayerStorage {
|
|
2047
1560
|
|
|
2048
1561
|
customerManagedS3Storage: CustomerManagedS3Storage | undefined;
|
|
2049
1562
|
}
|
|
2050
|
-
export declare namespace MultiLayerStorage {
|
|
2051
|
-
|
|
2052
|
-
const filterSensitiveLog: (obj: MultiLayerStorage) => any;
|
|
2053
|
-
}
|
|
2054
1563
|
|
|
2055
1564
|
export interface RetentionPeriod {
|
|
2056
1565
|
|
|
@@ -2058,10 +1567,6 @@ export interface RetentionPeriod {
|
|
|
2058
1567
|
|
|
2059
1568
|
unlimited?: boolean;
|
|
2060
1569
|
}
|
|
2061
|
-
export declare namespace RetentionPeriod {
|
|
2062
|
-
|
|
2063
|
-
const filterSensitiveLog: (obj: RetentionPeriod) => any;
|
|
2064
|
-
}
|
|
2065
1570
|
export declare enum StorageType {
|
|
2066
1571
|
MULTI_LAYER_STORAGE = "MULTI_LAYER_STORAGE",
|
|
2067
1572
|
SITEWISE_DEFAULT_STORAGE = "SITEWISE_DEFAULT_STORAGE"
|
|
@@ -2080,10 +1585,6 @@ export interface DescribeStorageConfigurationResponse {
|
|
|
2080
1585
|
|
|
2081
1586
|
lastUpdateDate?: Date;
|
|
2082
1587
|
}
|
|
2083
|
-
export declare namespace DescribeStorageConfigurationResponse {
|
|
2084
|
-
|
|
2085
|
-
const filterSensitiveLog: (obj: DescribeStorageConfigurationResponse) => any;
|
|
2086
|
-
}
|
|
2087
1588
|
export interface DescribeTimeSeriesRequest {
|
|
2088
1589
|
|
|
2089
1590
|
alias?: string;
|
|
@@ -2092,10 +1593,6 @@ export interface DescribeTimeSeriesRequest {
|
|
|
2092
1593
|
|
|
2093
1594
|
propertyId?: string;
|
|
2094
1595
|
}
|
|
2095
|
-
export declare namespace DescribeTimeSeriesRequest {
|
|
2096
|
-
|
|
2097
|
-
const filterSensitiveLog: (obj: DescribeTimeSeriesRequest) => any;
|
|
2098
|
-
}
|
|
2099
1596
|
export interface DescribeTimeSeriesResponse {
|
|
2100
1597
|
|
|
2101
1598
|
assetId?: string;
|
|
@@ -2114,10 +1611,6 @@ export interface DescribeTimeSeriesResponse {
|
|
|
2114
1611
|
|
|
2115
1612
|
timeSeriesLastUpdateDate: Date | undefined;
|
|
2116
1613
|
}
|
|
2117
|
-
export declare namespace DescribeTimeSeriesResponse {
|
|
2118
|
-
|
|
2119
|
-
const filterSensitiveLog: (obj: DescribeTimeSeriesResponse) => any;
|
|
2120
|
-
}
|
|
2121
1614
|
export interface DisassociateAssetsRequest {
|
|
2122
1615
|
|
|
2123
1616
|
assetId: string | undefined;
|
|
@@ -2128,10 +1621,6 @@ export interface DisassociateAssetsRequest {
|
|
|
2128
1621
|
|
|
2129
1622
|
clientToken?: string;
|
|
2130
1623
|
}
|
|
2131
|
-
export declare namespace DisassociateAssetsRequest {
|
|
2132
|
-
|
|
2133
|
-
const filterSensitiveLog: (obj: DisassociateAssetsRequest) => any;
|
|
2134
|
-
}
|
|
2135
1624
|
export interface DisassociateTimeSeriesFromAssetPropertyRequest {
|
|
2136
1625
|
|
|
2137
1626
|
alias: string | undefined;
|
|
@@ -2142,10 +1631,6 @@ export interface DisassociateTimeSeriesFromAssetPropertyRequest {
|
|
|
2142
1631
|
|
|
2143
1632
|
clientToken?: string;
|
|
2144
1633
|
}
|
|
2145
|
-
export declare namespace DisassociateTimeSeriesFromAssetPropertyRequest {
|
|
2146
|
-
|
|
2147
|
-
const filterSensitiveLog: (obj: DisassociateTimeSeriesFromAssetPropertyRequest) => any;
|
|
2148
|
-
}
|
|
2149
1634
|
export interface GetAssetPropertyAggregatesRequest {
|
|
2150
1635
|
|
|
2151
1636
|
assetId?: string;
|
|
@@ -2170,20 +1655,12 @@ export interface GetAssetPropertyAggregatesRequest {
|
|
|
2170
1655
|
|
|
2171
1656
|
maxResults?: number;
|
|
2172
1657
|
}
|
|
2173
|
-
export declare namespace GetAssetPropertyAggregatesRequest {
|
|
2174
|
-
|
|
2175
|
-
const filterSensitiveLog: (obj: GetAssetPropertyAggregatesRequest) => any;
|
|
2176
|
-
}
|
|
2177
1658
|
export interface GetAssetPropertyAggregatesResponse {
|
|
2178
1659
|
|
|
2179
1660
|
aggregatedValues: AggregatedValue[] | undefined;
|
|
2180
1661
|
|
|
2181
1662
|
nextToken?: string;
|
|
2182
1663
|
}
|
|
2183
|
-
export declare namespace GetAssetPropertyAggregatesResponse {
|
|
2184
|
-
|
|
2185
|
-
const filterSensitiveLog: (obj: GetAssetPropertyAggregatesResponse) => any;
|
|
2186
|
-
}
|
|
2187
1664
|
export interface GetAssetPropertyValueRequest {
|
|
2188
1665
|
|
|
2189
1666
|
assetId?: string;
|
|
@@ -2192,18 +1669,10 @@ export interface GetAssetPropertyValueRequest {
|
|
|
2192
1669
|
|
|
2193
1670
|
propertyAlias?: string;
|
|
2194
1671
|
}
|
|
2195
|
-
export declare namespace GetAssetPropertyValueRequest {
|
|
2196
|
-
|
|
2197
|
-
const filterSensitiveLog: (obj: GetAssetPropertyValueRequest) => any;
|
|
2198
|
-
}
|
|
2199
1672
|
export interface GetAssetPropertyValueResponse {
|
|
2200
1673
|
|
|
2201
1674
|
propertyValue?: AssetPropertyValue;
|
|
2202
1675
|
}
|
|
2203
|
-
export declare namespace GetAssetPropertyValueResponse {
|
|
2204
|
-
|
|
2205
|
-
const filterSensitiveLog: (obj: GetAssetPropertyValueResponse) => any;
|
|
2206
|
-
}
|
|
2207
1676
|
export interface GetAssetPropertyValueHistoryRequest {
|
|
2208
1677
|
|
|
2209
1678
|
assetId?: string;
|
|
@@ -2224,20 +1693,12 @@ export interface GetAssetPropertyValueHistoryRequest {
|
|
|
2224
1693
|
|
|
2225
1694
|
maxResults?: number;
|
|
2226
1695
|
}
|
|
2227
|
-
export declare namespace GetAssetPropertyValueHistoryRequest {
|
|
2228
|
-
|
|
2229
|
-
const filterSensitiveLog: (obj: GetAssetPropertyValueHistoryRequest) => any;
|
|
2230
|
-
}
|
|
2231
1696
|
export interface GetAssetPropertyValueHistoryResponse {
|
|
2232
1697
|
|
|
2233
1698
|
assetPropertyValueHistory: AssetPropertyValue[] | undefined;
|
|
2234
1699
|
|
|
2235
1700
|
nextToken?: string;
|
|
2236
1701
|
}
|
|
2237
|
-
export declare namespace GetAssetPropertyValueHistoryResponse {
|
|
2238
|
-
|
|
2239
|
-
const filterSensitiveLog: (obj: GetAssetPropertyValueHistoryResponse) => any;
|
|
2240
|
-
}
|
|
2241
1702
|
export interface GetInterpolatedAssetPropertyValuesRequest {
|
|
2242
1703
|
|
|
2243
1704
|
assetId?: string;
|
|
@@ -2266,10 +1727,6 @@ export interface GetInterpolatedAssetPropertyValuesRequest {
|
|
|
2266
1727
|
|
|
2267
1728
|
intervalWindowInSeconds?: number;
|
|
2268
1729
|
}
|
|
2269
|
-
export declare namespace GetInterpolatedAssetPropertyValuesRequest {
|
|
2270
|
-
|
|
2271
|
-
const filterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesRequest) => any;
|
|
2272
|
-
}
|
|
2273
1730
|
|
|
2274
1731
|
export interface InterpolatedAssetPropertyValue {
|
|
2275
1732
|
|
|
@@ -2277,20 +1734,12 @@ export interface InterpolatedAssetPropertyValue {
|
|
|
2277
1734
|
|
|
2278
1735
|
value: Variant | undefined;
|
|
2279
1736
|
}
|
|
2280
|
-
export declare namespace InterpolatedAssetPropertyValue {
|
|
2281
|
-
|
|
2282
|
-
const filterSensitiveLog: (obj: InterpolatedAssetPropertyValue) => any;
|
|
2283
|
-
}
|
|
2284
1737
|
export interface GetInterpolatedAssetPropertyValuesResponse {
|
|
2285
1738
|
|
|
2286
1739
|
interpolatedAssetPropertyValues: InterpolatedAssetPropertyValue[] | undefined;
|
|
2287
1740
|
|
|
2288
1741
|
nextToken?: string;
|
|
2289
1742
|
}
|
|
2290
|
-
export declare namespace GetInterpolatedAssetPropertyValuesResponse {
|
|
2291
|
-
|
|
2292
|
-
const filterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesResponse) => any;
|
|
2293
|
-
}
|
|
2294
1743
|
export declare enum IdentityType {
|
|
2295
1744
|
GROUP = "GROUP",
|
|
2296
1745
|
IAM = "IAM",
|
|
@@ -2316,40 +1765,24 @@ export interface ListAccessPoliciesRequest {
|
|
|
2316
1765
|
|
|
2317
1766
|
maxResults?: number;
|
|
2318
1767
|
}
|
|
2319
|
-
export declare namespace ListAccessPoliciesRequest {
|
|
2320
|
-
|
|
2321
|
-
const filterSensitiveLog: (obj: ListAccessPoliciesRequest) => any;
|
|
2322
|
-
}
|
|
2323
1768
|
export interface ListAccessPoliciesResponse {
|
|
2324
1769
|
|
|
2325
1770
|
accessPolicySummaries: AccessPolicySummary[] | undefined;
|
|
2326
1771
|
|
|
2327
1772
|
nextToken?: string;
|
|
2328
1773
|
}
|
|
2329
|
-
export declare namespace ListAccessPoliciesResponse {
|
|
2330
|
-
|
|
2331
|
-
const filterSensitiveLog: (obj: ListAccessPoliciesResponse) => any;
|
|
2332
|
-
}
|
|
2333
1774
|
export interface ListAssetModelsRequest {
|
|
2334
1775
|
|
|
2335
1776
|
nextToken?: string;
|
|
2336
1777
|
|
|
2337
1778
|
maxResults?: number;
|
|
2338
1779
|
}
|
|
2339
|
-
export declare namespace ListAssetModelsRequest {
|
|
2340
|
-
|
|
2341
|
-
const filterSensitiveLog: (obj: ListAssetModelsRequest) => any;
|
|
2342
|
-
}
|
|
2343
1780
|
export interface ListAssetModelsResponse {
|
|
2344
1781
|
|
|
2345
1782
|
assetModelSummaries: AssetModelSummary[] | undefined;
|
|
2346
1783
|
|
|
2347
1784
|
nextToken?: string;
|
|
2348
1785
|
}
|
|
2349
|
-
export declare namespace ListAssetModelsResponse {
|
|
2350
|
-
|
|
2351
|
-
const filterSensitiveLog: (obj: ListAssetModelsResponse) => any;
|
|
2352
|
-
}
|
|
2353
1786
|
export declare enum TraversalType {
|
|
2354
1787
|
PATH_TO_ROOT = "PATH_TO_ROOT"
|
|
2355
1788
|
}
|
|
@@ -2363,20 +1796,12 @@ export interface ListAssetRelationshipsRequest {
|
|
|
2363
1796
|
|
|
2364
1797
|
maxResults?: number;
|
|
2365
1798
|
}
|
|
2366
|
-
export declare namespace ListAssetRelationshipsRequest {
|
|
2367
|
-
|
|
2368
|
-
const filterSensitiveLog: (obj: ListAssetRelationshipsRequest) => any;
|
|
2369
|
-
}
|
|
2370
1799
|
export interface ListAssetRelationshipsResponse {
|
|
2371
1800
|
|
|
2372
1801
|
assetRelationshipSummaries: AssetRelationshipSummary[] | undefined;
|
|
2373
1802
|
|
|
2374
1803
|
nextToken?: string;
|
|
2375
1804
|
}
|
|
2376
|
-
export declare namespace ListAssetRelationshipsResponse {
|
|
2377
|
-
|
|
2378
|
-
const filterSensitiveLog: (obj: ListAssetRelationshipsResponse) => any;
|
|
2379
|
-
}
|
|
2380
1805
|
export declare enum ListAssetsFilter {
|
|
2381
1806
|
ALL = "ALL",
|
|
2382
1807
|
TOP_LEVEL = "TOP_LEVEL"
|
|
@@ -2391,20 +1816,12 @@ export interface ListAssetsRequest {
|
|
|
2391
1816
|
|
|
2392
1817
|
filter?: ListAssetsFilter | string;
|
|
2393
1818
|
}
|
|
2394
|
-
export declare namespace ListAssetsRequest {
|
|
2395
|
-
|
|
2396
|
-
const filterSensitiveLog: (obj: ListAssetsRequest) => any;
|
|
2397
|
-
}
|
|
2398
1819
|
export interface ListAssetsResponse {
|
|
2399
1820
|
|
|
2400
1821
|
assetSummaries: AssetSummary[] | undefined;
|
|
2401
1822
|
|
|
2402
1823
|
nextToken?: string;
|
|
2403
1824
|
}
|
|
2404
|
-
export declare namespace ListAssetsResponse {
|
|
2405
|
-
|
|
2406
|
-
const filterSensitiveLog: (obj: ListAssetsResponse) => any;
|
|
2407
|
-
}
|
|
2408
1825
|
export declare enum TraversalDirection {
|
|
2409
1826
|
CHILD = "CHILD",
|
|
2410
1827
|
PARENT = "PARENT"
|
|
@@ -2421,19 +1838,43 @@ export interface ListAssociatedAssetsRequest {
|
|
|
2421
1838
|
|
|
2422
1839
|
maxResults?: number;
|
|
2423
1840
|
}
|
|
2424
|
-
export declare namespace ListAssociatedAssetsRequest {
|
|
2425
|
-
|
|
2426
|
-
const filterSensitiveLog: (obj: ListAssociatedAssetsRequest) => any;
|
|
2427
|
-
}
|
|
2428
1841
|
export interface ListAssociatedAssetsResponse {
|
|
2429
1842
|
|
|
2430
1843
|
assetSummaries: AssociatedAssetsSummary[] | undefined;
|
|
2431
1844
|
|
|
2432
1845
|
nextToken?: string;
|
|
2433
1846
|
}
|
|
2434
|
-
export declare
|
|
1847
|
+
export declare enum ListBulkImportJobsFilter {
|
|
1848
|
+
ALL = "ALL",
|
|
1849
|
+
CANCELLED = "CANCELLED",
|
|
1850
|
+
COMPLETED = "COMPLETED",
|
|
1851
|
+
COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
|
|
1852
|
+
FAILED = "FAILED",
|
|
1853
|
+
PENDING = "PENDING",
|
|
1854
|
+
RUNNING = "RUNNING"
|
|
1855
|
+
}
|
|
1856
|
+
export interface ListBulkImportJobsRequest {
|
|
1857
|
+
|
|
1858
|
+
nextToken?: string;
|
|
2435
1859
|
|
|
2436
|
-
|
|
1860
|
+
maxResults?: number;
|
|
1861
|
+
|
|
1862
|
+
filter?: ListBulkImportJobsFilter | string;
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
export interface JobSummary {
|
|
1866
|
+
|
|
1867
|
+
id: string | undefined;
|
|
1868
|
+
|
|
1869
|
+
name: string | undefined;
|
|
1870
|
+
|
|
1871
|
+
status: JobStatus | string | undefined;
|
|
1872
|
+
}
|
|
1873
|
+
export interface ListBulkImportJobsResponse {
|
|
1874
|
+
|
|
1875
|
+
jobSummaries: JobSummary[] | undefined;
|
|
1876
|
+
|
|
1877
|
+
nextToken?: string;
|
|
2437
1878
|
}
|
|
2438
1879
|
export interface ListDashboardsRequest {
|
|
2439
1880
|
|
|
@@ -2443,10 +1884,6 @@ export interface ListDashboardsRequest {
|
|
|
2443
1884
|
|
|
2444
1885
|
maxResults?: number;
|
|
2445
1886
|
}
|
|
2446
|
-
export declare namespace ListDashboardsRequest {
|
|
2447
|
-
|
|
2448
|
-
const filterSensitiveLog: (obj: ListDashboardsRequest) => any;
|
|
2449
|
-
}
|
|
2450
1887
|
|
|
2451
1888
|
export interface DashboardSummary {
|
|
2452
1889
|
|
|
@@ -2460,30 +1897,18 @@ export interface DashboardSummary {
|
|
|
2460
1897
|
|
|
2461
1898
|
lastUpdateDate?: Date;
|
|
2462
1899
|
}
|
|
2463
|
-
export declare namespace DashboardSummary {
|
|
2464
|
-
|
|
2465
|
-
const filterSensitiveLog: (obj: DashboardSummary) => any;
|
|
2466
|
-
}
|
|
2467
1900
|
export interface ListDashboardsResponse {
|
|
2468
1901
|
|
|
2469
1902
|
dashboardSummaries: DashboardSummary[] | undefined;
|
|
2470
1903
|
|
|
2471
1904
|
nextToken?: string;
|
|
2472
1905
|
}
|
|
2473
|
-
export declare namespace ListDashboardsResponse {
|
|
2474
|
-
|
|
2475
|
-
const filterSensitiveLog: (obj: ListDashboardsResponse) => any;
|
|
2476
|
-
}
|
|
2477
1906
|
export interface ListGatewaysRequest {
|
|
2478
1907
|
|
|
2479
1908
|
nextToken?: string;
|
|
2480
1909
|
|
|
2481
1910
|
maxResults?: number;
|
|
2482
1911
|
}
|
|
2483
|
-
export declare namespace ListGatewaysRequest {
|
|
2484
|
-
|
|
2485
|
-
const filterSensitiveLog: (obj: ListGatewaysRequest) => any;
|
|
2486
|
-
}
|
|
2487
1912
|
|
|
2488
1913
|
export interface GatewaySummary {
|
|
2489
1914
|
|
|
@@ -2499,30 +1924,18 @@ export interface GatewaySummary {
|
|
|
2499
1924
|
|
|
2500
1925
|
lastUpdateDate: Date | undefined;
|
|
2501
1926
|
}
|
|
2502
|
-
export declare namespace GatewaySummary {
|
|
2503
|
-
|
|
2504
|
-
const filterSensitiveLog: (obj: GatewaySummary) => any;
|
|
2505
|
-
}
|
|
2506
1927
|
export interface ListGatewaysResponse {
|
|
2507
1928
|
|
|
2508
1929
|
gatewaySummaries: GatewaySummary[] | undefined;
|
|
2509
1930
|
|
|
2510
1931
|
nextToken?: string;
|
|
2511
1932
|
}
|
|
2512
|
-
export declare namespace ListGatewaysResponse {
|
|
2513
|
-
|
|
2514
|
-
const filterSensitiveLog: (obj: ListGatewaysResponse) => any;
|
|
2515
|
-
}
|
|
2516
1933
|
export interface ListPortalsRequest {
|
|
2517
1934
|
|
|
2518
1935
|
nextToken?: string;
|
|
2519
1936
|
|
|
2520
1937
|
maxResults?: number;
|
|
2521
1938
|
}
|
|
2522
|
-
export declare namespace ListPortalsRequest {
|
|
2523
|
-
|
|
2524
|
-
const filterSensitiveLog: (obj: ListPortalsRequest) => any;
|
|
2525
|
-
}
|
|
2526
1939
|
|
|
2527
1940
|
export interface PortalSummary {
|
|
2528
1941
|
|
|
@@ -2542,20 +1955,12 @@ export interface PortalSummary {
|
|
|
2542
1955
|
|
|
2543
1956
|
status: PortalStatus | undefined;
|
|
2544
1957
|
}
|
|
2545
|
-
export declare namespace PortalSummary {
|
|
2546
|
-
|
|
2547
|
-
const filterSensitiveLog: (obj: PortalSummary) => any;
|
|
2548
|
-
}
|
|
2549
1958
|
export interface ListPortalsResponse {
|
|
2550
1959
|
|
|
2551
1960
|
portalSummaries?: PortalSummary[];
|
|
2552
1961
|
|
|
2553
1962
|
nextToken?: string;
|
|
2554
1963
|
}
|
|
2555
|
-
export declare namespace ListPortalsResponse {
|
|
2556
|
-
|
|
2557
|
-
const filterSensitiveLog: (obj: ListPortalsResponse) => any;
|
|
2558
|
-
}
|
|
2559
1964
|
export interface ListProjectAssetsRequest {
|
|
2560
1965
|
|
|
2561
1966
|
projectId: string | undefined;
|
|
@@ -2564,20 +1969,12 @@ export interface ListProjectAssetsRequest {
|
|
|
2564
1969
|
|
|
2565
1970
|
maxResults?: number;
|
|
2566
1971
|
}
|
|
2567
|
-
export declare namespace ListProjectAssetsRequest {
|
|
2568
|
-
|
|
2569
|
-
const filterSensitiveLog: (obj: ListProjectAssetsRequest) => any;
|
|
2570
|
-
}
|
|
2571
1972
|
export interface ListProjectAssetsResponse {
|
|
2572
1973
|
|
|
2573
1974
|
assetIds: string[] | undefined;
|
|
2574
1975
|
|
|
2575
1976
|
nextToken?: string;
|
|
2576
1977
|
}
|
|
2577
|
-
export declare namespace ListProjectAssetsResponse {
|
|
2578
|
-
|
|
2579
|
-
const filterSensitiveLog: (obj: ListProjectAssetsResponse) => any;
|
|
2580
|
-
}
|
|
2581
1978
|
export interface ListProjectsRequest {
|
|
2582
1979
|
|
|
2583
1980
|
portalId: string | undefined;
|
|
@@ -2586,10 +1983,6 @@ export interface ListProjectsRequest {
|
|
|
2586
1983
|
|
|
2587
1984
|
maxResults?: number;
|
|
2588
1985
|
}
|
|
2589
|
-
export declare namespace ListProjectsRequest {
|
|
2590
|
-
|
|
2591
|
-
const filterSensitiveLog: (obj: ListProjectsRequest) => any;
|
|
2592
|
-
}
|
|
2593
1986
|
|
|
2594
1987
|
export interface ProjectSummary {
|
|
2595
1988
|
|
|
@@ -2603,36 +1996,20 @@ export interface ProjectSummary {
|
|
|
2603
1996
|
|
|
2604
1997
|
lastUpdateDate?: Date;
|
|
2605
1998
|
}
|
|
2606
|
-
export declare namespace ProjectSummary {
|
|
2607
|
-
|
|
2608
|
-
const filterSensitiveLog: (obj: ProjectSummary) => any;
|
|
2609
|
-
}
|
|
2610
1999
|
export interface ListProjectsResponse {
|
|
2611
2000
|
|
|
2612
2001
|
projectSummaries: ProjectSummary[] | undefined;
|
|
2613
2002
|
|
|
2614
2003
|
nextToken?: string;
|
|
2615
2004
|
}
|
|
2616
|
-
export declare namespace ListProjectsResponse {
|
|
2617
|
-
|
|
2618
|
-
const filterSensitiveLog: (obj: ListProjectsResponse) => any;
|
|
2619
|
-
}
|
|
2620
2005
|
export interface ListTagsForResourceRequest {
|
|
2621
2006
|
|
|
2622
2007
|
resourceArn: string | undefined;
|
|
2623
2008
|
}
|
|
2624
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2625
|
-
|
|
2626
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2627
|
-
}
|
|
2628
2009
|
export interface ListTagsForResourceResponse {
|
|
2629
2010
|
|
|
2630
2011
|
tags?: Record<string, string>;
|
|
2631
2012
|
}
|
|
2632
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2633
|
-
|
|
2634
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2635
|
-
}
|
|
2636
2013
|
|
|
2637
2014
|
export declare class UnauthorizedException extends __BaseException {
|
|
2638
2015
|
readonly name: "UnauthorizedException";
|
|
@@ -2656,10 +2033,6 @@ export interface ListTimeSeriesRequest {
|
|
|
2656
2033
|
|
|
2657
2034
|
timeSeriesType?: ListTimeSeriesType | string;
|
|
2658
2035
|
}
|
|
2659
|
-
export declare namespace ListTimeSeriesRequest {
|
|
2660
|
-
|
|
2661
|
-
const filterSensitiveLog: (obj: ListTimeSeriesRequest) => any;
|
|
2662
|
-
}
|
|
2663
2036
|
|
|
2664
2037
|
export interface TimeSeriesSummary {
|
|
2665
2038
|
|
|
@@ -2679,30 +2052,18 @@ export interface TimeSeriesSummary {
|
|
|
2679
2052
|
|
|
2680
2053
|
timeSeriesLastUpdateDate: Date | undefined;
|
|
2681
2054
|
}
|
|
2682
|
-
export declare namespace TimeSeriesSummary {
|
|
2683
|
-
|
|
2684
|
-
const filterSensitiveLog: (obj: TimeSeriesSummary) => any;
|
|
2685
|
-
}
|
|
2686
2055
|
export interface ListTimeSeriesResponse {
|
|
2687
2056
|
|
|
2688
2057
|
TimeSeriesSummaries: TimeSeriesSummary[] | undefined;
|
|
2689
2058
|
|
|
2690
2059
|
nextToken?: string;
|
|
2691
2060
|
}
|
|
2692
|
-
export declare namespace ListTimeSeriesResponse {
|
|
2693
|
-
|
|
2694
|
-
const filterSensitiveLog: (obj: ListTimeSeriesResponse) => any;
|
|
2695
|
-
}
|
|
2696
2061
|
export interface PutDefaultEncryptionConfigurationRequest {
|
|
2697
2062
|
|
|
2698
2063
|
encryptionType: EncryptionType | string | undefined;
|
|
2699
2064
|
|
|
2700
2065
|
kmsKeyId?: string;
|
|
2701
2066
|
}
|
|
2702
|
-
export declare namespace PutDefaultEncryptionConfigurationRequest {
|
|
2703
|
-
|
|
2704
|
-
const filterSensitiveLog: (obj: PutDefaultEncryptionConfigurationRequest) => any;
|
|
2705
|
-
}
|
|
2706
2067
|
export interface PutDefaultEncryptionConfigurationResponse {
|
|
2707
2068
|
|
|
2708
2069
|
encryptionType: EncryptionType | string | undefined;
|
|
@@ -2711,24 +2072,12 @@ export interface PutDefaultEncryptionConfigurationResponse {
|
|
|
2711
2072
|
|
|
2712
2073
|
configurationStatus: ConfigurationStatus | undefined;
|
|
2713
2074
|
}
|
|
2714
|
-
export declare namespace PutDefaultEncryptionConfigurationResponse {
|
|
2715
|
-
|
|
2716
|
-
const filterSensitiveLog: (obj: PutDefaultEncryptionConfigurationResponse) => any;
|
|
2717
|
-
}
|
|
2718
2075
|
export interface PutLoggingOptionsRequest {
|
|
2719
2076
|
|
|
2720
2077
|
loggingOptions: LoggingOptions | undefined;
|
|
2721
2078
|
}
|
|
2722
|
-
export declare namespace PutLoggingOptionsRequest {
|
|
2723
|
-
|
|
2724
|
-
const filterSensitiveLog: (obj: PutLoggingOptionsRequest) => any;
|
|
2725
|
-
}
|
|
2726
2079
|
export interface PutLoggingOptionsResponse {
|
|
2727
2080
|
}
|
|
2728
|
-
export declare namespace PutLoggingOptionsResponse {
|
|
2729
|
-
|
|
2730
|
-
const filterSensitiveLog: (obj: PutLoggingOptionsResponse) => any;
|
|
2731
|
-
}
|
|
2732
2081
|
export interface PutStorageConfigurationRequest {
|
|
2733
2082
|
|
|
2734
2083
|
storageType: StorageType | string | undefined;
|
|
@@ -2739,10 +2088,6 @@ export interface PutStorageConfigurationRequest {
|
|
|
2739
2088
|
|
|
2740
2089
|
retentionPeriod?: RetentionPeriod;
|
|
2741
2090
|
}
|
|
2742
|
-
export declare namespace PutStorageConfigurationRequest {
|
|
2743
|
-
|
|
2744
|
-
const filterSensitiveLog: (obj: PutStorageConfigurationRequest) => any;
|
|
2745
|
-
}
|
|
2746
2091
|
export interface PutStorageConfigurationResponse {
|
|
2747
2092
|
|
|
2748
2093
|
storageType: StorageType | string | undefined;
|
|
@@ -2755,26 +2100,14 @@ export interface PutStorageConfigurationResponse {
|
|
|
2755
2100
|
|
|
2756
2101
|
configurationStatus: ConfigurationStatus | undefined;
|
|
2757
2102
|
}
|
|
2758
|
-
export declare namespace PutStorageConfigurationResponse {
|
|
2759
|
-
|
|
2760
|
-
const filterSensitiveLog: (obj: PutStorageConfigurationResponse) => any;
|
|
2761
|
-
}
|
|
2762
2103
|
export interface TagResourceRequest {
|
|
2763
2104
|
|
|
2764
2105
|
resourceArn: string | undefined;
|
|
2765
2106
|
|
|
2766
2107
|
tags: Record<string, string> | undefined;
|
|
2767
2108
|
}
|
|
2768
|
-
export declare namespace TagResourceRequest {
|
|
2769
|
-
|
|
2770
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2771
|
-
}
|
|
2772
2109
|
export interface TagResourceResponse {
|
|
2773
2110
|
}
|
|
2774
|
-
export declare namespace TagResourceResponse {
|
|
2775
|
-
|
|
2776
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2777
|
-
}
|
|
2778
2111
|
|
|
2779
2112
|
export declare class TooManyTagsException extends __BaseException {
|
|
2780
2113
|
readonly name: "TooManyTagsException";
|
|
@@ -2790,16 +2123,8 @@ export interface UntagResourceRequest {
|
|
|
2790
2123
|
|
|
2791
2124
|
tagKeys: string[] | undefined;
|
|
2792
2125
|
}
|
|
2793
|
-
export declare namespace UntagResourceRequest {
|
|
2794
|
-
|
|
2795
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2796
|
-
}
|
|
2797
2126
|
export interface UntagResourceResponse {
|
|
2798
2127
|
}
|
|
2799
|
-
export declare namespace UntagResourceResponse {
|
|
2800
|
-
|
|
2801
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2802
|
-
}
|
|
2803
2128
|
export interface UpdateAccessPolicyRequest {
|
|
2804
2129
|
|
|
2805
2130
|
accessPolicyId: string | undefined;
|
|
@@ -2812,16 +2137,8 @@ export interface UpdateAccessPolicyRequest {
|
|
|
2812
2137
|
|
|
2813
2138
|
clientToken?: string;
|
|
2814
2139
|
}
|
|
2815
|
-
export declare namespace UpdateAccessPolicyRequest {
|
|
2816
|
-
|
|
2817
|
-
const filterSensitiveLog: (obj: UpdateAccessPolicyRequest) => any;
|
|
2818
|
-
}
|
|
2819
2140
|
export interface UpdateAccessPolicyResponse {
|
|
2820
2141
|
}
|
|
2821
|
-
export declare namespace UpdateAccessPolicyResponse {
|
|
2822
|
-
|
|
2823
|
-
const filterSensitiveLog: (obj: UpdateAccessPolicyResponse) => any;
|
|
2824
|
-
}
|
|
2825
2142
|
export interface UpdateAssetRequest {
|
|
2826
2143
|
|
|
2827
2144
|
assetId: string | undefined;
|
|
@@ -2832,18 +2149,10 @@ export interface UpdateAssetRequest {
|
|
|
2832
2149
|
|
|
2833
2150
|
assetDescription?: string;
|
|
2834
2151
|
}
|
|
2835
|
-
export declare namespace UpdateAssetRequest {
|
|
2836
|
-
|
|
2837
|
-
const filterSensitiveLog: (obj: UpdateAssetRequest) => any;
|
|
2838
|
-
}
|
|
2839
2152
|
export interface UpdateAssetResponse {
|
|
2840
2153
|
|
|
2841
2154
|
assetStatus: AssetStatus | undefined;
|
|
2842
2155
|
}
|
|
2843
|
-
export declare namespace UpdateAssetResponse {
|
|
2844
|
-
|
|
2845
|
-
const filterSensitiveLog: (obj: UpdateAssetResponse) => any;
|
|
2846
|
-
}
|
|
2847
2156
|
export interface UpdateAssetModelRequest {
|
|
2848
2157
|
|
|
2849
2158
|
assetModelId: string | undefined;
|
|
@@ -2860,18 +2169,10 @@ export interface UpdateAssetModelRequest {
|
|
|
2860
2169
|
|
|
2861
2170
|
clientToken?: string;
|
|
2862
2171
|
}
|
|
2863
|
-
export declare namespace UpdateAssetModelRequest {
|
|
2864
|
-
|
|
2865
|
-
const filterSensitiveLog: (obj: UpdateAssetModelRequest) => any;
|
|
2866
|
-
}
|
|
2867
2172
|
export interface UpdateAssetModelResponse {
|
|
2868
2173
|
|
|
2869
2174
|
assetModelStatus: AssetModelStatus | undefined;
|
|
2870
2175
|
}
|
|
2871
|
-
export declare namespace UpdateAssetModelResponse {
|
|
2872
|
-
|
|
2873
|
-
const filterSensitiveLog: (obj: UpdateAssetModelResponse) => any;
|
|
2874
|
-
}
|
|
2875
2176
|
export interface UpdateAssetPropertyRequest {
|
|
2876
2177
|
|
|
2877
2178
|
assetId: string | undefined;
|
|
@@ -2884,10 +2185,6 @@ export interface UpdateAssetPropertyRequest {
|
|
|
2884
2185
|
|
|
2885
2186
|
clientToken?: string;
|
|
2886
2187
|
}
|
|
2887
|
-
export declare namespace UpdateAssetPropertyRequest {
|
|
2888
|
-
|
|
2889
|
-
const filterSensitiveLog: (obj: UpdateAssetPropertyRequest) => any;
|
|
2890
|
-
}
|
|
2891
2188
|
export interface UpdateDashboardRequest {
|
|
2892
2189
|
|
|
2893
2190
|
dashboardId: string | undefined;
|
|
@@ -2900,26 +2197,14 @@ export interface UpdateDashboardRequest {
|
|
|
2900
2197
|
|
|
2901
2198
|
clientToken?: string;
|
|
2902
2199
|
}
|
|
2903
|
-
export declare namespace UpdateDashboardRequest {
|
|
2904
|
-
|
|
2905
|
-
const filterSensitiveLog: (obj: UpdateDashboardRequest) => any;
|
|
2906
|
-
}
|
|
2907
2200
|
export interface UpdateDashboardResponse {
|
|
2908
2201
|
}
|
|
2909
|
-
export declare namespace UpdateDashboardResponse {
|
|
2910
|
-
|
|
2911
|
-
const filterSensitiveLog: (obj: UpdateDashboardResponse) => any;
|
|
2912
|
-
}
|
|
2913
2202
|
export interface UpdateGatewayRequest {
|
|
2914
2203
|
|
|
2915
2204
|
gatewayId: string | undefined;
|
|
2916
2205
|
|
|
2917
2206
|
gatewayName: string | undefined;
|
|
2918
2207
|
}
|
|
2919
|
-
export declare namespace UpdateGatewayRequest {
|
|
2920
|
-
|
|
2921
|
-
const filterSensitiveLog: (obj: UpdateGatewayRequest) => any;
|
|
2922
|
-
}
|
|
2923
2208
|
export interface UpdateGatewayCapabilityConfigurationRequest {
|
|
2924
2209
|
|
|
2925
2210
|
gatewayId: string | undefined;
|
|
@@ -2928,20 +2213,12 @@ export interface UpdateGatewayCapabilityConfigurationRequest {
|
|
|
2928
2213
|
|
|
2929
2214
|
capabilityConfiguration: string | undefined;
|
|
2930
2215
|
}
|
|
2931
|
-
export declare namespace UpdateGatewayCapabilityConfigurationRequest {
|
|
2932
|
-
|
|
2933
|
-
const filterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationRequest) => any;
|
|
2934
|
-
}
|
|
2935
2216
|
export interface UpdateGatewayCapabilityConfigurationResponse {
|
|
2936
2217
|
|
|
2937
2218
|
capabilityNamespace: string | undefined;
|
|
2938
2219
|
|
|
2939
2220
|
capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
|
|
2940
2221
|
}
|
|
2941
|
-
export declare namespace UpdateGatewayCapabilityConfigurationResponse {
|
|
2942
|
-
|
|
2943
|
-
const filterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationResponse) => any;
|
|
2944
|
-
}
|
|
2945
2222
|
|
|
2946
2223
|
export interface Image {
|
|
2947
2224
|
|
|
@@ -2949,10 +2226,6 @@ export interface Image {
|
|
|
2949
2226
|
|
|
2950
2227
|
file?: ImageFile;
|
|
2951
2228
|
}
|
|
2952
|
-
export declare namespace Image {
|
|
2953
|
-
|
|
2954
|
-
const filterSensitiveLog: (obj: Image) => any;
|
|
2955
|
-
}
|
|
2956
2229
|
export interface UpdatePortalRequest {
|
|
2957
2230
|
|
|
2958
2231
|
portalId: string | undefined;
|
|
@@ -2973,18 +2246,10 @@ export interface UpdatePortalRequest {
|
|
|
2973
2246
|
|
|
2974
2247
|
alarms?: Alarms;
|
|
2975
2248
|
}
|
|
2976
|
-
export declare namespace UpdatePortalRequest {
|
|
2977
|
-
|
|
2978
|
-
const filterSensitiveLog: (obj: UpdatePortalRequest) => any;
|
|
2979
|
-
}
|
|
2980
2249
|
export interface UpdatePortalResponse {
|
|
2981
2250
|
|
|
2982
2251
|
portalStatus: PortalStatus | undefined;
|
|
2983
2252
|
}
|
|
2984
|
-
export declare namespace UpdatePortalResponse {
|
|
2985
|
-
|
|
2986
|
-
const filterSensitiveLog: (obj: UpdatePortalResponse) => any;
|
|
2987
|
-
}
|
|
2988
2253
|
export interface UpdateProjectRequest {
|
|
2989
2254
|
|
|
2990
2255
|
projectId: string | undefined;
|
|
@@ -2995,13 +2260,463 @@ export interface UpdateProjectRequest {
|
|
|
2995
2260
|
|
|
2996
2261
|
clientToken?: string;
|
|
2997
2262
|
}
|
|
2998
|
-
export declare namespace UpdateProjectRequest {
|
|
2999
|
-
|
|
3000
|
-
const filterSensitiveLog: (obj: UpdateProjectRequest) => any;
|
|
3001
|
-
}
|
|
3002
2263
|
export interface UpdateProjectResponse {
|
|
3003
2264
|
}
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
2265
|
+
|
|
2266
|
+
export declare const GroupIdentityFilterSensitiveLog: (obj: GroupIdentity) => any;
|
|
2267
|
+
|
|
2268
|
+
export declare const IAMRoleIdentityFilterSensitiveLog: (obj: IAMRoleIdentity) => any;
|
|
2269
|
+
|
|
2270
|
+
export declare const IAMUserIdentityFilterSensitiveLog: (obj: IAMUserIdentity) => any;
|
|
2271
|
+
|
|
2272
|
+
export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
|
|
2273
|
+
|
|
2274
|
+
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const PortalResourceFilterSensitiveLog: (obj: PortalResource) => any;
|
|
2277
|
+
|
|
2278
|
+
export declare const ProjectResourceFilterSensitiveLog: (obj: ProjectResource) => any;
|
|
2279
|
+
|
|
2280
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
2281
|
+
|
|
2282
|
+
export declare const AccessPolicySummaryFilterSensitiveLog: (obj: AccessPolicySummary) => any;
|
|
2283
|
+
|
|
2284
|
+
export declare const AggregatesFilterSensitiveLog: (obj: Aggregates) => any;
|
|
2285
|
+
|
|
2286
|
+
export declare const AggregatedValueFilterSensitiveLog: (obj: AggregatedValue) => any;
|
|
2287
|
+
|
|
2288
|
+
export declare const AlarmsFilterSensitiveLog: (obj: Alarms) => any;
|
|
2289
|
+
|
|
2290
|
+
export declare const PropertyNotificationFilterSensitiveLog: (obj: PropertyNotification) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const AssetPropertyFilterSensitiveLog: (obj: AssetProperty) => any;
|
|
2293
|
+
|
|
2294
|
+
export declare const AssetCompositeModelFilterSensitiveLog: (obj: AssetCompositeModel) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const AssetErrorDetailsFilterSensitiveLog: (obj: AssetErrorDetails) => any;
|
|
2297
|
+
|
|
2298
|
+
export declare const AssetHierarchyFilterSensitiveLog: (obj: AssetHierarchy) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const AssetHierarchyInfoFilterSensitiveLog: (obj: AssetHierarchyInfo) => any;
|
|
2301
|
+
|
|
2302
|
+
export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const ForwardingConfigFilterSensitiveLog: (obj: ForwardingConfig) => any;
|
|
2305
|
+
|
|
2306
|
+
export declare const MeasurementProcessingConfigFilterSensitiveLog: (obj: MeasurementProcessingConfig) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const MeasurementFilterSensitiveLog: (obj: Measurement) => any;
|
|
2309
|
+
|
|
2310
|
+
export declare const MetricProcessingConfigFilterSensitiveLog: (obj: MetricProcessingConfig) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const VariableValueFilterSensitiveLog: (obj: VariableValue) => any;
|
|
2313
|
+
|
|
2314
|
+
export declare const ExpressionVariableFilterSensitiveLog: (obj: ExpressionVariable) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const TumblingWindowFilterSensitiveLog: (obj: TumblingWindow) => any;
|
|
2317
|
+
|
|
2318
|
+
export declare const MetricWindowFilterSensitiveLog: (obj: MetricWindow) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
|
|
2321
|
+
|
|
2322
|
+
export declare const TransformProcessingConfigFilterSensitiveLog: (obj: TransformProcessingConfig) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const TransformFilterSensitiveLog: (obj: Transform) => any;
|
|
2325
|
+
|
|
2326
|
+
export declare const PropertyTypeFilterSensitiveLog: (obj: PropertyType) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const AssetModelPropertyFilterSensitiveLog: (obj: AssetModelProperty) => any;
|
|
2329
|
+
|
|
2330
|
+
export declare const AssetModelCompositeModelFilterSensitiveLog: (obj: AssetModelCompositeModel) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const AssetModelPropertyDefinitionFilterSensitiveLog: (obj: AssetModelPropertyDefinition) => any;
|
|
2333
|
+
|
|
2334
|
+
export declare const AssetModelCompositeModelDefinitionFilterSensitiveLog: (obj: AssetModelCompositeModelDefinition) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const AssetModelHierarchyFilterSensitiveLog: (obj: AssetModelHierarchy) => any;
|
|
2337
|
+
|
|
2338
|
+
export declare const AssetModelHierarchyDefinitionFilterSensitiveLog: (obj: AssetModelHierarchyDefinition) => any;
|
|
2339
|
+
|
|
2340
|
+
export declare const DetailedErrorFilterSensitiveLog: (obj: DetailedError) => any;
|
|
2341
|
+
|
|
2342
|
+
export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
|
|
2343
|
+
|
|
2344
|
+
export declare const AssetModelStatusFilterSensitiveLog: (obj: AssetModelStatus) => any;
|
|
2345
|
+
|
|
2346
|
+
export declare const AssetModelSummaryFilterSensitiveLog: (obj: AssetModelSummary) => any;
|
|
2347
|
+
|
|
2348
|
+
export declare const TimeInNanosFilterSensitiveLog: (obj: TimeInNanos) => any;
|
|
2349
|
+
|
|
2350
|
+
export declare const VariantFilterSensitiveLog: (obj: Variant) => any;
|
|
2351
|
+
|
|
2352
|
+
export declare const AssetPropertyValueFilterSensitiveLog: (obj: AssetPropertyValue) => any;
|
|
2353
|
+
|
|
2354
|
+
export declare const AssetRelationshipSummaryFilterSensitiveLog: (obj: AssetRelationshipSummary) => any;
|
|
2355
|
+
|
|
2356
|
+
export declare const AssetStatusFilterSensitiveLog: (obj: AssetStatus) => any;
|
|
2357
|
+
|
|
2358
|
+
export declare const AssetSummaryFilterSensitiveLog: (obj: AssetSummary) => any;
|
|
2359
|
+
|
|
2360
|
+
export declare const AssociateAssetsRequestFilterSensitiveLog: (obj: AssociateAssetsRequest) => any;
|
|
2361
|
+
|
|
2362
|
+
export declare const AssociatedAssetsSummaryFilterSensitiveLog: (obj: AssociatedAssetsSummary) => any;
|
|
2363
|
+
|
|
2364
|
+
export declare const AssociateTimeSeriesToAssetPropertyRequestFilterSensitiveLog: (obj: AssociateTimeSeriesToAssetPropertyRequest) => any;
|
|
2365
|
+
|
|
2366
|
+
export declare const BatchAssociateProjectAssetsRequestFilterSensitiveLog: (obj: BatchAssociateProjectAssetsRequest) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const BatchAssociateProjectAssetsResponseFilterSensitiveLog: (obj: BatchAssociateProjectAssetsResponse) => any;
|
|
2369
|
+
|
|
2370
|
+
export declare const BatchDisassociateProjectAssetsRequestFilterSensitiveLog: (obj: BatchDisassociateProjectAssetsRequest) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const BatchDisassociateProjectAssetsResponseFilterSensitiveLog: (obj: BatchDisassociateProjectAssetsResponse) => any;
|
|
2373
|
+
|
|
2374
|
+
export declare const BatchGetAssetPropertyAggregatesEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesEntry) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const BatchGetAssetPropertyAggregatesRequestFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesRequest) => any;
|
|
2377
|
+
|
|
2378
|
+
export declare const BatchGetAssetPropertyAggregatesErrorEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorEntry) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const BatchGetAssetPropertyAggregatesErrorInfoFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorInfo) => any;
|
|
2381
|
+
|
|
2382
|
+
export declare const BatchGetAssetPropertyAggregatesSkippedEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSkippedEntry) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const BatchGetAssetPropertyAggregatesSuccessEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSuccessEntry) => any;
|
|
2385
|
+
|
|
2386
|
+
export declare const BatchGetAssetPropertyAggregatesResponseFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesResponse) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const BatchGetAssetPropertyValueEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueEntry) => any;
|
|
2389
|
+
|
|
2390
|
+
export declare const BatchGetAssetPropertyValueRequestFilterSensitiveLog: (obj: BatchGetAssetPropertyValueRequest) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const BatchGetAssetPropertyValueErrorEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorEntry) => any;
|
|
2393
|
+
|
|
2394
|
+
export declare const BatchGetAssetPropertyValueErrorInfoFilterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorInfo) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const BatchGetAssetPropertyValueSkippedEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueSkippedEntry) => any;
|
|
2397
|
+
|
|
2398
|
+
export declare const BatchGetAssetPropertyValueSuccessEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueSuccessEntry) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const BatchGetAssetPropertyValueResponseFilterSensitiveLog: (obj: BatchGetAssetPropertyValueResponse) => any;
|
|
2401
|
+
|
|
2402
|
+
export declare const BatchGetAssetPropertyValueHistoryEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryEntry) => any;
|
|
2403
|
+
|
|
2404
|
+
export declare const BatchGetAssetPropertyValueHistoryRequestFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryRequest) => any;
|
|
2405
|
+
|
|
2406
|
+
export declare const BatchGetAssetPropertyValueHistoryErrorEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorEntry) => any;
|
|
2407
|
+
|
|
2408
|
+
export declare const BatchGetAssetPropertyValueHistoryErrorInfoFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorInfo) => any;
|
|
2409
|
+
|
|
2410
|
+
export declare const BatchGetAssetPropertyValueHistorySkippedEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySkippedEntry) => any;
|
|
2411
|
+
|
|
2412
|
+
export declare const BatchGetAssetPropertyValueHistorySuccessEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySuccessEntry) => any;
|
|
2413
|
+
|
|
2414
|
+
export declare const BatchGetAssetPropertyValueHistoryResponseFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryResponse) => any;
|
|
2415
|
+
|
|
2416
|
+
export declare const PutAssetPropertyValueEntryFilterSensitiveLog: (obj: PutAssetPropertyValueEntry) => any;
|
|
2417
|
+
|
|
2418
|
+
export declare const BatchPutAssetPropertyValueRequestFilterSensitiveLog: (obj: BatchPutAssetPropertyValueRequest) => any;
|
|
2419
|
+
|
|
2420
|
+
export declare const BatchPutAssetPropertyErrorFilterSensitiveLog: (obj: BatchPutAssetPropertyError) => any;
|
|
2421
|
+
|
|
2422
|
+
export declare const BatchPutAssetPropertyErrorEntryFilterSensitiveLog: (obj: BatchPutAssetPropertyErrorEntry) => any;
|
|
2423
|
+
|
|
2424
|
+
export declare const BatchPutAssetPropertyValueResponseFilterSensitiveLog: (obj: BatchPutAssetPropertyValueResponse) => any;
|
|
2425
|
+
|
|
2426
|
+
export declare const CreateAccessPolicyRequestFilterSensitiveLog: (obj: CreateAccessPolicyRequest) => any;
|
|
2427
|
+
|
|
2428
|
+
export declare const CreateAccessPolicyResponseFilterSensitiveLog: (obj: CreateAccessPolicyResponse) => any;
|
|
2429
|
+
|
|
2430
|
+
export declare const CreateAssetRequestFilterSensitiveLog: (obj: CreateAssetRequest) => any;
|
|
2431
|
+
|
|
2432
|
+
export declare const CreateAssetResponseFilterSensitiveLog: (obj: CreateAssetResponse) => any;
|
|
2433
|
+
|
|
2434
|
+
export declare const CreateAssetModelRequestFilterSensitiveLog: (obj: CreateAssetModelRequest) => any;
|
|
2435
|
+
|
|
2436
|
+
export declare const CreateAssetModelResponseFilterSensitiveLog: (obj: CreateAssetModelResponse) => any;
|
|
2437
|
+
|
|
2438
|
+
export declare const ErrorReportLocationFilterSensitiveLog: (obj: ErrorReportLocation) => any;
|
|
2439
|
+
|
|
2440
|
+
export declare const FileFilterSensitiveLog: (obj: File) => any;
|
|
2441
|
+
|
|
2442
|
+
export declare const CsvFilterSensitiveLog: (obj: Csv) => any;
|
|
2443
|
+
|
|
2444
|
+
export declare const FileFormatFilterSensitiveLog: (obj: FileFormat) => any;
|
|
2445
|
+
|
|
2446
|
+
export declare const JobConfigurationFilterSensitiveLog: (obj: JobConfiguration) => any;
|
|
2447
|
+
|
|
2448
|
+
export declare const CreateBulkImportJobRequestFilterSensitiveLog: (obj: CreateBulkImportJobRequest) => any;
|
|
2449
|
+
|
|
2450
|
+
export declare const CreateBulkImportJobResponseFilterSensitiveLog: (obj: CreateBulkImportJobResponse) => any;
|
|
2451
|
+
|
|
2452
|
+
export declare const CreateDashboardRequestFilterSensitiveLog: (obj: CreateDashboardRequest) => any;
|
|
2453
|
+
|
|
2454
|
+
export declare const CreateDashboardResponseFilterSensitiveLog: (obj: CreateDashboardResponse) => any;
|
|
2455
|
+
|
|
2456
|
+
export declare const GreengrassFilterSensitiveLog: (obj: Greengrass) => any;
|
|
2457
|
+
|
|
2458
|
+
export declare const GreengrassV2FilterSensitiveLog: (obj: GreengrassV2) => any;
|
|
2459
|
+
|
|
2460
|
+
export declare const GatewayPlatformFilterSensitiveLog: (obj: GatewayPlatform) => any;
|
|
2461
|
+
|
|
2462
|
+
export declare const CreateGatewayRequestFilterSensitiveLog: (obj: CreateGatewayRequest) => any;
|
|
2463
|
+
|
|
2464
|
+
export declare const CreateGatewayResponseFilterSensitiveLog: (obj: CreateGatewayResponse) => any;
|
|
2465
|
+
|
|
2466
|
+
export declare const ImageFileFilterSensitiveLog: (obj: ImageFile) => any;
|
|
2467
|
+
|
|
2468
|
+
export declare const CreatePortalRequestFilterSensitiveLog: (obj: CreatePortalRequest) => any;
|
|
2469
|
+
|
|
2470
|
+
export declare const MonitorErrorDetailsFilterSensitiveLog: (obj: MonitorErrorDetails) => any;
|
|
2471
|
+
|
|
2472
|
+
export declare const PortalStatusFilterSensitiveLog: (obj: PortalStatus) => any;
|
|
2473
|
+
|
|
2474
|
+
export declare const CreatePortalResponseFilterSensitiveLog: (obj: CreatePortalResponse) => any;
|
|
2475
|
+
|
|
2476
|
+
export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
2477
|
+
|
|
2478
|
+
export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
|
|
2479
|
+
|
|
2480
|
+
export declare const DeleteAccessPolicyRequestFilterSensitiveLog: (obj: DeleteAccessPolicyRequest) => any;
|
|
2481
|
+
|
|
2482
|
+
export declare const DeleteAccessPolicyResponseFilterSensitiveLog: (obj: DeleteAccessPolicyResponse) => any;
|
|
2483
|
+
|
|
2484
|
+
export declare const DeleteAssetRequestFilterSensitiveLog: (obj: DeleteAssetRequest) => any;
|
|
2485
|
+
|
|
2486
|
+
export declare const DeleteAssetResponseFilterSensitiveLog: (obj: DeleteAssetResponse) => any;
|
|
2487
|
+
|
|
2488
|
+
export declare const DeleteAssetModelRequestFilterSensitiveLog: (obj: DeleteAssetModelRequest) => any;
|
|
2489
|
+
|
|
2490
|
+
export declare const DeleteAssetModelResponseFilterSensitiveLog: (obj: DeleteAssetModelResponse) => any;
|
|
2491
|
+
|
|
2492
|
+
export declare const DeleteDashboardRequestFilterSensitiveLog: (obj: DeleteDashboardRequest) => any;
|
|
2493
|
+
|
|
2494
|
+
export declare const DeleteDashboardResponseFilterSensitiveLog: (obj: DeleteDashboardResponse) => any;
|
|
2495
|
+
|
|
2496
|
+
export declare const DeleteGatewayRequestFilterSensitiveLog: (obj: DeleteGatewayRequest) => any;
|
|
2497
|
+
|
|
2498
|
+
export declare const DeletePortalRequestFilterSensitiveLog: (obj: DeletePortalRequest) => any;
|
|
2499
|
+
|
|
2500
|
+
export declare const DeletePortalResponseFilterSensitiveLog: (obj: DeletePortalResponse) => any;
|
|
2501
|
+
|
|
2502
|
+
export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
2503
|
+
|
|
2504
|
+
export declare const DeleteProjectResponseFilterSensitiveLog: (obj: DeleteProjectResponse) => any;
|
|
2505
|
+
|
|
2506
|
+
export declare const DeleteTimeSeriesRequestFilterSensitiveLog: (obj: DeleteTimeSeriesRequest) => any;
|
|
2507
|
+
|
|
2508
|
+
export declare const DescribeAccessPolicyRequestFilterSensitiveLog: (obj: DescribeAccessPolicyRequest) => any;
|
|
2509
|
+
|
|
2510
|
+
export declare const DescribeAccessPolicyResponseFilterSensitiveLog: (obj: DescribeAccessPolicyResponse) => any;
|
|
2511
|
+
|
|
2512
|
+
export declare const DescribeAssetRequestFilterSensitiveLog: (obj: DescribeAssetRequest) => any;
|
|
2513
|
+
|
|
2514
|
+
export declare const DescribeAssetResponseFilterSensitiveLog: (obj: DescribeAssetResponse) => any;
|
|
2515
|
+
|
|
2516
|
+
export declare const DescribeAssetModelRequestFilterSensitiveLog: (obj: DescribeAssetModelRequest) => any;
|
|
2517
|
+
|
|
2518
|
+
export declare const DescribeAssetModelResponseFilterSensitiveLog: (obj: DescribeAssetModelResponse) => any;
|
|
2519
|
+
|
|
2520
|
+
export declare const DescribeAssetPropertyRequestFilterSensitiveLog: (obj: DescribeAssetPropertyRequest) => any;
|
|
2521
|
+
|
|
2522
|
+
export declare const PropertyFilterSensitiveLog: (obj: Property) => any;
|
|
2523
|
+
|
|
2524
|
+
export declare const CompositeModelPropertyFilterSensitiveLog: (obj: CompositeModelProperty) => any;
|
|
2525
|
+
|
|
2526
|
+
export declare const DescribeAssetPropertyResponseFilterSensitiveLog: (obj: DescribeAssetPropertyResponse) => any;
|
|
2527
|
+
|
|
2528
|
+
export declare const DescribeBulkImportJobRequestFilterSensitiveLog: (obj: DescribeBulkImportJobRequest) => any;
|
|
2529
|
+
|
|
2530
|
+
export declare const DescribeBulkImportJobResponseFilterSensitiveLog: (obj: DescribeBulkImportJobResponse) => any;
|
|
2531
|
+
|
|
2532
|
+
export declare const DescribeDashboardRequestFilterSensitiveLog: (obj: DescribeDashboardRequest) => any;
|
|
2533
|
+
|
|
2534
|
+
export declare const DescribeDashboardResponseFilterSensitiveLog: (obj: DescribeDashboardResponse) => any;
|
|
2535
|
+
|
|
2536
|
+
export declare const DescribeDefaultEncryptionConfigurationRequestFilterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationRequest) => any;
|
|
2537
|
+
|
|
2538
|
+
export declare const ConfigurationErrorDetailsFilterSensitiveLog: (obj: ConfigurationErrorDetails) => any;
|
|
2539
|
+
|
|
2540
|
+
export declare const ConfigurationStatusFilterSensitiveLog: (obj: ConfigurationStatus) => any;
|
|
2541
|
+
|
|
2542
|
+
export declare const DescribeDefaultEncryptionConfigurationResponseFilterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationResponse) => any;
|
|
2543
|
+
|
|
2544
|
+
export declare const DescribeGatewayRequestFilterSensitiveLog: (obj: DescribeGatewayRequest) => any;
|
|
2545
|
+
|
|
2546
|
+
export declare const GatewayCapabilitySummaryFilterSensitiveLog: (obj: GatewayCapabilitySummary) => any;
|
|
2547
|
+
|
|
2548
|
+
export declare const DescribeGatewayResponseFilterSensitiveLog: (obj: DescribeGatewayResponse) => any;
|
|
2549
|
+
|
|
2550
|
+
export declare const DescribeGatewayCapabilityConfigurationRequestFilterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationRequest) => any;
|
|
2551
|
+
|
|
2552
|
+
export declare const DescribeGatewayCapabilityConfigurationResponseFilterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationResponse) => any;
|
|
2553
|
+
|
|
2554
|
+
export declare const DescribeLoggingOptionsRequestFilterSensitiveLog: (obj: DescribeLoggingOptionsRequest) => any;
|
|
2555
|
+
|
|
2556
|
+
export declare const LoggingOptionsFilterSensitiveLog: (obj: LoggingOptions) => any;
|
|
2557
|
+
|
|
2558
|
+
export declare const DescribeLoggingOptionsResponseFilterSensitiveLog: (obj: DescribeLoggingOptionsResponse) => any;
|
|
2559
|
+
|
|
2560
|
+
export declare const DescribePortalRequestFilterSensitiveLog: (obj: DescribePortalRequest) => any;
|
|
2561
|
+
|
|
2562
|
+
export declare const ImageLocationFilterSensitiveLog: (obj: ImageLocation) => any;
|
|
2563
|
+
|
|
2564
|
+
export declare const DescribePortalResponseFilterSensitiveLog: (obj: DescribePortalResponse) => any;
|
|
2565
|
+
|
|
2566
|
+
export declare const DescribeProjectRequestFilterSensitiveLog: (obj: DescribeProjectRequest) => any;
|
|
2567
|
+
|
|
2568
|
+
export declare const DescribeProjectResponseFilterSensitiveLog: (obj: DescribeProjectResponse) => any;
|
|
2569
|
+
|
|
2570
|
+
export declare const DescribeStorageConfigurationRequestFilterSensitiveLog: (obj: DescribeStorageConfigurationRequest) => any;
|
|
2571
|
+
|
|
2572
|
+
export declare const CustomerManagedS3StorageFilterSensitiveLog: (obj: CustomerManagedS3Storage) => any;
|
|
2573
|
+
|
|
2574
|
+
export declare const MultiLayerStorageFilterSensitiveLog: (obj: MultiLayerStorage) => any;
|
|
2575
|
+
|
|
2576
|
+
export declare const RetentionPeriodFilterSensitiveLog: (obj: RetentionPeriod) => any;
|
|
2577
|
+
|
|
2578
|
+
export declare const DescribeStorageConfigurationResponseFilterSensitiveLog: (obj: DescribeStorageConfigurationResponse) => any;
|
|
2579
|
+
|
|
2580
|
+
export declare const DescribeTimeSeriesRequestFilterSensitiveLog: (obj: DescribeTimeSeriesRequest) => any;
|
|
2581
|
+
|
|
2582
|
+
export declare const DescribeTimeSeriesResponseFilterSensitiveLog: (obj: DescribeTimeSeriesResponse) => any;
|
|
2583
|
+
|
|
2584
|
+
export declare const DisassociateAssetsRequestFilterSensitiveLog: (obj: DisassociateAssetsRequest) => any;
|
|
2585
|
+
|
|
2586
|
+
export declare const DisassociateTimeSeriesFromAssetPropertyRequestFilterSensitiveLog: (obj: DisassociateTimeSeriesFromAssetPropertyRequest) => any;
|
|
2587
|
+
|
|
2588
|
+
export declare const GetAssetPropertyAggregatesRequestFilterSensitiveLog: (obj: GetAssetPropertyAggregatesRequest) => any;
|
|
2589
|
+
|
|
2590
|
+
export declare const GetAssetPropertyAggregatesResponseFilterSensitiveLog: (obj: GetAssetPropertyAggregatesResponse) => any;
|
|
2591
|
+
|
|
2592
|
+
export declare const GetAssetPropertyValueRequestFilterSensitiveLog: (obj: GetAssetPropertyValueRequest) => any;
|
|
2593
|
+
|
|
2594
|
+
export declare const GetAssetPropertyValueResponseFilterSensitiveLog: (obj: GetAssetPropertyValueResponse) => any;
|
|
2595
|
+
|
|
2596
|
+
export declare const GetAssetPropertyValueHistoryRequestFilterSensitiveLog: (obj: GetAssetPropertyValueHistoryRequest) => any;
|
|
2597
|
+
|
|
2598
|
+
export declare const GetAssetPropertyValueHistoryResponseFilterSensitiveLog: (obj: GetAssetPropertyValueHistoryResponse) => any;
|
|
2599
|
+
|
|
2600
|
+
export declare const GetInterpolatedAssetPropertyValuesRequestFilterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesRequest) => any;
|
|
2601
|
+
|
|
2602
|
+
export declare const InterpolatedAssetPropertyValueFilterSensitiveLog: (obj: InterpolatedAssetPropertyValue) => any;
|
|
2603
|
+
|
|
2604
|
+
export declare const GetInterpolatedAssetPropertyValuesResponseFilterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesResponse) => any;
|
|
2605
|
+
|
|
2606
|
+
export declare const ListAccessPoliciesRequestFilterSensitiveLog: (obj: ListAccessPoliciesRequest) => any;
|
|
2607
|
+
|
|
2608
|
+
export declare const ListAccessPoliciesResponseFilterSensitiveLog: (obj: ListAccessPoliciesResponse) => any;
|
|
2609
|
+
|
|
2610
|
+
export declare const ListAssetModelsRequestFilterSensitiveLog: (obj: ListAssetModelsRequest) => any;
|
|
2611
|
+
|
|
2612
|
+
export declare const ListAssetModelsResponseFilterSensitiveLog: (obj: ListAssetModelsResponse) => any;
|
|
2613
|
+
|
|
2614
|
+
export declare const ListAssetRelationshipsRequestFilterSensitiveLog: (obj: ListAssetRelationshipsRequest) => any;
|
|
2615
|
+
|
|
2616
|
+
export declare const ListAssetRelationshipsResponseFilterSensitiveLog: (obj: ListAssetRelationshipsResponse) => any;
|
|
2617
|
+
|
|
2618
|
+
export declare const ListAssetsRequestFilterSensitiveLog: (obj: ListAssetsRequest) => any;
|
|
2619
|
+
|
|
2620
|
+
export declare const ListAssetsResponseFilterSensitiveLog: (obj: ListAssetsResponse) => any;
|
|
2621
|
+
|
|
2622
|
+
export declare const ListAssociatedAssetsRequestFilterSensitiveLog: (obj: ListAssociatedAssetsRequest) => any;
|
|
2623
|
+
|
|
2624
|
+
export declare const ListAssociatedAssetsResponseFilterSensitiveLog: (obj: ListAssociatedAssetsResponse) => any;
|
|
2625
|
+
|
|
2626
|
+
export declare const ListBulkImportJobsRequestFilterSensitiveLog: (obj: ListBulkImportJobsRequest) => any;
|
|
2627
|
+
|
|
2628
|
+
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
2629
|
+
|
|
2630
|
+
export declare const ListBulkImportJobsResponseFilterSensitiveLog: (obj: ListBulkImportJobsResponse) => any;
|
|
2631
|
+
|
|
2632
|
+
export declare const ListDashboardsRequestFilterSensitiveLog: (obj: ListDashboardsRequest) => any;
|
|
2633
|
+
|
|
2634
|
+
export declare const DashboardSummaryFilterSensitiveLog: (obj: DashboardSummary) => any;
|
|
2635
|
+
|
|
2636
|
+
export declare const ListDashboardsResponseFilterSensitiveLog: (obj: ListDashboardsResponse) => any;
|
|
2637
|
+
|
|
2638
|
+
export declare const ListGatewaysRequestFilterSensitiveLog: (obj: ListGatewaysRequest) => any;
|
|
2639
|
+
|
|
2640
|
+
export declare const GatewaySummaryFilterSensitiveLog: (obj: GatewaySummary) => any;
|
|
2641
|
+
|
|
2642
|
+
export declare const ListGatewaysResponseFilterSensitiveLog: (obj: ListGatewaysResponse) => any;
|
|
2643
|
+
|
|
2644
|
+
export declare const ListPortalsRequestFilterSensitiveLog: (obj: ListPortalsRequest) => any;
|
|
2645
|
+
|
|
2646
|
+
export declare const PortalSummaryFilterSensitiveLog: (obj: PortalSummary) => any;
|
|
2647
|
+
|
|
2648
|
+
export declare const ListPortalsResponseFilterSensitiveLog: (obj: ListPortalsResponse) => any;
|
|
2649
|
+
|
|
2650
|
+
export declare const ListProjectAssetsRequestFilterSensitiveLog: (obj: ListProjectAssetsRequest) => any;
|
|
2651
|
+
|
|
2652
|
+
export declare const ListProjectAssetsResponseFilterSensitiveLog: (obj: ListProjectAssetsResponse) => any;
|
|
2653
|
+
|
|
2654
|
+
export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
|
|
2655
|
+
|
|
2656
|
+
export declare const ProjectSummaryFilterSensitiveLog: (obj: ProjectSummary) => any;
|
|
2657
|
+
|
|
2658
|
+
export declare const ListProjectsResponseFilterSensitiveLog: (obj: ListProjectsResponse) => any;
|
|
2659
|
+
|
|
2660
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2661
|
+
|
|
2662
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2663
|
+
|
|
2664
|
+
export declare const ListTimeSeriesRequestFilterSensitiveLog: (obj: ListTimeSeriesRequest) => any;
|
|
2665
|
+
|
|
2666
|
+
export declare const TimeSeriesSummaryFilterSensitiveLog: (obj: TimeSeriesSummary) => any;
|
|
2667
|
+
|
|
2668
|
+
export declare const ListTimeSeriesResponseFilterSensitiveLog: (obj: ListTimeSeriesResponse) => any;
|
|
2669
|
+
|
|
2670
|
+
export declare const PutDefaultEncryptionConfigurationRequestFilterSensitiveLog: (obj: PutDefaultEncryptionConfigurationRequest) => any;
|
|
2671
|
+
|
|
2672
|
+
export declare const PutDefaultEncryptionConfigurationResponseFilterSensitiveLog: (obj: PutDefaultEncryptionConfigurationResponse) => any;
|
|
2673
|
+
|
|
2674
|
+
export declare const PutLoggingOptionsRequestFilterSensitiveLog: (obj: PutLoggingOptionsRequest) => any;
|
|
2675
|
+
|
|
2676
|
+
export declare const PutLoggingOptionsResponseFilterSensitiveLog: (obj: PutLoggingOptionsResponse) => any;
|
|
2677
|
+
|
|
2678
|
+
export declare const PutStorageConfigurationRequestFilterSensitiveLog: (obj: PutStorageConfigurationRequest) => any;
|
|
2679
|
+
|
|
2680
|
+
export declare const PutStorageConfigurationResponseFilterSensitiveLog: (obj: PutStorageConfigurationResponse) => any;
|
|
2681
|
+
|
|
2682
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2683
|
+
|
|
2684
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2685
|
+
|
|
2686
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2687
|
+
|
|
2688
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2689
|
+
|
|
2690
|
+
export declare const UpdateAccessPolicyRequestFilterSensitiveLog: (obj: UpdateAccessPolicyRequest) => any;
|
|
2691
|
+
|
|
2692
|
+
export declare const UpdateAccessPolicyResponseFilterSensitiveLog: (obj: UpdateAccessPolicyResponse) => any;
|
|
2693
|
+
|
|
2694
|
+
export declare const UpdateAssetRequestFilterSensitiveLog: (obj: UpdateAssetRequest) => any;
|
|
2695
|
+
|
|
2696
|
+
export declare const UpdateAssetResponseFilterSensitiveLog: (obj: UpdateAssetResponse) => any;
|
|
2697
|
+
|
|
2698
|
+
export declare const UpdateAssetModelRequestFilterSensitiveLog: (obj: UpdateAssetModelRequest) => any;
|
|
2699
|
+
|
|
2700
|
+
export declare const UpdateAssetModelResponseFilterSensitiveLog: (obj: UpdateAssetModelResponse) => any;
|
|
2701
|
+
|
|
2702
|
+
export declare const UpdateAssetPropertyRequestFilterSensitiveLog: (obj: UpdateAssetPropertyRequest) => any;
|
|
2703
|
+
|
|
2704
|
+
export declare const UpdateDashboardRequestFilterSensitiveLog: (obj: UpdateDashboardRequest) => any;
|
|
2705
|
+
|
|
2706
|
+
export declare const UpdateDashboardResponseFilterSensitiveLog: (obj: UpdateDashboardResponse) => any;
|
|
2707
|
+
|
|
2708
|
+
export declare const UpdateGatewayRequestFilterSensitiveLog: (obj: UpdateGatewayRequest) => any;
|
|
2709
|
+
|
|
2710
|
+
export declare const UpdateGatewayCapabilityConfigurationRequestFilterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationRequest) => any;
|
|
2711
|
+
|
|
2712
|
+
export declare const UpdateGatewayCapabilityConfigurationResponseFilterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationResponse) => any;
|
|
2713
|
+
|
|
2714
|
+
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
2715
|
+
|
|
2716
|
+
export declare const UpdatePortalRequestFilterSensitiveLog: (obj: UpdatePortalRequest) => any;
|
|
2717
|
+
|
|
2718
|
+
export declare const UpdatePortalResponseFilterSensitiveLog: (obj: UpdatePortalResponse) => any;
|
|
2719
|
+
|
|
2720
|
+
export declare const UpdateProjectRequestFilterSensitiveLog: (obj: UpdateProjectRequest) => any;
|
|
2721
|
+
|
|
2722
|
+
export declare const UpdateProjectResponseFilterSensitiveLog: (obj: UpdateProjectResponse) => any;
|