@aws-sdk/client-iotsitewise 3.130.0 → 3.137.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/IoTSiteWise.js +45 -0
  3. package/dist-cjs/commands/AssociateAssetsCommand.js +1 -1
  4. package/dist-cjs/commands/AssociateTimeSeriesToAssetPropertyCommand.js +1 -1
  5. package/dist-cjs/commands/BatchAssociateProjectAssetsCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDisassociateProjectAssetsCommand.js +2 -2
  7. package/dist-cjs/commands/BatchGetAssetPropertyAggregatesCommand.js +2 -2
  8. package/dist-cjs/commands/BatchGetAssetPropertyValueCommand.js +2 -2
  9. package/dist-cjs/commands/BatchGetAssetPropertyValueHistoryCommand.js +2 -2
  10. package/dist-cjs/commands/BatchPutAssetPropertyValueCommand.js +2 -2
  11. package/dist-cjs/commands/CreateAccessPolicyCommand.js +2 -2
  12. package/dist-cjs/commands/CreateAssetCommand.js +2 -2
  13. package/dist-cjs/commands/CreateAssetModelCommand.js +2 -2
  14. package/dist-cjs/commands/CreateBulkImportJobCommand.js +36 -0
  15. package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
  16. package/dist-cjs/commands/CreateGatewayCommand.js +2 -2
  17. package/dist-cjs/commands/CreatePortalCommand.js +2 -2
  18. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteAccessPolicyCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteAssetCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteAssetModelCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteGatewayCommand.js +1 -1
  24. package/dist-cjs/commands/DeletePortalCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteTimeSeriesCommand.js +1 -1
  27. package/dist-cjs/commands/DescribeAccessPolicyCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeAssetCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeAssetModelCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeAssetPropertyCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeBulkImportJobCommand.js +36 -0
  32. package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeDefaultEncryptionConfigurationCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeGatewayCapabilityConfigurationCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeGatewayCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -2
  37. package/dist-cjs/commands/DescribePortalCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeStorageConfigurationCommand.js +2 -2
  40. package/dist-cjs/commands/DescribeTimeSeriesCommand.js +2 -2
  41. package/dist-cjs/commands/DisassociateAssetsCommand.js +1 -1
  42. package/dist-cjs/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +1 -1
  43. package/dist-cjs/commands/GetAssetPropertyAggregatesCommand.js +2 -2
  44. package/dist-cjs/commands/GetAssetPropertyValueCommand.js +2 -2
  45. package/dist-cjs/commands/GetAssetPropertyValueHistoryCommand.js +2 -2
  46. package/dist-cjs/commands/GetInterpolatedAssetPropertyValuesCommand.js +2 -2
  47. package/dist-cjs/commands/ListAccessPoliciesCommand.js +2 -2
  48. package/dist-cjs/commands/ListAssetModelsCommand.js +2 -2
  49. package/dist-cjs/commands/ListAssetRelationshipsCommand.js +2 -2
  50. package/dist-cjs/commands/ListAssetsCommand.js +2 -2
  51. package/dist-cjs/commands/ListAssociatedAssetsCommand.js +2 -2
  52. package/dist-cjs/commands/ListBulkImportJobsCommand.js +36 -0
  53. package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
  54. package/dist-cjs/commands/ListGatewaysCommand.js +2 -2
  55. package/dist-cjs/commands/ListPortalsCommand.js +2 -2
  56. package/dist-cjs/commands/ListProjectAssetsCommand.js +2 -2
  57. package/dist-cjs/commands/ListProjectsCommand.js +2 -2
  58. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  59. package/dist-cjs/commands/ListTimeSeriesCommand.js +2 -2
  60. package/dist-cjs/commands/PutDefaultEncryptionConfigurationCommand.js +2 -2
  61. package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -2
  62. package/dist-cjs/commands/PutStorageConfigurationCommand.js +2 -2
  63. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  64. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateAccessPolicyCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateAssetCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateAssetModelCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateAssetPropertyCommand.js +1 -1
  69. package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateGatewayCapabilityConfigurationCommand.js +2 -2
  71. package/dist-cjs/commands/UpdateGatewayCommand.js +1 -1
  72. package/dist-cjs/commands/UpdatePortalCommand.js +2 -2
  73. package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
  74. package/dist-cjs/commands/index.js +3 -0
  75. package/dist-cjs/models/models_0.js +952 -1308
  76. package/dist-cjs/pagination/ListBulkImportJobsPaginator.js +36 -0
  77. package/dist-cjs/pagination/index.js +1 -0
  78. package/dist-cjs/protocols/Aws_restJson1.js +411 -3
  79. package/dist-es/IoTSiteWise.js +45 -0
  80. package/dist-es/commands/AssociateAssetsCommand.js +2 -2
  81. package/dist-es/commands/AssociateTimeSeriesToAssetPropertyCommand.js +2 -2
  82. package/dist-es/commands/BatchAssociateProjectAssetsCommand.js +3 -3
  83. package/dist-es/commands/BatchDisassociateProjectAssetsCommand.js +3 -3
  84. package/dist-es/commands/BatchGetAssetPropertyAggregatesCommand.js +3 -3
  85. package/dist-es/commands/BatchGetAssetPropertyValueCommand.js +3 -3
  86. package/dist-es/commands/BatchGetAssetPropertyValueHistoryCommand.js +3 -3
  87. package/dist-es/commands/BatchPutAssetPropertyValueCommand.js +3 -3
  88. package/dist-es/commands/CreateAccessPolicyCommand.js +3 -3
  89. package/dist-es/commands/CreateAssetCommand.js +3 -3
  90. package/dist-es/commands/CreateAssetModelCommand.js +3 -3
  91. package/dist-es/commands/CreateBulkImportJobCommand.js +39 -0
  92. package/dist-es/commands/CreateDashboardCommand.js +3 -3
  93. package/dist-es/commands/CreateGatewayCommand.js +3 -3
  94. package/dist-es/commands/CreatePortalCommand.js +3 -3
  95. package/dist-es/commands/CreateProjectCommand.js +3 -3
  96. package/dist-es/commands/DeleteAccessPolicyCommand.js +3 -3
  97. package/dist-es/commands/DeleteAssetCommand.js +3 -3
  98. package/dist-es/commands/DeleteAssetModelCommand.js +3 -3
  99. package/dist-es/commands/DeleteDashboardCommand.js +3 -3
  100. package/dist-es/commands/DeleteGatewayCommand.js +2 -2
  101. package/dist-es/commands/DeletePortalCommand.js +3 -3
  102. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  103. package/dist-es/commands/DeleteTimeSeriesCommand.js +2 -2
  104. package/dist-es/commands/DescribeAccessPolicyCommand.js +3 -3
  105. package/dist-es/commands/DescribeAssetCommand.js +3 -3
  106. package/dist-es/commands/DescribeAssetModelCommand.js +3 -3
  107. package/dist-es/commands/DescribeAssetPropertyCommand.js +3 -3
  108. package/dist-es/commands/DescribeBulkImportJobCommand.js +39 -0
  109. package/dist-es/commands/DescribeDashboardCommand.js +3 -3
  110. package/dist-es/commands/DescribeDefaultEncryptionConfigurationCommand.js +3 -3
  111. package/dist-es/commands/DescribeGatewayCapabilityConfigurationCommand.js +3 -3
  112. package/dist-es/commands/DescribeGatewayCommand.js +3 -3
  113. package/dist-es/commands/DescribeLoggingOptionsCommand.js +3 -3
  114. package/dist-es/commands/DescribePortalCommand.js +3 -3
  115. package/dist-es/commands/DescribeProjectCommand.js +3 -3
  116. package/dist-es/commands/DescribeStorageConfigurationCommand.js +3 -3
  117. package/dist-es/commands/DescribeTimeSeriesCommand.js +3 -3
  118. package/dist-es/commands/DisassociateAssetsCommand.js +2 -2
  119. package/dist-es/commands/DisassociateTimeSeriesFromAssetPropertyCommand.js +2 -2
  120. package/dist-es/commands/GetAssetPropertyAggregatesCommand.js +3 -3
  121. package/dist-es/commands/GetAssetPropertyValueCommand.js +3 -3
  122. package/dist-es/commands/GetAssetPropertyValueHistoryCommand.js +3 -3
  123. package/dist-es/commands/GetInterpolatedAssetPropertyValuesCommand.js +3 -3
  124. package/dist-es/commands/ListAccessPoliciesCommand.js +3 -3
  125. package/dist-es/commands/ListAssetModelsCommand.js +3 -3
  126. package/dist-es/commands/ListAssetRelationshipsCommand.js +3 -3
  127. package/dist-es/commands/ListAssetsCommand.js +3 -3
  128. package/dist-es/commands/ListAssociatedAssetsCommand.js +3 -3
  129. package/dist-es/commands/ListBulkImportJobsCommand.js +39 -0
  130. package/dist-es/commands/ListDashboardsCommand.js +3 -3
  131. package/dist-es/commands/ListGatewaysCommand.js +3 -3
  132. package/dist-es/commands/ListPortalsCommand.js +3 -3
  133. package/dist-es/commands/ListProjectAssetsCommand.js +3 -3
  134. package/dist-es/commands/ListProjectsCommand.js +3 -3
  135. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  136. package/dist-es/commands/ListTimeSeriesCommand.js +3 -3
  137. package/dist-es/commands/PutDefaultEncryptionConfigurationCommand.js +3 -3
  138. package/dist-es/commands/PutLoggingOptionsCommand.js +3 -3
  139. package/dist-es/commands/PutStorageConfigurationCommand.js +3 -3
  140. package/dist-es/commands/TagResourceCommand.js +3 -3
  141. package/dist-es/commands/UntagResourceCommand.js +3 -3
  142. package/dist-es/commands/UpdateAccessPolicyCommand.js +3 -3
  143. package/dist-es/commands/UpdateAssetCommand.js +3 -3
  144. package/dist-es/commands/UpdateAssetModelCommand.js +3 -3
  145. package/dist-es/commands/UpdateAssetPropertyCommand.js +2 -2
  146. package/dist-es/commands/UpdateDashboardCommand.js +3 -3
  147. package/dist-es/commands/UpdateGatewayCapabilityConfigurationCommand.js +3 -3
  148. package/dist-es/commands/UpdateGatewayCommand.js +2 -2
  149. package/dist-es/commands/UpdatePortalCommand.js +3 -3
  150. package/dist-es/commands/UpdateProjectCommand.js +3 -3
  151. package/dist-es/commands/index.js +3 -0
  152. package/dist-es/models/models_0.js +259 -868
  153. package/dist-es/pagination/ListBulkImportJobsPaginator.js +75 -0
  154. package/dist-es/pagination/index.js +1 -0
  155. package/dist-es/protocols/Aws_restJson1.js +475 -0
  156. package/dist-types/IoTSiteWise.d.ts +44 -0
  157. package/dist-types/IoTSiteWiseClient.d.ts +5 -2
  158. package/dist-types/commands/CreateBulkImportJobCommand.d.ts +46 -0
  159. package/dist-types/commands/DescribeBulkImportJobCommand.d.ts +41 -0
  160. package/dist-types/commands/ListBulkImportJobsCommand.d.ts +41 -0
  161. package/dist-types/commands/index.d.ts +3 -0
  162. package/dist-types/models/models_0.d.ts +1201 -1293
  163. package/dist-types/pagination/ListBulkImportJobsPaginator.d.ts +4 -0
  164. package/dist-types/pagination/index.d.ts +1 -0
  165. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  166. package/dist-types/ts3.4/IoTSiteWise.d.ts +15 -0
  167. package/dist-types/ts3.4/IoTSiteWiseClient.d.ts +5 -2
  168. package/dist-types/ts3.4/commands/CreateBulkImportJobCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/DescribeBulkImportJobCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/ListBulkImportJobsCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  172. package/dist-types/ts3.4/models/models_0.d.ts +578 -863
  173. package/dist-types/ts3.4/pagination/ListBulkImportJobsPaginator.d.ts +4 -0
  174. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  175. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +9 -0
  176. package/package.json +7 -7
@@ -9,12 +9,6 @@ export interface GroupIdentity {
9
9
  */
10
10
  id: string | undefined;
11
11
  }
12
- export declare namespace GroupIdentity {
13
- /**
14
- * @internal
15
- */
16
- const filterSensitiveLog: (obj: GroupIdentity) => any;
17
- }
18
12
  /**
19
13
  * <p>Contains information about an Identity and Access Management role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM roles</a> in the
20
14
  * <i>IAM User Guide</i>.</p>
@@ -26,12 +20,6 @@ export interface IAMRoleIdentity {
26
20
  */
27
21
  arn: string | undefined;
28
22
  }
29
- export declare namespace IAMRoleIdentity {
30
- /**
31
- * @internal
32
- */
33
- const filterSensitiveLog: (obj: IAMRoleIdentity) => any;
34
- }
35
23
  /**
36
24
  * <p>Contains information about an Identity and Access Management user.</p>
37
25
  */
@@ -47,12 +35,6 @@ export interface IAMUserIdentity {
47
35
  */
48
36
  arn: string | undefined;
49
37
  }
50
- export declare namespace IAMUserIdentity {
51
- /**
52
- * @internal
53
- */
54
- const filterSensitiveLog: (obj: IAMUserIdentity) => any;
55
- }
56
38
  /**
57
39
  * <p>Contains information for a user identity in an access policy.</p>
58
40
  */
@@ -62,12 +44,6 @@ export interface UserIdentity {
62
44
  */
63
45
  id: string | undefined;
64
46
  }
65
- export declare namespace UserIdentity {
66
- /**
67
- * @internal
68
- */
69
- const filterSensitiveLog: (obj: UserIdentity) => any;
70
- }
71
47
  /**
72
48
  * <p>Contains an identity that can access an IoT SiteWise Monitor resource.</p>
73
49
  * <note>
@@ -93,12 +69,6 @@ export interface Identity {
93
69
  */
94
70
  iamRole?: IAMRoleIdentity;
95
71
  }
96
- export declare namespace Identity {
97
- /**
98
- * @internal
99
- */
100
- const filterSensitiveLog: (obj: Identity) => any;
101
- }
102
72
  export declare enum Permission {
103
73
  ADMINISTRATOR = "ADMINISTRATOR",
104
74
  VIEWER = "VIEWER"
@@ -112,12 +82,6 @@ export interface PortalResource {
112
82
  */
113
83
  id: string | undefined;
114
84
  }
115
- export declare namespace PortalResource {
116
- /**
117
- * @internal
118
- */
119
- const filterSensitiveLog: (obj: PortalResource) => any;
120
- }
121
85
  /**
122
86
  * <p>Identifies a specific IoT SiteWise Monitor project.</p>
123
87
  */
@@ -127,12 +91,6 @@ export interface ProjectResource {
127
91
  */
128
92
  id: string | undefined;
129
93
  }
130
- export declare namespace ProjectResource {
131
- /**
132
- * @internal
133
- */
134
- const filterSensitiveLog: (obj: ProjectResource) => any;
135
- }
136
94
  /**
137
95
  * <p>Contains an IoT SiteWise Monitor resource ID for a portal or project.</p>
138
96
  */
@@ -146,12 +104,6 @@ export interface Resource {
146
104
  */
147
105
  project?: ProjectResource;
148
106
  }
149
- export declare namespace Resource {
150
- /**
151
- * @internal
152
- */
153
- const filterSensitiveLog: (obj: Resource) => any;
154
- }
155
107
  /**
156
108
  * <p>Contains an access policy that defines an identity's access to an IoT SiteWise Monitor
157
109
  * resource.</p>
@@ -183,12 +135,6 @@ export interface AccessPolicySummary {
183
135
  */
184
136
  lastUpdateDate?: Date;
185
137
  }
186
- export declare namespace AccessPolicySummary {
187
- /**
188
- * @internal
189
- */
190
- const filterSensitiveLog: (obj: AccessPolicySummary) => any;
191
- }
192
138
  export declare enum Quality {
193
139
  BAD = "BAD",
194
140
  GOOD = "GOOD",
@@ -223,12 +169,6 @@ export interface Aggregates {
223
169
  */
224
170
  standardDeviation?: number;
225
171
  }
226
- export declare namespace Aggregates {
227
- /**
228
- * @internal
229
- */
230
- const filterSensitiveLog: (obj: Aggregates) => any;
231
- }
232
172
  /**
233
173
  * <p>Contains aggregated asset property values (for example, average, minimum, and
234
174
  * maximum).</p>
@@ -247,12 +187,6 @@ export interface AggregatedValue {
247
187
  */
248
188
  value: Aggregates | undefined;
249
189
  }
250
- export declare namespace AggregatedValue {
251
- /**
252
- * @internal
253
- */
254
- const filterSensitiveLog: (obj: AggregatedValue) => any;
255
- }
256
190
  export declare enum AggregateType {
257
191
  AVERAGE = "AVERAGE",
258
192
  COUNT = "COUNT",
@@ -279,12 +213,6 @@ export interface Alarms {
279
213
  */
280
214
  notificationLambdaArn?: string;
281
215
  }
282
- export declare namespace Alarms {
283
- /**
284
- * @internal
285
- */
286
- const filterSensitiveLog: (obj: Alarms) => any;
287
- }
288
216
  export declare enum PropertyDataType {
289
217
  BOOLEAN = "BOOLEAN",
290
218
  DOUBLE = "DOUBLE",
@@ -310,12 +238,6 @@ export interface PropertyNotification {
310
238
  */
311
239
  state: PropertyNotificationState | string | undefined;
312
240
  }
313
- export declare namespace PropertyNotification {
314
- /**
315
- * @internal
316
- */
317
- const filterSensitiveLog: (obj: PropertyNotification) => any;
318
- }
319
241
  /**
320
242
  * <p>Contains asset property information.</p>
321
243
  */
@@ -353,12 +275,6 @@ export interface AssetProperty {
353
275
  */
354
276
  unit?: string;
355
277
  }
356
- export declare namespace AssetProperty {
357
- /**
358
- * @internal
359
- */
360
- const filterSensitiveLog: (obj: AssetProperty) => any;
361
- }
362
278
  /**
363
279
  * <p>Contains information about a composite model in an asset. This object contains the asset's
364
280
  * properties that you define in the composite model.</p>
@@ -382,12 +298,6 @@ export interface AssetCompositeModel {
382
298
  */
383
299
  properties: AssetProperty[] | undefined;
384
300
  }
385
- export declare namespace AssetCompositeModel {
386
- /**
387
- * @internal
388
- */
389
- const filterSensitiveLog: (obj: AssetCompositeModel) => any;
390
- }
391
301
  export declare enum AssetErrorCode {
392
302
  INTERNAL_FAILURE = "INTERNAL_FAILURE"
393
303
  }
@@ -408,12 +318,6 @@ export interface AssetErrorDetails {
408
318
  */
409
319
  message: string | undefined;
410
320
  }
411
- export declare namespace AssetErrorDetails {
412
- /**
413
- * @internal
414
- */
415
- const filterSensitiveLog: (obj: AssetErrorDetails) => any;
416
- }
417
321
  /**
418
322
  * <p>Describes an asset hierarchy that contains a hierarchy's name and ID.</p>
419
323
  */
@@ -428,12 +332,6 @@ export interface AssetHierarchy {
428
332
  */
429
333
  name: string | undefined;
430
334
  }
431
- export declare namespace AssetHierarchy {
432
- /**
433
- * @internal
434
- */
435
- const filterSensitiveLog: (obj: AssetHierarchy) => any;
436
- }
437
335
  /**
438
336
  * <p>Contains information about a parent asset and a child asset that are related through an
439
337
  * asset hierarchy.</p>
@@ -448,12 +346,6 @@ export interface AssetHierarchyInfo {
448
346
  */
449
347
  childAssetId?: string;
450
348
  }
451
- export declare namespace AssetHierarchyInfo {
452
- /**
453
- * @internal
454
- */
455
- const filterSensitiveLog: (obj: AssetHierarchyInfo) => any;
456
- }
457
349
  /**
458
350
  * <p>Contains an asset attribute property. For more information, see
459
351
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#attributes">Attributes</a> in the <i>IoT SiteWise User Guide</i>.</p>
@@ -467,12 +359,6 @@ export interface Attribute {
467
359
  */
468
360
  defaultValue?: string;
469
361
  }
470
- export declare namespace Attribute {
471
- /**
472
- * @internal
473
- */
474
- const filterSensitiveLog: (obj: Attribute) => any;
475
- }
476
362
  export declare enum ForwardingConfigState {
477
363
  DISABLED = "DISABLED",
478
364
  ENABLED = "ENABLED"
@@ -486,12 +372,6 @@ export interface ForwardingConfig {
486
372
  */
487
373
  state: ForwardingConfigState | string | undefined;
488
374
  }
489
- export declare namespace ForwardingConfig {
490
- /**
491
- * @internal
492
- */
493
- const filterSensitiveLog: (obj: ForwardingConfig) => any;
494
- }
495
375
  /**
496
376
  * <p>The processing configuration for the given measurement property.
497
377
  * You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud.
@@ -503,12 +383,6 @@ export interface MeasurementProcessingConfig {
503
383
  */
504
384
  forwardingConfig: ForwardingConfig | undefined;
505
385
  }
506
- export declare namespace MeasurementProcessingConfig {
507
- /**
508
- * @internal
509
- */
510
- const filterSensitiveLog: (obj: MeasurementProcessingConfig) => any;
511
- }
512
386
  /**
513
387
  * <p>Contains an asset measurement property. For more information, see
514
388
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-properties.html#measurements">Measurements</a> in the <i>IoT SiteWise User Guide</i>.</p>
@@ -521,12 +395,6 @@ export interface Measurement {
521
395
  */
522
396
  processingConfig?: MeasurementProcessingConfig;
523
397
  }
524
- export declare namespace Measurement {
525
- /**
526
- * @internal
527
- */
528
- const filterSensitiveLog: (obj: Measurement) => any;
529
- }
530
398
  export declare enum ComputeLocation {
531
399
  CLOUD = "CLOUD",
532
400
  EDGE = "EDGE"
@@ -542,12 +410,6 @@ export interface MetricProcessingConfig {
542
410
  */
543
411
  computeLocation: ComputeLocation | string | undefined;
544
412
  }
545
- export declare namespace MetricProcessingConfig {
546
- /**
547
- * @internal
548
- */
549
- const filterSensitiveLog: (obj: MetricProcessingConfig) => any;
550
- }
551
413
  /**
552
414
  * <p>Identifies a property value used in an expression.</p>
553
415
  */
@@ -567,12 +429,6 @@ export interface VariableValue {
567
429
  */
568
430
  hierarchyId?: string;
569
431
  }
570
- export declare namespace VariableValue {
571
- /**
572
- * @internal
573
- */
574
- const filterSensitiveLog: (obj: VariableValue) => any;
575
- }
576
432
  /**
577
433
  * <p>Contains expression variable information.</p>
578
434
  */
@@ -586,12 +442,6 @@ export interface ExpressionVariable {
586
442
  */
587
443
  value: VariableValue | undefined;
588
444
  }
589
- export declare namespace ExpressionVariable {
590
- /**
591
- * @internal
592
- */
593
- const filterSensitiveLog: (obj: ExpressionVariable) => any;
594
- }
595
445
  /**
596
446
  * <p>Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and
597
447
  * contiguous time window. You can use this window in metrics to aggregate data from properties
@@ -679,12 +529,6 @@ export interface TumblingWindow {
679
529
  */
680
530
  offset?: string;
681
531
  }
682
- export declare namespace TumblingWindow {
683
- /**
684
- * @internal
685
- */
686
- const filterSensitiveLog: (obj: TumblingWindow) => any;
687
- }
688
532
  /**
689
533
  * <p>Contains a time interval window used for data aggregate computations (for example,
690
534
  * average, sum, count, and so on).</p>
@@ -695,12 +539,6 @@ export interface MetricWindow {
695
539
  */
696
540
  tumbling?: TumblingWindow;
697
541
  }
698
- export declare namespace MetricWindow {
699
- /**
700
- * @internal
701
- */
702
- const filterSensitiveLog: (obj: MetricWindow) => any;
703
- }
704
542
  /**
705
543
  * <p>Contains an asset metric property. With metrics, you can calculate aggregate functions,
706
544
  * such as an average, maximum, or minimum, as specified through an expression. A metric maps
@@ -736,12 +574,6 @@ export interface Metric {
736
574
  */
737
575
  processingConfig?: MetricProcessingConfig;
738
576
  }
739
- export declare namespace Metric {
740
- /**
741
- * @internal
742
- */
743
- const filterSensitiveLog: (obj: Metric) => any;
744
- }
745
577
  /**
746
578
  * <p>The processing configuration for the given transform property.
747
579
  * You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud.
@@ -757,12 +589,6 @@ export interface TransformProcessingConfig {
757
589
  */
758
590
  forwardingConfig?: ForwardingConfig;
759
591
  }
760
- export declare namespace TransformProcessingConfig {
761
- /**
762
- * @internal
763
- */
764
- const filterSensitiveLog: (obj: TransformProcessingConfig) => any;
765
- }
766
592
  /**
767
593
  * <p>Contains an asset transform property. A transform is a one-to-one mapping of a property's
768
594
  * data points from one form to another. For example, you can use a transform to convert a
@@ -790,12 +616,6 @@ export interface Transform {
790
616
  */
791
617
  processingConfig?: TransformProcessingConfig;
792
618
  }
793
- export declare namespace Transform {
794
- /**
795
- * @internal
796
- */
797
- const filterSensitiveLog: (obj: Transform) => any;
798
- }
799
619
  /**
800
620
  * <p>Contains a property type, which can be one of <code>attribute</code>,
801
621
  * <code>measurement</code>, <code>metric</code>, or <code>transform</code>.</p>
@@ -824,12 +644,6 @@ export interface PropertyType {
824
644
  */
825
645
  metric?: Metric;
826
646
  }
827
- export declare namespace PropertyType {
828
- /**
829
- * @internal
830
- */
831
- const filterSensitiveLog: (obj: PropertyType) => any;
832
- }
833
647
  /**
834
648
  * <p>Contains information about an asset model property.</p>
835
649
  */
@@ -861,12 +675,6 @@ export interface AssetModelProperty {
861
675
  */
862
676
  type: PropertyType | undefined;
863
677
  }
864
- export declare namespace AssetModelProperty {
865
- /**
866
- * @internal
867
- */
868
- const filterSensitiveLog: (obj: AssetModelProperty) => any;
869
- }
870
678
  /**
871
679
  * <p>Contains information about a composite model in an asset model. This object contains the
872
680
  * asset property definitions that you define in the composite model.</p>
@@ -890,12 +698,6 @@ export interface AssetModelCompositeModel {
890
698
  */
891
699
  properties?: AssetModelProperty[];
892
700
  }
893
- export declare namespace AssetModelCompositeModel {
894
- /**
895
- * @internal
896
- */
897
- const filterSensitiveLog: (obj: AssetModelCompositeModel) => any;
898
- }
899
701
  /**
900
702
  * <p>Contains an asset model property definition. This property definition is applied to all
901
703
  * assets created from the asset model.</p>
@@ -930,12 +732,6 @@ export interface AssetModelPropertyDefinition {
930
732
  */
931
733
  type: PropertyType | undefined;
932
734
  }
933
- export declare namespace AssetModelPropertyDefinition {
934
- /**
935
- * @internal
936
- */
937
- const filterSensitiveLog: (obj: AssetModelPropertyDefinition) => any;
938
- }
939
735
  /**
940
736
  * <p>Contains a composite model definition in an asset model. This composite model definition
941
737
  * is applied to all assets created from the asset model.</p>
@@ -959,12 +755,6 @@ export interface AssetModelCompositeModelDefinition {
959
755
  */
960
756
  properties?: AssetModelPropertyDefinition[];
961
757
  }
962
- export declare namespace AssetModelCompositeModelDefinition {
963
- /**
964
- * @internal
965
- */
966
- const filterSensitiveLog: (obj: AssetModelCompositeModelDefinition) => any;
967
- }
968
758
  /**
969
759
  * <p>Describes an asset hierarchy that contains a hierarchy's name, ID, and child asset model
970
760
  * ID that specifies the type of asset that can be in this hierarchy.</p>
@@ -985,12 +775,6 @@ export interface AssetModelHierarchy {
985
775
  */
986
776
  childAssetModelId: string | undefined;
987
777
  }
988
- export declare namespace AssetModelHierarchy {
989
- /**
990
- * @internal
991
- */
992
- const filterSensitiveLog: (obj: AssetModelHierarchy) => any;
993
- }
994
778
  /**
995
779
  * <p>Contains an asset model hierarchy used in asset model creation. An asset model hierarchy
996
780
  * determines the kind (or type) of asset that can belong to a hierarchy.</p>
@@ -1006,12 +790,6 @@ export interface AssetModelHierarchyDefinition {
1006
790
  */
1007
791
  childAssetModelId: string | undefined;
1008
792
  }
1009
- export declare namespace AssetModelHierarchyDefinition {
1010
- /**
1011
- * @internal
1012
- */
1013
- const filterSensitiveLog: (obj: AssetModelHierarchyDefinition) => any;
1014
- }
1015
793
  export declare enum AssetModelState {
1016
794
  ACTIVE = "ACTIVE",
1017
795
  CREATING = "CREATING",
@@ -1041,12 +819,6 @@ export interface DetailedError {
1041
819
  */
1042
820
  message: string | undefined;
1043
821
  }
1044
- export declare namespace DetailedError {
1045
- /**
1046
- * @internal
1047
- */
1048
- const filterSensitiveLog: (obj: DetailedError) => any;
1049
- }
1050
822
  /**
1051
823
  * <p>Contains the details of an IoT SiteWise error.</p>
1052
824
  */
@@ -1064,12 +836,6 @@ export interface ErrorDetails {
1064
836
  */
1065
837
  details?: DetailedError[];
1066
838
  }
1067
- export declare namespace ErrorDetails {
1068
- /**
1069
- * @internal
1070
- */
1071
- const filterSensitiveLog: (obj: ErrorDetails) => any;
1072
- }
1073
839
  /**
1074
840
  * <p>Contains current status information for an asset model. For more information, see <a href="https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-and-model-states.html">Asset and model
1075
841
  * states</a> in the <i>IoT SiteWise User Guide</i>.</p>
@@ -1084,12 +850,6 @@ export interface AssetModelStatus {
1084
850
  */
1085
851
  error?: ErrorDetails;
1086
852
  }
1087
- export declare namespace AssetModelStatus {
1088
- /**
1089
- * @internal
1090
- */
1091
- const filterSensitiveLog: (obj: AssetModelStatus) => any;
1092
- }
1093
853
  /**
1094
854
  * <p>Contains a summary of an asset model.</p>
1095
855
  */
@@ -1126,12 +886,6 @@ export interface AssetModelSummary {
1126
886
  */
1127
887
  status: AssetModelStatus | undefined;
1128
888
  }
1129
- export declare namespace AssetModelSummary {
1130
- /**
1131
- * @internal
1132
- */
1133
- const filterSensitiveLog: (obj: AssetModelSummary) => any;
1134
- }
1135
889
  /**
1136
890
  * <p>Contains a timestamp with optional nanosecond granularity.</p>
1137
891
  */
@@ -1146,12 +900,6 @@ export interface TimeInNanos {
1146
900
  */
1147
901
  offsetInNanos?: number;
1148
902
  }
1149
- export declare namespace TimeInNanos {
1150
- /**
1151
- * @internal
1152
- */
1153
- const filterSensitiveLog: (obj: TimeInNanos) => any;
1154
- }
1155
903
  /**
1156
904
  * <p>Contains an asset property value (of a single type only).</p>
1157
905
  */
@@ -1173,12 +921,6 @@ export interface Variant {
1173
921
  */
1174
922
  booleanValue?: boolean;
1175
923
  }
1176
- export declare namespace Variant {
1177
- /**
1178
- * @internal
1179
- */
1180
- const filterSensitiveLog: (obj: Variant) => any;
1181
- }
1182
924
  /**
1183
925
  * <p>Contains asset property value information.</p>
1184
926
  */
@@ -1196,12 +938,6 @@ export interface AssetPropertyValue {
1196
938
  */
1197
939
  quality?: Quality | string;
1198
940
  }
1199
- export declare namespace AssetPropertyValue {
1200
- /**
1201
- * @internal
1202
- */
1203
- const filterSensitiveLog: (obj: AssetPropertyValue) => any;
1204
- }
1205
941
  export declare enum AssetRelationshipType {
1206
942
  HIERARCHY = "HIERARCHY"
1207
943
  }
@@ -1229,12 +965,6 @@ export interface AssetRelationshipSummary {
1229
965
  */
1230
966
  relationshipType: AssetRelationshipType | string | undefined;
1231
967
  }
1232
- export declare namespace AssetRelationshipSummary {
1233
- /**
1234
- * @internal
1235
- */
1236
- const filterSensitiveLog: (obj: AssetRelationshipSummary) => any;
1237
- }
1238
968
  export declare enum AssetState {
1239
969
  ACTIVE = "ACTIVE",
1240
970
  CREATING = "CREATING",
@@ -1257,12 +987,6 @@ export interface AssetStatus {
1257
987
  */
1258
988
  error?: ErrorDetails;
1259
989
  }
1260
- export declare namespace AssetStatus {
1261
- /**
1262
- * @internal
1263
- */
1264
- const filterSensitiveLog: (obj: AssetStatus) => any;
1265
- }
1266
990
  /**
1267
991
  * <p>Contains a summary of an asset.</p>
1268
992
  */
@@ -1307,12 +1031,6 @@ export interface AssetSummary {
1307
1031
  */
1308
1032
  description?: string;
1309
1033
  }
1310
- export declare namespace AssetSummary {
1311
- /**
1312
- * @internal
1313
- */
1314
- const filterSensitiveLog: (obj: AssetSummary) => any;
1315
- }
1316
1034
  export interface AssociateAssetsRequest {
1317
1035
  /**
1318
1036
  * <p>The ID of the parent asset.</p>
@@ -1333,12 +1051,6 @@ export interface AssociateAssetsRequest {
1333
1051
  */
1334
1052
  clientToken?: string;
1335
1053
  }
1336
- export declare namespace AssociateAssetsRequest {
1337
- /**
1338
- * @internal
1339
- */
1340
- const filterSensitiveLog: (obj: AssociateAssetsRequest) => any;
1341
- }
1342
1054
  /**
1343
1055
  * <p>Your request has conflicting operations. This can occur if you're trying to perform more
1344
1056
  * than one operation on the same resource at the same time.</p>
@@ -1465,12 +1177,6 @@ export interface AssociatedAssetsSummary {
1465
1177
  */
1466
1178
  description?: string;
1467
1179
  }
1468
- export declare namespace AssociatedAssetsSummary {
1469
- /**
1470
- * @internal
1471
- */
1472
- const filterSensitiveLog: (obj: AssociatedAssetsSummary) => any;
1473
- }
1474
1180
  export interface AssociateTimeSeriesToAssetPropertyRequest {
1475
1181
  /**
1476
1182
  * <p>The alias that identifies the time series.</p>
@@ -1489,12 +1195,6 @@ export interface AssociateTimeSeriesToAssetPropertyRequest {
1489
1195
  */
1490
1196
  clientToken?: string;
1491
1197
  }
1492
- export declare namespace AssociateTimeSeriesToAssetPropertyRequest {
1493
- /**
1494
- * @internal
1495
- */
1496
- const filterSensitiveLog: (obj: AssociateTimeSeriesToAssetPropertyRequest) => any;
1497
- }
1498
1198
  export declare enum AuthMode {
1499
1199
  IAM = "IAM",
1500
1200
  SSO = "SSO"
@@ -1513,24 +1213,12 @@ export interface BatchAssociateProjectAssetsRequest {
1513
1213
  */
1514
1214
  clientToken?: string;
1515
1215
  }
1516
- export declare namespace BatchAssociateProjectAssetsRequest {
1517
- /**
1518
- * @internal
1519
- */
1520
- const filterSensitiveLog: (obj: BatchAssociateProjectAssetsRequest) => any;
1521
- }
1522
1216
  export interface BatchAssociateProjectAssetsResponse {
1523
1217
  /**
1524
1218
  * <p>A list of associated error information, if any.</p>
1525
1219
  */
1526
1220
  errors?: AssetErrorDetails[];
1527
1221
  }
1528
- export declare namespace BatchAssociateProjectAssetsResponse {
1529
- /**
1530
- * @internal
1531
- */
1532
- const filterSensitiveLog: (obj: BatchAssociateProjectAssetsResponse) => any;
1533
- }
1534
1222
  export interface BatchDisassociateProjectAssetsRequest {
1535
1223
  /**
1536
1224
  * <p>The ID of the project from which to disassociate the assets.</p>
@@ -1545,24 +1233,12 @@ export interface BatchDisassociateProjectAssetsRequest {
1545
1233
  */
1546
1234
  clientToken?: string;
1547
1235
  }
1548
- export declare namespace BatchDisassociateProjectAssetsRequest {
1549
- /**
1550
- * @internal
1551
- */
1552
- const filterSensitiveLog: (obj: BatchDisassociateProjectAssetsRequest) => any;
1553
- }
1554
1236
  export interface BatchDisassociateProjectAssetsResponse {
1555
1237
  /**
1556
1238
  * <p>A list of associated error information, if any.</p>
1557
1239
  */
1558
1240
  errors?: AssetErrorDetails[];
1559
1241
  }
1560
- export declare namespace BatchDisassociateProjectAssetsResponse {
1561
- /**
1562
- * @internal
1563
- */
1564
- const filterSensitiveLog: (obj: BatchDisassociateProjectAssetsResponse) => any;
1565
- }
1566
1242
  export declare enum TimeOrdering {
1567
1243
  ASCENDING = "ASCENDING",
1568
1244
  DESCENDING = "DESCENDING"
@@ -1628,12 +1304,6 @@ export interface BatchGetAssetPropertyAggregatesEntry {
1628
1304
  */
1629
1305
  timeOrdering?: TimeOrdering | string;
1630
1306
  }
1631
- export declare namespace BatchGetAssetPropertyAggregatesEntry {
1632
- /**
1633
- * @internal
1634
- */
1635
- const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesEntry) => any;
1636
- }
1637
1307
  export interface BatchGetAssetPropertyAggregatesRequest {
1638
1308
  /**
1639
1309
  * <p>The list of asset property aggregate entries for the batch get request.
@@ -1658,12 +1328,6 @@ export interface BatchGetAssetPropertyAggregatesRequest {
1658
1328
  */
1659
1329
  maxResults?: number;
1660
1330
  }
1661
- export declare namespace BatchGetAssetPropertyAggregatesRequest {
1662
- /**
1663
- * @internal
1664
- */
1665
- const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesRequest) => any;
1666
- }
1667
1331
  export declare enum BatchGetAssetPropertyAggregatesErrorCode {
1668
1332
  AccessDeniedException = "AccessDeniedException",
1669
1333
  InvalidRequestException = "InvalidRequestException",
@@ -1687,12 +1351,6 @@ export interface BatchGetAssetPropertyAggregatesErrorEntry {
1687
1351
  */
1688
1352
  entryId: string | undefined;
1689
1353
  }
1690
- export declare namespace BatchGetAssetPropertyAggregatesErrorEntry {
1691
- /**
1692
- * @internal
1693
- */
1694
- const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorEntry) => any;
1695
- }
1696
1354
  export declare enum BatchEntryCompletionStatus {
1697
1355
  ERROR = "ERROR",
1698
1356
  SUCCESS = "SUCCESS"
@@ -1711,12 +1369,6 @@ export interface BatchGetAssetPropertyAggregatesErrorInfo {
1711
1369
  */
1712
1370
  errorTimestamp: Date | undefined;
1713
1371
  }
1714
- export declare namespace BatchGetAssetPropertyAggregatesErrorInfo {
1715
- /**
1716
- * @internal
1717
- */
1718
- const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorInfo) => any;
1719
- }
1720
1372
  /**
1721
1373
  * <p>Contains information for an entry that has been processed by the previous
1722
1374
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html">BatchGetAssetPropertyAggregates</a> request.</p>
@@ -1736,12 +1388,6 @@ export interface BatchGetAssetPropertyAggregatesSkippedEntry {
1736
1388
  */
1737
1389
  errorInfo?: BatchGetAssetPropertyAggregatesErrorInfo;
1738
1390
  }
1739
- export declare namespace BatchGetAssetPropertyAggregatesSkippedEntry {
1740
- /**
1741
- * @internal
1742
- */
1743
- const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSkippedEntry) => any;
1744
- }
1745
1391
  /**
1746
1392
  * <p>Contains success information for an entry that is associated with the
1747
1393
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html">BatchGetAssetPropertyAggregates</a> API.</p>
@@ -1756,12 +1402,6 @@ export interface BatchGetAssetPropertyAggregatesSuccessEntry {
1756
1402
  */
1757
1403
  aggregatedValues: AggregatedValue[] | undefined;
1758
1404
  }
1759
- export declare namespace BatchGetAssetPropertyAggregatesSuccessEntry {
1760
- /**
1761
- * @internal
1762
- */
1763
- const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSuccessEntry) => any;
1764
- }
1765
1405
  export interface BatchGetAssetPropertyAggregatesResponse {
1766
1406
  /**
1767
1407
  * <p>A list of the errors (if any) associated with the batch request. Each error entry
@@ -1784,12 +1424,6 @@ export interface BatchGetAssetPropertyAggregatesResponse {
1784
1424
  */
1785
1425
  nextToken?: string;
1786
1426
  }
1787
- export declare namespace BatchGetAssetPropertyAggregatesResponse {
1788
- /**
1789
- * @internal
1790
- */
1791
- const filterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesResponse) => any;
1792
- }
1793
1427
  /**
1794
1428
  * <p>The requested service is unavailable.</p>
1795
1429
  */
@@ -1836,12 +1470,6 @@ export interface BatchGetAssetPropertyValueEntry {
1836
1470
  */
1837
1471
  propertyAlias?: string;
1838
1472
  }
1839
- export declare namespace BatchGetAssetPropertyValueEntry {
1840
- /**
1841
- * @internal
1842
- */
1843
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueEntry) => any;
1844
- }
1845
1473
  export interface BatchGetAssetPropertyValueRequest {
1846
1474
  /**
1847
1475
  * <p>The list of asset property value entries for the batch get request.
@@ -1853,12 +1481,6 @@ export interface BatchGetAssetPropertyValueRequest {
1853
1481
  */
1854
1482
  nextToken?: string;
1855
1483
  }
1856
- export declare namespace BatchGetAssetPropertyValueRequest {
1857
- /**
1858
- * @internal
1859
- */
1860
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueRequest) => any;
1861
- }
1862
1484
  export declare enum BatchGetAssetPropertyValueErrorCode {
1863
1485
  AccessDeniedException = "AccessDeniedException",
1864
1486
  InvalidRequestException = "InvalidRequestException",
@@ -1882,12 +1504,6 @@ export interface BatchGetAssetPropertyValueErrorEntry {
1882
1504
  */
1883
1505
  entryId: string | undefined;
1884
1506
  }
1885
- export declare namespace BatchGetAssetPropertyValueErrorEntry {
1886
- /**
1887
- * @internal
1888
- */
1889
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorEntry) => any;
1890
- }
1891
1507
  /**
1892
1508
  * <p>The error information, such as the error code and the timestamp.</p>
1893
1509
  */
@@ -1901,12 +1517,6 @@ export interface BatchGetAssetPropertyValueErrorInfo {
1901
1517
  */
1902
1518
  errorTimestamp: Date | undefined;
1903
1519
  }
1904
- export declare namespace BatchGetAssetPropertyValueErrorInfo {
1905
- /**
1906
- * @internal
1907
- */
1908
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorInfo) => any;
1909
- }
1910
1520
  /**
1911
1521
  * <p>Contains information for an entry that has been processed by the previous
1912
1522
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html">BatchGetAssetPropertyValue</a> request.</p>
@@ -1926,12 +1536,6 @@ export interface BatchGetAssetPropertyValueSkippedEntry {
1926
1536
  */
1927
1537
  errorInfo?: BatchGetAssetPropertyValueErrorInfo;
1928
1538
  }
1929
- export declare namespace BatchGetAssetPropertyValueSkippedEntry {
1930
- /**
1931
- * @internal
1932
- */
1933
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueSkippedEntry) => any;
1934
- }
1935
1539
  /**
1936
1540
  * <p>Contains success information for an entry that is associated with the
1937
1541
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html">BatchGetAssetPropertyValue</a> API.</p>
@@ -1946,12 +1550,6 @@ export interface BatchGetAssetPropertyValueSuccessEntry {
1946
1550
  */
1947
1551
  assetPropertyValue?: AssetPropertyValue;
1948
1552
  }
1949
- export declare namespace BatchGetAssetPropertyValueSuccessEntry {
1950
- /**
1951
- * @internal
1952
- */
1953
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueSuccessEntry) => any;
1954
- }
1955
1553
  export interface BatchGetAssetPropertyValueResponse {
1956
1554
  /**
1957
1555
  * <p>A list of the errors (if any) associated with the batch request. Each error entry
@@ -1974,12 +1572,6 @@ export interface BatchGetAssetPropertyValueResponse {
1974
1572
  */
1975
1573
  nextToken?: string;
1976
1574
  }
1977
- export declare namespace BatchGetAssetPropertyValueResponse {
1978
- /**
1979
- * @internal
1980
- */
1981
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueResponse) => any;
1982
- }
1983
1575
  /**
1984
1576
  * <p>Contains information for an asset property historical value entry that is associated with the
1985
1577
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html">BatchGetAssetPropertyValueHistory</a> API.</p>
@@ -2033,12 +1625,6 @@ export interface BatchGetAssetPropertyValueHistoryEntry {
2033
1625
  */
2034
1626
  timeOrdering?: TimeOrdering | string;
2035
1627
  }
2036
- export declare namespace BatchGetAssetPropertyValueHistoryEntry {
2037
- /**
2038
- * @internal
2039
- */
2040
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryEntry) => any;
2041
- }
2042
1628
  export interface BatchGetAssetPropertyValueHistoryRequest {
2043
1629
  /**
2044
1630
  * <p>The list of asset property historical value entries for the batch get request.
@@ -2063,12 +1649,6 @@ export interface BatchGetAssetPropertyValueHistoryRequest {
2063
1649
  */
2064
1650
  maxResults?: number;
2065
1651
  }
2066
- export declare namespace BatchGetAssetPropertyValueHistoryRequest {
2067
- /**
2068
- * @internal
2069
- */
2070
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryRequest) => any;
2071
- }
2072
1652
  export declare enum BatchGetAssetPropertyValueHistoryErrorCode {
2073
1653
  AccessDeniedException = "AccessDeniedException",
2074
1654
  InvalidRequestException = "InvalidRequestException",
@@ -2092,12 +1672,6 @@ export interface BatchGetAssetPropertyValueHistoryErrorEntry {
2092
1672
  */
2093
1673
  entryId: string | undefined;
2094
1674
  }
2095
- export declare namespace BatchGetAssetPropertyValueHistoryErrorEntry {
2096
- /**
2097
- * @internal
2098
- */
2099
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorEntry) => any;
2100
- }
2101
1675
  /**
2102
1676
  * <p>The error information, such as the error code and the timestamp.</p>
2103
1677
  */
@@ -2111,12 +1685,6 @@ export interface BatchGetAssetPropertyValueHistoryErrorInfo {
2111
1685
  */
2112
1686
  errorTimestamp: Date | undefined;
2113
1687
  }
2114
- export declare namespace BatchGetAssetPropertyValueHistoryErrorInfo {
2115
- /**
2116
- * @internal
2117
- */
2118
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorInfo) => any;
2119
- }
2120
1688
  /**
2121
1689
  * <p>Contains information for an entry that has been processed by the previous
2122
1690
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html">BatchGetAssetPropertyValueHistory</a> request.</p>
@@ -2136,12 +1704,6 @@ export interface BatchGetAssetPropertyValueHistorySkippedEntry {
2136
1704
  */
2137
1705
  errorInfo?: BatchGetAssetPropertyValueHistoryErrorInfo;
2138
1706
  }
2139
- export declare namespace BatchGetAssetPropertyValueHistorySkippedEntry {
2140
- /**
2141
- * @internal
2142
- */
2143
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySkippedEntry) => any;
2144
- }
2145
1707
  /**
2146
1708
  * <p>Contains success information for an entry that is associated with the
2147
1709
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html">BatchGetAssetPropertyValueHistory</a> API.</p>
@@ -2156,12 +1718,6 @@ export interface BatchGetAssetPropertyValueHistorySuccessEntry {
2156
1718
  */
2157
1719
  assetPropertyValueHistory: AssetPropertyValue[] | undefined;
2158
1720
  }
2159
- export declare namespace BatchGetAssetPropertyValueHistorySuccessEntry {
2160
- /**
2161
- * @internal
2162
- */
2163
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySuccessEntry) => any;
2164
- }
2165
1721
  export interface BatchGetAssetPropertyValueHistoryResponse {
2166
1722
  /**
2167
1723
  * <p>A list of the errors (if any) associated with the batch request. Each error entry
@@ -2184,12 +1740,6 @@ export interface BatchGetAssetPropertyValueHistoryResponse {
2184
1740
  */
2185
1741
  nextToken?: string;
2186
1742
  }
2187
- export declare namespace BatchGetAssetPropertyValueHistoryResponse {
2188
- /**
2189
- * @internal
2190
- */
2191
- const filterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryResponse) => any;
2192
- }
2193
1743
  /**
2194
1744
  * <p>Contains a list of value updates for an asset property in the list of asset entries
2195
1745
  * consumed by the <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html">BatchPutAssetPropertyValue</a> API
@@ -2222,12 +1772,6 @@ export interface PutAssetPropertyValueEntry {
2222
1772
  */
2223
1773
  propertyValues: AssetPropertyValue[] | undefined;
2224
1774
  }
2225
- export declare namespace PutAssetPropertyValueEntry {
2226
- /**
2227
- * @internal
2228
- */
2229
- const filterSensitiveLog: (obj: PutAssetPropertyValueEntry) => any;
2230
- }
2231
1775
  export interface BatchPutAssetPropertyValueRequest {
2232
1776
  /**
2233
1777
  * <p>The list of asset property value entries for the batch put request. You can specify up to
@@ -2235,12 +1779,6 @@ export interface BatchPutAssetPropertyValueRequest {
2235
1779
  */
2236
1780
  entries: PutAssetPropertyValueEntry[] | undefined;
2237
1781
  }
2238
- export declare namespace BatchPutAssetPropertyValueRequest {
2239
- /**
2240
- * @internal
2241
- */
2242
- const filterSensitiveLog: (obj: BatchPutAssetPropertyValueRequest) => any;
2243
- }
2244
1782
  export declare enum BatchPutAssetPropertyValueErrorCode {
2245
1783
  AccessDeniedException = "AccessDeniedException",
2246
1784
  ConflictingOperationException = "ConflictingOperationException",
@@ -2269,12 +1807,6 @@ export interface BatchPutAssetPropertyError {
2269
1807
  */
2270
1808
  timestamps: TimeInNanos[] | undefined;
2271
1809
  }
2272
- export declare namespace BatchPutAssetPropertyError {
2273
- /**
2274
- * @internal
2275
- */
2276
- const filterSensitiveLog: (obj: BatchPutAssetPropertyError) => any;
2277
- }
2278
1810
  /**
2279
1811
  * <p>Contains error information for asset property value entries that are associated with the
2280
1812
  * <a href="https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html">BatchPutAssetPropertyValue</a> API.</p>
@@ -2289,12 +1821,6 @@ export interface BatchPutAssetPropertyErrorEntry {
2289
1821
  */
2290
1822
  errors: BatchPutAssetPropertyError[] | undefined;
2291
1823
  }
2292
- export declare namespace BatchPutAssetPropertyErrorEntry {
2293
- /**
2294
- * @internal
2295
- */
2296
- const filterSensitiveLog: (obj: BatchPutAssetPropertyErrorEntry) => any;
2297
- }
2298
1824
  export interface BatchPutAssetPropertyValueResponse {
2299
1825
  /**
2300
1826
  * <p>A list of the errors (if any) associated with the batch put request. Each error entry
@@ -2302,12 +1828,6 @@ export interface BatchPutAssetPropertyValueResponse {
2302
1828
  */
2303
1829
  errorEntries: BatchPutAssetPropertyErrorEntry[] | undefined;
2304
1830
  }
2305
- export declare namespace BatchPutAssetPropertyValueResponse {
2306
- /**
2307
- * @internal
2308
- */
2309
- const filterSensitiveLog: (obj: BatchPutAssetPropertyValueResponse) => any;
2310
- }
2311
1831
  export interface CreateAccessPolicyRequest {
2312
1832
  /**
2313
1833
  * <p>The identity for this access policy. Choose an Amazon Web Services SSO user, an Amazon Web Services SSO group, or an IAM user.</p>
@@ -2332,12 +1852,6 @@ export interface CreateAccessPolicyRequest {
2332
1852
  */
2333
1853
  tags?: Record<string, string>;
2334
1854
  }
2335
- export declare namespace CreateAccessPolicyRequest {
2336
- /**
2337
- * @internal
2338
- */
2339
- const filterSensitiveLog: (obj: CreateAccessPolicyRequest) => any;
2340
- }
2341
1855
  export interface CreateAccessPolicyResponse {
2342
1856
  /**
2343
1857
  * <p>The ID of the access policy.</p>
@@ -2351,12 +1865,6 @@ export interface CreateAccessPolicyResponse {
2351
1865
  */
2352
1866
  accessPolicyArn: string | undefined;
2353
1867
  }
2354
- export declare namespace CreateAccessPolicyResponse {
2355
- /**
2356
- * @internal
2357
- */
2358
- const filterSensitiveLog: (obj: CreateAccessPolicyResponse) => any;
2359
- }
2360
1868
  export interface CreateAssetRequest {
2361
1869
  /**
2362
1870
  * <p>A unique, friendly name for the asset.</p>
@@ -2381,12 +1889,6 @@ export interface CreateAssetRequest {
2381
1889
  */
2382
1890
  assetDescription?: string;
2383
1891
  }
2384
- export declare namespace CreateAssetRequest {
2385
- /**
2386
- * @internal
2387
- */
2388
- const filterSensitiveLog: (obj: CreateAssetRequest) => any;
2389
- }
2390
1892
  export interface CreateAssetResponse {
2391
1893
  /**
2392
1894
  * <p>The ID of the asset. This ID uniquely identifies the asset within IoT SiteWise and can be used with other
@@ -2406,12 +1908,6 @@ export interface CreateAssetResponse {
2406
1908
  */
2407
1909
  assetStatus: AssetStatus | undefined;
2408
1910
  }
2409
- export declare namespace CreateAssetResponse {
2410
- /**
2411
- * @internal
2412
- */
2413
- const filterSensitiveLog: (obj: CreateAssetResponse) => any;
2414
- }
2415
1911
  /**
2416
1912
  * <p>The resource already exists.</p>
2417
1913
  */
@@ -2473,12 +1969,6 @@ export interface CreateAssetModelRequest {
2473
1969
  */
2474
1970
  tags?: Record<string, string>;
2475
1971
  }
2476
- export declare namespace CreateAssetModelRequest {
2477
- /**
2478
- * @internal
2479
- */
2480
- const filterSensitiveLog: (obj: CreateAssetModelRequest) => any;
2481
- }
2482
1972
  export interface CreateAssetModelResponse {
2483
1973
  /**
2484
1974
  * <p>The ID of the asset model. You can use this ID when you call other IoT SiteWise APIs.</p>
@@ -2497,11 +1987,149 @@ export interface CreateAssetModelResponse {
2497
1987
  */
2498
1988
  assetModelStatus: AssetModelStatus | undefined;
2499
1989
  }
2500
- export declare namespace CreateAssetModelResponse {
1990
+ /**
1991
+ * <p>The Amazon S3 destination where errors associated with the job creation request are saved.</p>
1992
+ */
1993
+ export interface ErrorReportLocation {
2501
1994
  /**
2502
- * @internal
1995
+ * <p>The name of the Amazon S3 bucket to which errors associated with the bulk import job are sent.</p>
1996
+ */
1997
+ bucket: string | undefined;
1998
+ /**
1999
+ * <p>Amazon S3 uses the prefix as a folder name to organize data in the bucket.
2000
+ * Each Amazon S3 object has a key that is its unique identifier in the bucket.
2001
+ * Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).
2002
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-prefixes.html">Organizing objects using prefixes</a>
2003
+ * in the <i>Amazon Simple Storage Service User Guide</i>.</p>
2004
+ */
2005
+ prefix: string | undefined;
2006
+ }
2007
+ /**
2008
+ * <p>The file in Amazon S3 where your data is saved. </p>
2009
+ */
2010
+ export interface File {
2011
+ /**
2012
+ * <p>The name of the Amazon S3 bucket from which data is imported.</p>
2013
+ */
2014
+ bucket: string | undefined;
2015
+ /**
2016
+ * <p>The key of the Amazon S3 object that contains your data. Each object has a key that is a
2017
+ * unique identifier. Each object has exactly one key.</p>
2018
+ */
2019
+ key: string | undefined;
2020
+ /**
2021
+ * <p>The version ID to identify a specific version of the Amazon S3 object that contains your data.</p>
2022
+ */
2023
+ versionId?: string;
2024
+ }
2025
+ export declare enum ColumnName {
2026
+ ALIAS = "ALIAS",
2027
+ ASSET_ID = "ASSET_ID",
2028
+ DATA_TYPE = "DATA_TYPE",
2029
+ PROPERTY_ID = "PROPERTY_ID",
2030
+ QUALITY = "QUALITY",
2031
+ TIMESTAMP_NANO_OFFSET = "TIMESTAMP_NANO_OFFSET",
2032
+ TIMESTAMP_SECONDS = "TIMESTAMP_SECONDS",
2033
+ VALUE = "VALUE"
2034
+ }
2035
+ /**
2036
+ * <p>A .csv file.</p>
2037
+ */
2038
+ export interface Csv {
2039
+ /**
2040
+ * <p>The column names specified in the .csv file.</p>
2041
+ */
2042
+ columnNames?: (ColumnName | string)[];
2043
+ }
2044
+ /**
2045
+ * <p>The file format of the data.</p>
2046
+ */
2047
+ export interface FileFormat {
2048
+ /**
2049
+ * <p>The .csv file format.</p>
2050
+ */
2051
+ csv?: Csv;
2052
+ }
2053
+ /**
2054
+ * <p>Contains the configuration information of a job, such as the file format used to save data in Amazon S3.</p>
2055
+ */
2056
+ export interface JobConfiguration {
2057
+ /**
2058
+ * <p>The file format of the data in Amazon S3.</p>
2059
+ */
2060
+ fileFormat: FileFormat | undefined;
2061
+ }
2062
+ export interface CreateBulkImportJobRequest {
2063
+ /**
2064
+ * <p>The unique name that helps identify the job request.</p>
2065
+ */
2066
+ jobName: string | undefined;
2067
+ /**
2068
+ * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the IAM role that allows IoT SiteWise to read Amazon S3 data.</p>
2069
+ */
2070
+ jobRoleArn: string | undefined;
2071
+ /**
2072
+ * <p>The files in the specified Amazon S3 bucket that contain your data.</p>
2073
+ */
2074
+ files: File[] | undefined;
2075
+ /**
2076
+ * <p>The Amazon S3 destination where errors associated with the job creation request are saved.</p>
2077
+ */
2078
+ errorReportLocation: ErrorReportLocation | undefined;
2079
+ /**
2080
+ * <p>Contains the configuration information of a job, such as the file format used to save data in Amazon S3.</p>
2081
+ */
2082
+ jobConfiguration: JobConfiguration | undefined;
2083
+ }
2084
+ export declare enum JobStatus {
2085
+ CANCELLED = "CANCELLED",
2086
+ COMPLETED = "COMPLETED",
2087
+ COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
2088
+ FAILED = "FAILED",
2089
+ PENDING = "PENDING",
2090
+ RUNNING = "RUNNING"
2091
+ }
2092
+ export interface CreateBulkImportJobResponse {
2093
+ /**
2094
+ * <p>The ID of the job.</p>
2095
+ */
2096
+ jobId: string | undefined;
2097
+ /**
2098
+ * <p>The unique name that helps identify the job request.</p>
2099
+ */
2100
+ jobName: string | undefined;
2101
+ /**
2102
+ * <p>The status of the bulk import job can be one of following values.</p>
2103
+ * <ul>
2104
+ * <li>
2105
+ * <p>
2106
+ * <code>PENDING</code> – IoT SiteWise is waiting for the current bulk import job to finish.</p>
2107
+ * </li>
2108
+ * <li>
2109
+ * <p>
2110
+ * <code>CANCELLED</code> – The bulk import job has been canceled.</p>
2111
+ * </li>
2112
+ * <li>
2113
+ * <p>
2114
+ * <code>RUNNING</code> – IoT SiteWise is processing your request to import your data from Amazon S3.</p>
2115
+ * </li>
2116
+ * <li>
2117
+ * <p>
2118
+ * <code>COMPLETED</code> – IoT SiteWise successfully completed your request to import data from Amazon S3.</p>
2119
+ * </li>
2120
+ * <li>
2121
+ * <p>
2122
+ * <code>FAILED</code> – IoT SiteWise couldn't process your request to import data from Amazon S3.
2123
+ * You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.</p>
2124
+ * </li>
2125
+ * <li>
2126
+ * <p>
2127
+ * <code>COMPLETED_WITH_FAILURES</code> – IoT SiteWise completed your request to import data from Amazon S3 with errors.
2128
+ * You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.</p>
2129
+ * </li>
2130
+ * </ul>
2503
2131
  */
2504
- const filterSensitiveLog: (obj: CreateAssetModelResponse) => any;
2132
+ jobStatus: JobStatus | string | undefined;
2505
2133
  }
2506
2134
  export interface CreateDashboardRequest {
2507
2135
  /**
@@ -2532,12 +2160,6 @@ export interface CreateDashboardRequest {
2532
2160
  */
2533
2161
  tags?: Record<string, string>;
2534
2162
  }
2535
- export declare namespace CreateDashboardRequest {
2536
- /**
2537
- * @internal
2538
- */
2539
- const filterSensitiveLog: (obj: CreateDashboardRequest) => any;
2540
- }
2541
2163
  export interface CreateDashboardResponse {
2542
2164
  /**
2543
2165
  * <p>The ID of the dashboard.</p>
@@ -2551,12 +2173,6 @@ export interface CreateDashboardResponse {
2551
2173
  */
2552
2174
  dashboardArn: string | undefined;
2553
2175
  }
2554
- export declare namespace CreateDashboardResponse {
2555
- /**
2556
- * @internal
2557
- */
2558
- const filterSensitiveLog: (obj: CreateDashboardResponse) => any;
2559
- }
2560
2176
  /**
2561
2177
  * <p>Contains details for a gateway that runs on IoT Greengrass. To create a gateway that runs on IoT Greengrass,
2562
2178
  * you must add the IoT SiteWise connector to a Greengrass group and deploy it. Your Greengrass
@@ -2571,12 +2187,6 @@ export interface Greengrass {
2571
2187
  */
2572
2188
  groupArn: string | undefined;
2573
2189
  }
2574
- export declare namespace Greengrass {
2575
- /**
2576
- * @internal
2577
- */
2578
- const filterSensitiveLog: (obj: Greengrass) => any;
2579
- }
2580
2190
  /**
2581
2191
  * <p>Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass
2582
2192
  * V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your <a href="https://docs.aws.amazon.com/greengrass/v2/developerguide/device-service-role.html">Greengrass
@@ -2590,12 +2200,6 @@ export interface GreengrassV2 {
2590
2200
  */
2591
2201
  coreDeviceThingName: string | undefined;
2592
2202
  }
2593
- export declare namespace GreengrassV2 {
2594
- /**
2595
- * @internal
2596
- */
2597
- const filterSensitiveLog: (obj: GreengrassV2) => any;
2598
- }
2599
2203
  /**
2600
2204
  * <p>Contains a gateway's platform information.</p>
2601
2205
  */
@@ -2609,12 +2213,6 @@ export interface GatewayPlatform {
2609
2213
  */
2610
2214
  greengrassV2?: GreengrassV2;
2611
2215
  }
2612
- export declare namespace GatewayPlatform {
2613
- /**
2614
- * @internal
2615
- */
2616
- const filterSensitiveLog: (obj: GatewayPlatform) => any;
2617
- }
2618
2216
  export interface CreateGatewayRequest {
2619
2217
  /**
2620
2218
  * <p>A unique, friendly name for the gateway.</p>
@@ -2631,12 +2229,6 @@ export interface CreateGatewayRequest {
2631
2229
  */
2632
2230
  tags?: Record<string, string>;
2633
2231
  }
2634
- export declare namespace CreateGatewayRequest {
2635
- /**
2636
- * @internal
2637
- */
2638
- const filterSensitiveLog: (obj: CreateGatewayRequest) => any;
2639
- }
2640
2232
  export interface CreateGatewayResponse {
2641
2233
  /**
2642
2234
  * <p>The ID of the gateway device. You can use this ID when you call other IoT SiteWise APIs.</p>
@@ -2650,12 +2242,6 @@ export interface CreateGatewayResponse {
2650
2242
  */
2651
2243
  gatewayArn: string | undefined;
2652
2244
  }
2653
- export declare namespace CreateGatewayResponse {
2654
- /**
2655
- * @internal
2656
- */
2657
- const filterSensitiveLog: (obj: CreateGatewayResponse) => any;
2658
- }
2659
2245
  export declare enum ImageFileType {
2660
2246
  PNG = "PNG"
2661
2247
  }
@@ -2673,12 +2259,6 @@ export interface ImageFile {
2673
2259
  */
2674
2260
  type: ImageFileType | string | undefined;
2675
2261
  }
2676
- export declare namespace ImageFile {
2677
- /**
2678
- * @internal
2679
- */
2680
- const filterSensitiveLog: (obj: ImageFile) => any;
2681
- }
2682
2262
  export interface CreatePortalRequest {
2683
2263
  /**
2684
2264
  * <p>A friendly name for the portal.</p>
@@ -2752,12 +2332,6 @@ export interface CreatePortalRequest {
2752
2332
  */
2753
2333
  alarms?: Alarms;
2754
2334
  }
2755
- export declare namespace CreatePortalRequest {
2756
- /**
2757
- * @internal
2758
- */
2759
- const filterSensitiveLog: (obj: CreatePortalRequest) => any;
2760
- }
2761
2335
  export declare enum MonitorErrorCode {
2762
2336
  INTERNAL_FAILURE = "INTERNAL_FAILURE",
2763
2337
  LIMIT_EXCEEDED = "LIMIT_EXCEEDED",
@@ -2776,12 +2350,6 @@ export interface MonitorErrorDetails {
2776
2350
  */
2777
2351
  message?: string;
2778
2352
  }
2779
- export declare namespace MonitorErrorDetails {
2780
- /**
2781
- * @internal
2782
- */
2783
- const filterSensitiveLog: (obj: MonitorErrorDetails) => any;
2784
- }
2785
2353
  export declare enum PortalState {
2786
2354
  ACTIVE = "ACTIVE",
2787
2355
  CREATING = "CREATING",
@@ -2802,12 +2370,6 @@ export interface PortalStatus {
2802
2370
  */
2803
2371
  error?: MonitorErrorDetails;
2804
2372
  }
2805
- export declare namespace PortalStatus {
2806
- /**
2807
- * @internal
2808
- */
2809
- const filterSensitiveLog: (obj: PortalStatus) => any;
2810
- }
2811
2373
  export interface CreatePortalResponse {
2812
2374
  /**
2813
2375
  * <p>The ID of the created portal.</p>
@@ -2836,12 +2398,6 @@ export interface CreatePortalResponse {
2836
2398
  */
2837
2399
  ssoApplicationId: string | undefined;
2838
2400
  }
2839
- export declare namespace CreatePortalResponse {
2840
- /**
2841
- * @internal
2842
- */
2843
- const filterSensitiveLog: (obj: CreatePortalResponse) => any;
2844
- }
2845
2401
  export interface CreateProjectRequest {
2846
2402
  /**
2847
2403
  * <p>The ID of the portal in which to create the project.</p>
@@ -2866,12 +2422,6 @@ export interface CreateProjectRequest {
2866
2422
  */
2867
2423
  tags?: Record<string, string>;
2868
2424
  }
2869
- export declare namespace CreateProjectRequest {
2870
- /**
2871
- * @internal
2872
- */
2873
- const filterSensitiveLog: (obj: CreateProjectRequest) => any;
2874
- }
2875
2425
  export interface CreateProjectResponse {
2876
2426
  /**
2877
2427
  * <p>The ID of the project.</p>
@@ -2885,12 +2435,6 @@ export interface CreateProjectResponse {
2885
2435
  */
2886
2436
  projectArn: string | undefined;
2887
2437
  }
2888
- export declare namespace CreateProjectResponse {
2889
- /**
2890
- * @internal
2891
- */
2892
- const filterSensitiveLog: (obj: CreateProjectResponse) => any;
2893
- }
2894
2438
  export interface DeleteAccessPolicyRequest {
2895
2439
  /**
2896
2440
  * <p>The ID of the access policy to be deleted.</p>
@@ -2901,20 +2445,8 @@ export interface DeleteAccessPolicyRequest {
2901
2445
  */
2902
2446
  clientToken?: string;
2903
2447
  }
2904
- export declare namespace DeleteAccessPolicyRequest {
2905
- /**
2906
- * @internal
2907
- */
2908
- const filterSensitiveLog: (obj: DeleteAccessPolicyRequest) => any;
2909
- }
2910
2448
  export interface DeleteAccessPolicyResponse {
2911
2449
  }
2912
- export declare namespace DeleteAccessPolicyResponse {
2913
- /**
2914
- * @internal
2915
- */
2916
- const filterSensitiveLog: (obj: DeleteAccessPolicyResponse) => any;
2917
- }
2918
2450
  export interface DeleteAssetRequest {
2919
2451
  /**
2920
2452
  * <p>The ID of the asset to delete.</p>
@@ -2925,12 +2457,6 @@ export interface DeleteAssetRequest {
2925
2457
  */
2926
2458
  clientToken?: string;
2927
2459
  }
2928
- export declare namespace DeleteAssetRequest {
2929
- /**
2930
- * @internal
2931
- */
2932
- const filterSensitiveLog: (obj: DeleteAssetRequest) => any;
2933
- }
2934
2460
  export interface DeleteAssetResponse {
2935
2461
  /**
2936
2462
  * <p>The status of the asset, which contains a state (<code>DELETING</code> after successfully
@@ -2938,12 +2464,6 @@ export interface DeleteAssetResponse {
2938
2464
  */
2939
2465
  assetStatus: AssetStatus | undefined;
2940
2466
  }
2941
- export declare namespace DeleteAssetResponse {
2942
- /**
2943
- * @internal
2944
- */
2945
- const filterSensitiveLog: (obj: DeleteAssetResponse) => any;
2946
- }
2947
2467
  export interface DeleteAssetModelRequest {
2948
2468
  /**
2949
2469
  * <p>The ID of the asset model to delete.</p>
@@ -2954,12 +2474,6 @@ export interface DeleteAssetModelRequest {
2954
2474
  */
2955
2475
  clientToken?: string;
2956
2476
  }
2957
- export declare namespace DeleteAssetModelRequest {
2958
- /**
2959
- * @internal
2960
- */
2961
- const filterSensitiveLog: (obj: DeleteAssetModelRequest) => any;
2962
- }
2963
2477
  export interface DeleteAssetModelResponse {
2964
2478
  /**
2965
2479
  * <p>The status of the asset model, which contains a state (<code>DELETING</code> after
@@ -2967,12 +2481,6 @@ export interface DeleteAssetModelResponse {
2967
2481
  */
2968
2482
  assetModelStatus: AssetModelStatus | undefined;
2969
2483
  }
2970
- export declare namespace DeleteAssetModelResponse {
2971
- /**
2972
- * @internal
2973
- */
2974
- const filterSensitiveLog: (obj: DeleteAssetModelResponse) => any;
2975
- }
2976
2484
  export interface DeleteDashboardRequest {
2977
2485
  /**
2978
2486
  * <p>The ID of the dashboard to delete.</p>
@@ -2983,32 +2491,14 @@ export interface DeleteDashboardRequest {
2983
2491
  */
2984
2492
  clientToken?: string;
2985
2493
  }
2986
- export declare namespace DeleteDashboardRequest {
2987
- /**
2988
- * @internal
2989
- */
2990
- const filterSensitiveLog: (obj: DeleteDashboardRequest) => any;
2991
- }
2992
2494
  export interface DeleteDashboardResponse {
2993
2495
  }
2994
- export declare namespace DeleteDashboardResponse {
2995
- /**
2996
- * @internal
2997
- */
2998
- const filterSensitiveLog: (obj: DeleteDashboardResponse) => any;
2999
- }
3000
2496
  export interface DeleteGatewayRequest {
3001
2497
  /**
3002
2498
  * <p>The ID of the gateway to delete.</p>
3003
2499
  */
3004
2500
  gatewayId: string | undefined;
3005
2501
  }
3006
- export declare namespace DeleteGatewayRequest {
3007
- /**
3008
- * @internal
3009
- */
3010
- const filterSensitiveLog: (obj: DeleteGatewayRequest) => any;
3011
- }
3012
2502
  export interface DeletePortalRequest {
3013
2503
  /**
3014
2504
  * <p>The ID of the portal to delete.</p>
@@ -3019,12 +2509,6 @@ export interface DeletePortalRequest {
3019
2509
  */
3020
2510
  clientToken?: string;
3021
2511
  }
3022
- export declare namespace DeletePortalRequest {
3023
- /**
3024
- * @internal
3025
- */
3026
- const filterSensitiveLog: (obj: DeletePortalRequest) => any;
3027
- }
3028
2512
  export interface DeletePortalResponse {
3029
2513
  /**
3030
2514
  * <p>The status of the portal, which contains a state (<code>DELETING</code> after successfully
@@ -3032,12 +2516,6 @@ export interface DeletePortalResponse {
3032
2516
  */
3033
2517
  portalStatus: PortalStatus | undefined;
3034
2518
  }
3035
- export declare namespace DeletePortalResponse {
3036
- /**
3037
- * @internal
3038
- */
3039
- const filterSensitiveLog: (obj: DeletePortalResponse) => any;
3040
- }
3041
2519
  export interface DeleteProjectRequest {
3042
2520
  /**
3043
2521
  * <p>The ID of the project.</p>
@@ -3048,20 +2526,8 @@ export interface DeleteProjectRequest {
3048
2526
  */
3049
2527
  clientToken?: string;
3050
2528
  }
3051
- export declare namespace DeleteProjectRequest {
3052
- /**
3053
- * @internal
3054
- */
3055
- const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
3056
- }
3057
2529
  export interface DeleteProjectResponse {
3058
2530
  }
3059
- export declare namespace DeleteProjectResponse {
3060
- /**
3061
- * @internal
3062
- */
3063
- const filterSensitiveLog: (obj: DeleteProjectResponse) => any;
3064
- }
3065
2531
  export interface DeleteTimeSeriesRequest {
3066
2532
  /**
3067
2533
  * <p>The alias that identifies the time series.</p>
@@ -3080,24 +2546,12 @@ export interface DeleteTimeSeriesRequest {
3080
2546
  */
3081
2547
  clientToken?: string;
3082
2548
  }
3083
- export declare namespace DeleteTimeSeriesRequest {
3084
- /**
3085
- * @internal
3086
- */
3087
- const filterSensitiveLog: (obj: DeleteTimeSeriesRequest) => any;
3088
- }
3089
2549
  export interface DescribeAccessPolicyRequest {
3090
2550
  /**
3091
2551
  * <p>The ID of the access policy.</p>
3092
2552
  */
3093
2553
  accessPolicyId: string | undefined;
3094
2554
  }
3095
- export declare namespace DescribeAccessPolicyRequest {
3096
- /**
3097
- * @internal
3098
- */
3099
- const filterSensitiveLog: (obj: DescribeAccessPolicyRequest) => any;
3100
- }
3101
2555
  export interface DescribeAccessPolicyResponse {
3102
2556
  /**
3103
2557
  * <p>The ID of the access policy.</p>
@@ -3134,24 +2588,12 @@ export interface DescribeAccessPolicyResponse {
3134
2588
  */
3135
2589
  accessPolicyLastUpdateDate: Date | undefined;
3136
2590
  }
3137
- export declare namespace DescribeAccessPolicyResponse {
3138
- /**
3139
- * @internal
3140
- */
3141
- const filterSensitiveLog: (obj: DescribeAccessPolicyResponse) => any;
3142
- }
3143
2591
  export interface DescribeAssetRequest {
3144
2592
  /**
3145
2593
  * <p>The ID of the asset.</p>
3146
2594
  */
3147
2595
  assetId: string | undefined;
3148
2596
  }
3149
- export declare namespace DescribeAssetRequest {
3150
- /**
3151
- * @internal
3152
- */
3153
- const filterSensitiveLog: (obj: DescribeAssetRequest) => any;
3154
- }
3155
2597
  export interface DescribeAssetResponse {
3156
2598
  /**
3157
2599
  * <p>The ID of the asset.</p>
@@ -3203,24 +2645,12 @@ export interface DescribeAssetResponse {
3203
2645
  */
3204
2646
  assetDescription?: string;
3205
2647
  }
3206
- export declare namespace DescribeAssetResponse {
3207
- /**
3208
- * @internal
3209
- */
3210
- const filterSensitiveLog: (obj: DescribeAssetResponse) => any;
3211
- }
3212
2648
  export interface DescribeAssetModelRequest {
3213
2649
  /**
3214
2650
  * <p>The ID of the asset model.</p>
3215
2651
  */
3216
2652
  assetModelId: string | undefined;
3217
2653
  }
3218
- export declare namespace DescribeAssetModelRequest {
3219
- /**
3220
- * @internal
3221
- */
3222
- const filterSensitiveLog: (obj: DescribeAssetModelRequest) => any;
3223
- }
3224
2654
  export interface DescribeAssetModelResponse {
3225
2655
  /**
3226
2656
  * <p>The ID of the asset model.</p>
@@ -3271,12 +2701,6 @@ export interface DescribeAssetModelResponse {
3271
2701
  */
3272
2702
  assetModelStatus: AssetModelStatus | undefined;
3273
2703
  }
3274
- export declare namespace DescribeAssetModelResponse {
3275
- /**
3276
- * @internal
3277
- */
3278
- const filterSensitiveLog: (obj: DescribeAssetModelResponse) => any;
3279
- }
3280
2704
  export interface DescribeAssetPropertyRequest {
3281
2705
  /**
3282
2706
  * <p>The ID of the asset.</p>
@@ -3287,12 +2711,6 @@ export interface DescribeAssetPropertyRequest {
3287
2711
  */
3288
2712
  propertyId: string | undefined;
3289
2713
  }
3290
- export declare namespace DescribeAssetPropertyRequest {
3291
- /**
3292
- * @internal
3293
- */
3294
- const filterSensitiveLog: (obj: DescribeAssetPropertyRequest) => any;
3295
- }
3296
2714
  /**
3297
2715
  * <p>Contains asset property information.</p>
3298
2716
  */
@@ -3329,12 +2747,6 @@ export interface Property {
3329
2747
  */
3330
2748
  type?: PropertyType;
3331
2749
  }
3332
- export declare namespace Property {
3333
- /**
3334
- * @internal
3335
- */
3336
- const filterSensitiveLog: (obj: Property) => any;
3337
- }
3338
2750
  /**
3339
2751
  * <p>Contains information about a composite model property on an asset.</p>
3340
2752
  */
@@ -3352,12 +2764,6 @@ export interface CompositeModelProperty {
3352
2764
  */
3353
2765
  assetProperty: Property | undefined;
3354
2766
  }
3355
- export declare namespace CompositeModelProperty {
3356
- /**
3357
- * @internal
3358
- */
3359
- const filterSensitiveLog: (obj: CompositeModelProperty) => any;
3360
- }
3361
2767
  export interface DescribeAssetPropertyResponse {
3362
2768
  /**
3363
2769
  * <p>The ID of the asset.</p>
@@ -3384,23 +2790,83 @@ export interface DescribeAssetPropertyResponse {
3384
2790
  */
3385
2791
  compositeModel?: CompositeModelProperty;
3386
2792
  }
3387
- export declare namespace DescribeAssetPropertyResponse {
2793
+ export interface DescribeBulkImportJobRequest {
3388
2794
  /**
3389
- * @internal
2795
+ * <p>The ID of the job.</p>
3390
2796
  */
3391
- const filterSensitiveLog: (obj: DescribeAssetPropertyResponse) => any;
2797
+ jobId: string | undefined;
3392
2798
  }
3393
- export interface DescribeDashboardRequest {
2799
+ export interface DescribeBulkImportJobResponse {
3394
2800
  /**
3395
- * <p>The ID of the dashboard.</p>
2801
+ * <p>The ID of the job.</p>
3396
2802
  */
3397
- dashboardId: string | undefined;
2803
+ jobId: string | undefined;
2804
+ /**
2805
+ * <p>The unique name that helps identify the job request.</p>
2806
+ */
2807
+ jobName: string | undefined;
2808
+ /**
2809
+ * <p>The status of the bulk import job can be one of following values.</p>
2810
+ * <ul>
2811
+ * <li>
2812
+ * <p>
2813
+ * <code>PENDING</code> – IoT SiteWise is waiting for the current bulk import job to finish.</p>
2814
+ * </li>
2815
+ * <li>
2816
+ * <p>
2817
+ * <code>CANCELLED</code> – The bulk import job has been canceled.</p>
2818
+ * </li>
2819
+ * <li>
2820
+ * <p>
2821
+ * <code>RUNNING</code> – IoT SiteWise is processing your request to import your data from Amazon S3.</p>
2822
+ * </li>
2823
+ * <li>
2824
+ * <p>
2825
+ * <code>COMPLETED</code> – IoT SiteWise successfully completed your request to import data from Amazon S3.</p>
2826
+ * </li>
2827
+ * <li>
2828
+ * <p>
2829
+ * <code>FAILED</code> – IoT SiteWise couldn't process your request to import data from Amazon S3.
2830
+ * You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.</p>
2831
+ * </li>
2832
+ * <li>
2833
+ * <p>
2834
+ * <code>COMPLETED_WITH_FAILURES</code> – IoT SiteWise completed your request to import data from Amazon S3 with errors.
2835
+ * You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.</p>
2836
+ * </li>
2837
+ * </ul>
2838
+ */
2839
+ jobStatus: JobStatus | string | undefined;
2840
+ /**
2841
+ * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the IAM role that allows IoT SiteWise to read Amazon S3 data.</p>
2842
+ */
2843
+ jobRoleArn: string | undefined;
2844
+ /**
2845
+ * <p>The files in the specified Amazon S3 bucket that contain your data.</p>
2846
+ */
2847
+ files: File[] | undefined;
2848
+ /**
2849
+ * <p>The Amazon S3 destination where errors associated with the job creation request are saved.</p>
2850
+ */
2851
+ errorReportLocation: ErrorReportLocation | undefined;
2852
+ /**
2853
+ * <p>Contains the configuration information of a job, such as the file format used to save data in Amazon S3.</p>
2854
+ */
2855
+ jobConfiguration: JobConfiguration | undefined;
2856
+ /**
2857
+ * <p>The date the job was created, in Unix epoch TIME.</p>
2858
+ */
2859
+ jobCreationDate: Date | undefined;
2860
+ /**
2861
+ * <p>The date the job was last updated, in Unix epoch time.</p>
2862
+ */
2863
+ jobLastUpdateDate: Date | undefined;
3398
2864
  }
3399
- export declare namespace DescribeDashboardRequest {
2865
+ export interface DescribeDashboardRequest {
3400
2866
  /**
3401
- * @internal
2867
+ * <p>The ID of the dashboard.</p>
3402
2868
  */
3403
- const filterSensitiveLog: (obj: DescribeDashboardRequest) => any;
2869
+ dashboardId: string | undefined;
3404
2870
  }
3405
2871
  export interface DescribeDashboardResponse {
3406
2872
  /**
@@ -3440,20 +2906,8 @@ export interface DescribeDashboardResponse {
3440
2906
  */
3441
2907
  dashboardLastUpdateDate: Date | undefined;
3442
2908
  }
3443
- export declare namespace DescribeDashboardResponse {
3444
- /**
3445
- * @internal
3446
- */
3447
- const filterSensitiveLog: (obj: DescribeDashboardResponse) => any;
3448
- }
3449
2909
  export interface DescribeDefaultEncryptionConfigurationRequest {
3450
2910
  }
3451
- export declare namespace DescribeDefaultEncryptionConfigurationRequest {
3452
- /**
3453
- * @internal
3454
- */
3455
- const filterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationRequest) => any;
3456
- }
3457
2911
  /**
3458
2912
  * <p>Contains the details of an IoT SiteWise configuration error.</p>
3459
2913
  */
@@ -3467,12 +2921,6 @@ export interface ConfigurationErrorDetails {
3467
2921
  */
3468
2922
  message: string | undefined;
3469
2923
  }
3470
- export declare namespace ConfigurationErrorDetails {
3471
- /**
3472
- * @internal
3473
- */
3474
- const filterSensitiveLog: (obj: ConfigurationErrorDetails) => any;
3475
- }
3476
2924
  export declare enum ConfigurationState {
3477
2925
  ACTIVE = "ACTIVE",
3478
2926
  UPDATE_FAILED = "UPDATE_FAILED",
@@ -3491,12 +2939,6 @@ export interface ConfigurationStatus {
3491
2939
  */
3492
2940
  error?: ConfigurationErrorDetails;
3493
2941
  }
3494
- export declare namespace ConfigurationStatus {
3495
- /**
3496
- * @internal
3497
- */
3498
- const filterSensitiveLog: (obj: ConfigurationStatus) => any;
3499
- }
3500
2942
  export declare enum EncryptionType {
3501
2943
  KMS_BASED_ENCRYPTION = "KMS_BASED_ENCRYPTION",
3502
2944
  SITEWISE_DEFAULT_ENCRYPTION = "SITEWISE_DEFAULT_ENCRYPTION"
@@ -3518,24 +2960,12 @@ export interface DescribeDefaultEncryptionConfigurationResponse {
3518
2960
  */
3519
2961
  configurationStatus: ConfigurationStatus | undefined;
3520
2962
  }
3521
- export declare namespace DescribeDefaultEncryptionConfigurationResponse {
3522
- /**
3523
- * @internal
3524
- */
3525
- const filterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationResponse) => any;
3526
- }
3527
2963
  export interface DescribeGatewayRequest {
3528
2964
  /**
3529
2965
  * <p>The ID of the gateway device.</p>
3530
2966
  */
3531
2967
  gatewayId: string | undefined;
3532
2968
  }
3533
- export declare namespace DescribeGatewayRequest {
3534
- /**
3535
- * @internal
3536
- */
3537
- const filterSensitiveLog: (obj: DescribeGatewayRequest) => any;
3538
- }
3539
2969
  export declare enum CapabilitySyncStatus {
3540
2970
  IN_SYNC = "IN_SYNC",
3541
2971
  OUT_OF_SYNC = "OUT_OF_SYNC",
@@ -3573,12 +3003,6 @@ export interface GatewayCapabilitySummary {
3573
3003
  */
3574
3004
  capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
3575
3005
  }
3576
- export declare namespace GatewayCapabilitySummary {
3577
- /**
3578
- * @internal
3579
- */
3580
- const filterSensitiveLog: (obj: GatewayCapabilitySummary) => any;
3581
- }
3582
3006
  export interface DescribeGatewayResponse {
3583
3007
  /**
3584
3008
  * <p>The ID of the gateway device.</p>
@@ -3614,12 +3038,6 @@ export interface DescribeGatewayResponse {
3614
3038
  */
3615
3039
  lastUpdateDate: Date | undefined;
3616
3040
  }
3617
- export declare namespace DescribeGatewayResponse {
3618
- /**
3619
- * @internal
3620
- */
3621
- const filterSensitiveLog: (obj: DescribeGatewayResponse) => any;
3622
- }
3623
3041
  export interface DescribeGatewayCapabilityConfigurationRequest {
3624
3042
  /**
3625
3043
  * <p>The ID of the gateway that defines the capability configuration.</p>
@@ -3634,12 +3052,6 @@ export interface DescribeGatewayCapabilityConfigurationRequest {
3634
3052
  */
3635
3053
  capabilityNamespace: string | undefined;
3636
3054
  }
3637
- export declare namespace DescribeGatewayCapabilityConfigurationRequest {
3638
- /**
3639
- * @internal
3640
- */
3641
- const filterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationRequest) => any;
3642
- }
3643
3055
  export interface DescribeGatewayCapabilityConfigurationResponse {
3644
3056
  /**
3645
3057
  * <p>The ID of the gateway that defines the capability configuration.</p>
@@ -3673,20 +3085,8 @@ export interface DescribeGatewayCapabilityConfigurationResponse {
3673
3085
  */
3674
3086
  capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
3675
3087
  }
3676
- export declare namespace DescribeGatewayCapabilityConfigurationResponse {
3677
- /**
3678
- * @internal
3679
- */
3680
- const filterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationResponse) => any;
3681
- }
3682
3088
  export interface DescribeLoggingOptionsRequest {
3683
3089
  }
3684
- export declare namespace DescribeLoggingOptionsRequest {
3685
- /**
3686
- * @internal
3687
- */
3688
- const filterSensitiveLog: (obj: DescribeLoggingOptionsRequest) => any;
3689
- }
3690
3090
  export declare enum LoggingLevel {
3691
3091
  ERROR = "ERROR",
3692
3092
  INFO = "INFO",
@@ -3701,36 +3101,18 @@ export interface LoggingOptions {
3701
3101
  */
3702
3102
  level: LoggingLevel | string | undefined;
3703
3103
  }
3704
- export declare namespace LoggingOptions {
3705
- /**
3706
- * @internal
3707
- */
3708
- const filterSensitiveLog: (obj: LoggingOptions) => any;
3709
- }
3710
3104
  export interface DescribeLoggingOptionsResponse {
3711
3105
  /**
3712
3106
  * <p>The current logging options.</p>
3713
3107
  */
3714
3108
  loggingOptions: LoggingOptions | undefined;
3715
3109
  }
3716
- export declare namespace DescribeLoggingOptionsResponse {
3717
- /**
3718
- * @internal
3719
- */
3720
- const filterSensitiveLog: (obj: DescribeLoggingOptionsResponse) => any;
3721
- }
3722
3110
  export interface DescribePortalRequest {
3723
3111
  /**
3724
3112
  * <p>The ID of the portal.</p>
3725
3113
  */
3726
3114
  portalId: string | undefined;
3727
3115
  }
3728
- export declare namespace DescribePortalRequest {
3729
- /**
3730
- * @internal
3731
- */
3732
- const filterSensitiveLog: (obj: DescribePortalRequest) => any;
3733
- }
3734
3116
  /**
3735
3117
  * <p>Contains an image that is uploaded to IoT SiteWise and available at a URL.</p>
3736
3118
  */
@@ -3745,12 +3127,6 @@ export interface ImageLocation {
3745
3127
  */
3746
3128
  url: string | undefined;
3747
3129
  }
3748
- export declare namespace ImageLocation {
3749
- /**
3750
- * @internal
3751
- */
3752
- const filterSensitiveLog: (obj: ImageLocation) => any;
3753
- }
3754
3130
  export interface DescribePortalResponse {
3755
3131
  /**
3756
3132
  * <p>The ID of the portal.</p>
@@ -3821,24 +3197,12 @@ export interface DescribePortalResponse {
3821
3197
  */
3822
3198
  alarms?: Alarms;
3823
3199
  }
3824
- export declare namespace DescribePortalResponse {
3825
- /**
3826
- * @internal
3827
- */
3828
- const filterSensitiveLog: (obj: DescribePortalResponse) => any;
3829
- }
3830
3200
  export interface DescribeProjectRequest {
3831
3201
  /**
3832
3202
  * <p>The ID of the project.</p>
3833
3203
  */
3834
3204
  projectId: string | undefined;
3835
3205
  }
3836
- export declare namespace DescribeProjectRequest {
3837
- /**
3838
- * @internal
3839
- */
3840
- const filterSensitiveLog: (obj: DescribeProjectRequest) => any;
3841
- }
3842
3206
  export interface DescribeProjectResponse {
3843
3207
  /**
3844
3208
  * <p>The ID of the project.</p>
@@ -3872,20 +3236,8 @@ export interface DescribeProjectResponse {
3872
3236
  */
3873
3237
  projectLastUpdateDate: Date | undefined;
3874
3238
  }
3875
- export declare namespace DescribeProjectResponse {
3876
- /**
3877
- * @internal
3878
- */
3879
- const filterSensitiveLog: (obj: DescribeProjectResponse) => any;
3880
- }
3881
3239
  export interface DescribeStorageConfigurationRequest {
3882
3240
  }
3883
- export declare namespace DescribeStorageConfigurationRequest {
3884
- /**
3885
- * @internal
3886
- */
3887
- const filterSensitiveLog: (obj: DescribeStorageConfigurationRequest) => any;
3888
- }
3889
3241
  export declare enum DisassociatedDataStorageState {
3890
3242
  DISABLED = "DISABLED",
3891
3243
  ENABLED = "ENABLED"
@@ -3905,12 +3257,6 @@ export interface CustomerManagedS3Storage {
3905
3257
  */
3906
3258
  roleArn: string | undefined;
3907
3259
  }
3908
- export declare namespace CustomerManagedS3Storage {
3909
- /**
3910
- * @internal
3911
- */
3912
- const filterSensitiveLog: (obj: CustomerManagedS3Storage) => any;
3913
- }
3914
3260
  /**
3915
3261
  * <p>Contains information about the storage destination.</p>
3916
3262
  */
@@ -3920,12 +3266,6 @@ export interface MultiLayerStorage {
3920
3266
  */
3921
3267
  customerManagedS3Storage: CustomerManagedS3Storage | undefined;
3922
3268
  }
3923
- export declare namespace MultiLayerStorage {
3924
- /**
3925
- * @internal
3926
- */
3927
- const filterSensitiveLog: (obj: MultiLayerStorage) => any;
3928
- }
3929
3269
  /**
3930
3270
  * <p>How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.</p>
3931
3271
  */
@@ -3947,12 +3287,6 @@ export interface RetentionPeriod {
3947
3287
  */
3948
3288
  unlimited?: boolean;
3949
3289
  }
3950
- export declare namespace RetentionPeriod {
3951
- /**
3952
- * @internal
3953
- */
3954
- const filterSensitiveLog: (obj: RetentionPeriod) => any;
3955
- }
3956
3290
  export declare enum StorageType {
3957
3291
  MULTI_LAYER_STORAGE = "MULTI_LAYER_STORAGE",
3958
3292
  SITEWISE_DEFAULT_STORAGE = "SITEWISE_DEFAULT_STORAGE"
@@ -4012,12 +3346,6 @@ export interface DescribeStorageConfigurationResponse {
4012
3346
  */
4013
3347
  lastUpdateDate?: Date;
4014
3348
  }
4015
- export declare namespace DescribeStorageConfigurationResponse {
4016
- /**
4017
- * @internal
4018
- */
4019
- const filterSensitiveLog: (obj: DescribeStorageConfigurationResponse) => any;
4020
- }
4021
3349
  export interface DescribeTimeSeriesRequest {
4022
3350
  /**
4023
3351
  * <p>The alias that identifies the time series.</p>
@@ -4032,12 +3360,6 @@ export interface DescribeTimeSeriesRequest {
4032
3360
  */
4033
3361
  propertyId?: string;
4034
3362
  }
4035
- export declare namespace DescribeTimeSeriesRequest {
4036
- /**
4037
- * @internal
4038
- */
4039
- const filterSensitiveLog: (obj: DescribeTimeSeriesRequest) => any;
4040
- }
4041
3363
  export interface DescribeTimeSeriesResponse {
4042
3364
  /**
4043
3365
  * <p>The ID of the asset in which the asset property was created.</p>
@@ -4077,12 +3399,6 @@ export interface DescribeTimeSeriesResponse {
4077
3399
  */
4078
3400
  timeSeriesLastUpdateDate: Date | undefined;
4079
3401
  }
4080
- export declare namespace DescribeTimeSeriesResponse {
4081
- /**
4082
- * @internal
4083
- */
4084
- const filterSensitiveLog: (obj: DescribeTimeSeriesResponse) => any;
4085
- }
4086
3402
  export interface DisassociateAssetsRequest {
4087
3403
  /**
4088
3404
  * <p>The ID of the parent asset from which to disassociate the child asset.</p>
@@ -4104,12 +3420,6 @@ export interface DisassociateAssetsRequest {
4104
3420
  */
4105
3421
  clientToken?: string;
4106
3422
  }
4107
- export declare namespace DisassociateAssetsRequest {
4108
- /**
4109
- * @internal
4110
- */
4111
- const filterSensitiveLog: (obj: DisassociateAssetsRequest) => any;
4112
- }
4113
3423
  export interface DisassociateTimeSeriesFromAssetPropertyRequest {
4114
3424
  /**
4115
3425
  * <p>The alias that identifies the time series.</p>
@@ -4128,12 +3438,6 @@ export interface DisassociateTimeSeriesFromAssetPropertyRequest {
4128
3438
  */
4129
3439
  clientToken?: string;
4130
3440
  }
4131
- export declare namespace DisassociateTimeSeriesFromAssetPropertyRequest {
4132
- /**
4133
- * @internal
4134
- */
4135
- const filterSensitiveLog: (obj: DisassociateTimeSeriesFromAssetPropertyRequest) => any;
4136
- }
4137
3441
  export interface GetAssetPropertyAggregatesRequest {
4138
3442
  /**
4139
3443
  * <p>The ID of the asset.</p>
@@ -4186,12 +3490,6 @@ export interface GetAssetPropertyAggregatesRequest {
4186
3490
  */
4187
3491
  maxResults?: number;
4188
3492
  }
4189
- export declare namespace GetAssetPropertyAggregatesRequest {
4190
- /**
4191
- * @internal
4192
- */
4193
- const filterSensitiveLog: (obj: GetAssetPropertyAggregatesRequest) => any;
4194
- }
4195
3493
  export interface GetAssetPropertyAggregatesResponse {
4196
3494
  /**
4197
3495
  * <p>The requested aggregated values.</p>
@@ -4202,12 +3500,6 @@ export interface GetAssetPropertyAggregatesResponse {
4202
3500
  */
4203
3501
  nextToken?: string;
4204
3502
  }
4205
- export declare namespace GetAssetPropertyAggregatesResponse {
4206
- /**
4207
- * @internal
4208
- */
4209
- const filterSensitiveLog: (obj: GetAssetPropertyAggregatesResponse) => any;
4210
- }
4211
3503
  export interface GetAssetPropertyValueRequest {
4212
3504
  /**
4213
3505
  * <p>The ID of the asset.</p>
@@ -4225,24 +3517,12 @@ export interface GetAssetPropertyValueRequest {
4225
3517
  */
4226
3518
  propertyAlias?: string;
4227
3519
  }
4228
- export declare namespace GetAssetPropertyValueRequest {
4229
- /**
4230
- * @internal
4231
- */
4232
- const filterSensitiveLog: (obj: GetAssetPropertyValueRequest) => any;
4233
- }
4234
3520
  export interface GetAssetPropertyValueResponse {
4235
3521
  /**
4236
3522
  * <p>The current asset property value.</p>
4237
3523
  */
4238
3524
  propertyValue?: AssetPropertyValue;
4239
3525
  }
4240
- export declare namespace GetAssetPropertyValueResponse {
4241
- /**
4242
- * @internal
4243
- */
4244
- const filterSensitiveLog: (obj: GetAssetPropertyValueResponse) => any;
4245
- }
4246
3526
  export interface GetAssetPropertyValueHistoryRequest {
4247
3527
  /**
4248
3528
  * <p>The ID of the asset.</p>
@@ -4287,12 +3567,6 @@ export interface GetAssetPropertyValueHistoryRequest {
4287
3567
  */
4288
3568
  maxResults?: number;
4289
3569
  }
4290
- export declare namespace GetAssetPropertyValueHistoryRequest {
4291
- /**
4292
- * @internal
4293
- */
4294
- const filterSensitiveLog: (obj: GetAssetPropertyValueHistoryRequest) => any;
4295
- }
4296
3570
  export interface GetAssetPropertyValueHistoryResponse {
4297
3571
  /**
4298
3572
  * <p>The asset property's value history.</p>
@@ -4303,12 +3577,6 @@ export interface GetAssetPropertyValueHistoryResponse {
4303
3577
  */
4304
3578
  nextToken?: string;
4305
3579
  }
4306
- export declare namespace GetAssetPropertyValueHistoryResponse {
4307
- /**
4308
- * @internal
4309
- */
4310
- const filterSensitiveLog: (obj: GetAssetPropertyValueHistoryResponse) => any;
4311
- }
4312
3580
  export interface GetInterpolatedAssetPropertyValuesRequest {
4313
3581
  /**
4314
3582
  * <p>The ID of the asset.</p>
@@ -4419,12 +3687,6 @@ export interface GetInterpolatedAssetPropertyValuesRequest {
4419
3687
  */
4420
3688
  intervalWindowInSeconds?: number;
4421
3689
  }
4422
- export declare namespace GetInterpolatedAssetPropertyValuesRequest {
4423
- /**
4424
- * @internal
4425
- */
4426
- const filterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesRequest) => any;
4427
- }
4428
3690
  /**
4429
3691
  * <p>Contains information about an interpolated asset property value.</p>
4430
3692
  */
@@ -4438,12 +3700,6 @@ export interface InterpolatedAssetPropertyValue {
4438
3700
  */
4439
3701
  value: Variant | undefined;
4440
3702
  }
4441
- export declare namespace InterpolatedAssetPropertyValue {
4442
- /**
4443
- * @internal
4444
- */
4445
- const filterSensitiveLog: (obj: InterpolatedAssetPropertyValue) => any;
4446
- }
4447
3703
  export interface GetInterpolatedAssetPropertyValuesResponse {
4448
3704
  /**
4449
3705
  * <p>The requested interpolated values.</p>
@@ -4454,12 +3710,6 @@ export interface GetInterpolatedAssetPropertyValuesResponse {
4454
3710
  */
4455
3711
  nextToken?: string;
4456
3712
  }
4457
- export declare namespace GetInterpolatedAssetPropertyValuesResponse {
4458
- /**
4459
- * @internal
4460
- */
4461
- const filterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesResponse) => any;
4462
- }
4463
3713
  export declare enum IdentityType {
4464
3714
  GROUP = "GROUP",
4465
3715
  IAM = "IAM",
@@ -4506,12 +3756,6 @@ export interface ListAccessPoliciesRequest {
4506
3756
  */
4507
3757
  maxResults?: number;
4508
3758
  }
4509
- export declare namespace ListAccessPoliciesRequest {
4510
- /**
4511
- * @internal
4512
- */
4513
- const filterSensitiveLog: (obj: ListAccessPoliciesRequest) => any;
4514
- }
4515
3759
  export interface ListAccessPoliciesResponse {
4516
3760
  /**
4517
3761
  * <p>A list that summarizes each access policy.</p>
@@ -4522,12 +3766,6 @@ export interface ListAccessPoliciesResponse {
4522
3766
  */
4523
3767
  nextToken?: string;
4524
3768
  }
4525
- export declare namespace ListAccessPoliciesResponse {
4526
- /**
4527
- * @internal
4528
- */
4529
- const filterSensitiveLog: (obj: ListAccessPoliciesResponse) => any;
4530
- }
4531
3769
  export interface ListAssetModelsRequest {
4532
3770
  /**
4533
3771
  * <p>The token to be used for the next set of paginated results.</p>
@@ -4539,12 +3777,6 @@ export interface ListAssetModelsRequest {
4539
3777
  */
4540
3778
  maxResults?: number;
4541
3779
  }
4542
- export declare namespace ListAssetModelsRequest {
4543
- /**
4544
- * @internal
4545
- */
4546
- const filterSensitiveLog: (obj: ListAssetModelsRequest) => any;
4547
- }
4548
3780
  export interface ListAssetModelsResponse {
4549
3781
  /**
4550
3782
  * <p>A list that summarizes each asset model.</p>
@@ -4555,12 +3787,6 @@ export interface ListAssetModelsResponse {
4555
3787
  */
4556
3788
  nextToken?: string;
4557
3789
  }
4558
- export declare namespace ListAssetModelsResponse {
4559
- /**
4560
- * @internal
4561
- */
4562
- const filterSensitiveLog: (obj: ListAssetModelsResponse) => any;
4563
- }
4564
3790
  export declare enum TraversalType {
4565
3791
  PATH_TO_ROOT = "PATH_TO_ROOT"
4566
3792
  }
@@ -4591,12 +3817,6 @@ export interface ListAssetRelationshipsRequest {
4591
3817
  */
4592
3818
  maxResults?: number;
4593
3819
  }
4594
- export declare namespace ListAssetRelationshipsRequest {
4595
- /**
4596
- * @internal
4597
- */
4598
- const filterSensitiveLog: (obj: ListAssetRelationshipsRequest) => any;
4599
- }
4600
3820
  export interface ListAssetRelationshipsResponse {
4601
3821
  /**
4602
3822
  * <p>A list that summarizes each asset relationship.</p>
@@ -4607,12 +3827,6 @@ export interface ListAssetRelationshipsResponse {
4607
3827
  */
4608
3828
  nextToken?: string;
4609
3829
  }
4610
- export declare namespace ListAssetRelationshipsResponse {
4611
- /**
4612
- * @internal
4613
- */
4614
- const filterSensitiveLog: (obj: ListAssetRelationshipsResponse) => any;
4615
- }
4616
3830
  export declare enum ListAssetsFilter {
4617
3831
  ALL = "ALL",
4618
3832
  TOP_LEVEL = "TOP_LEVEL"
@@ -4652,12 +3866,6 @@ export interface ListAssetsRequest {
4652
3866
  */
4653
3867
  filter?: ListAssetsFilter | string;
4654
3868
  }
4655
- export declare namespace ListAssetsRequest {
4656
- /**
4657
- * @internal
4658
- */
4659
- const filterSensitiveLog: (obj: ListAssetsRequest) => any;
4660
- }
4661
3869
  export interface ListAssetsResponse {
4662
3870
  /**
4663
3871
  * <p>A list that summarizes each asset.</p>
@@ -4668,12 +3876,6 @@ export interface ListAssetsResponse {
4668
3876
  */
4669
3877
  nextToken?: string;
4670
3878
  }
4671
- export declare namespace ListAssetsResponse {
4672
- /**
4673
- * @internal
4674
- */
4675
- const filterSensitiveLog: (obj: ListAssetsResponse) => any;
4676
- }
4677
3879
  export declare enum TraversalDirection {
4678
3880
  CHILD = "CHILD",
4679
3881
  PARENT = "PARENT"
@@ -4719,12 +3921,6 @@ export interface ListAssociatedAssetsRequest {
4719
3921
  */
4720
3922
  maxResults?: number;
4721
3923
  }
4722
- export declare namespace ListAssociatedAssetsRequest {
4723
- /**
4724
- * @internal
4725
- */
4726
- const filterSensitiveLog: (obj: ListAssociatedAssetsRequest) => any;
4727
- }
4728
3924
  export interface ListAssociatedAssetsResponse {
4729
3925
  /**
4730
3926
  * <p>A list that summarizes the associated assets.</p>
@@ -4735,11 +3931,83 @@ export interface ListAssociatedAssetsResponse {
4735
3931
  */
4736
3932
  nextToken?: string;
4737
3933
  }
4738
- export declare namespace ListAssociatedAssetsResponse {
3934
+ export declare enum ListBulkImportJobsFilter {
3935
+ ALL = "ALL",
3936
+ CANCELLED = "CANCELLED",
3937
+ COMPLETED = "COMPLETED",
3938
+ COMPLETED_WITH_FAILURES = "COMPLETED_WITH_FAILURES",
3939
+ FAILED = "FAILED",
3940
+ PENDING = "PENDING",
3941
+ RUNNING = "RUNNING"
3942
+ }
3943
+ export interface ListBulkImportJobsRequest {
3944
+ /**
3945
+ * <p>The token to be used for the next set of paginated results.</p>
3946
+ */
3947
+ nextToken?: string;
3948
+ /**
3949
+ * <p>The maximum number of results to return for each paginated request.</p>
3950
+ */
3951
+ maxResults?: number;
3952
+ /**
3953
+ * <p>You can use a filter to select the bulk import jobs that you want to retrieve.</p>
3954
+ */
3955
+ filter?: ListBulkImportJobsFilter | string;
3956
+ }
3957
+ /**
3958
+ * <p>Contains a job summary information.</p>
3959
+ */
3960
+ export interface JobSummary {
4739
3961
  /**
4740
- * @internal
3962
+ * <p>The ID of the job.</p>
3963
+ */
3964
+ id: string | undefined;
3965
+ /**
3966
+ * <p>The unique name that helps identify the job request.</p>
3967
+ */
3968
+ name: string | undefined;
3969
+ /**
3970
+ * <p>The status of the bulk import job can be one of following values.</p>
3971
+ * <ul>
3972
+ * <li>
3973
+ * <p>
3974
+ * <code>PENDING</code> – IoT SiteWise is waiting for the current bulk import job to finish.</p>
3975
+ * </li>
3976
+ * <li>
3977
+ * <p>
3978
+ * <code>CANCELLED</code> – The bulk import job has been canceled.</p>
3979
+ * </li>
3980
+ * <li>
3981
+ * <p>
3982
+ * <code>RUNNING</code> – IoT SiteWise is processing your request to import your data from Amazon S3.</p>
3983
+ * </li>
3984
+ * <li>
3985
+ * <p>
3986
+ * <code>COMPLETED</code> – IoT SiteWise successfully completed your request to import data from Amazon S3.</p>
3987
+ * </li>
3988
+ * <li>
3989
+ * <p>
3990
+ * <code>FAILED</code> – IoT SiteWise couldn't process your request to import data from Amazon S3.
3991
+ * You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.</p>
3992
+ * </li>
3993
+ * <li>
3994
+ * <p>
3995
+ * <code>COMPLETED_WITH_FAILURES</code> – IoT SiteWise completed your request to import data from Amazon S3 with errors.
3996
+ * You can use logs saved in the specified error report location in Amazon S3 to troubleshoot issues.</p>
3997
+ * </li>
3998
+ * </ul>
3999
+ */
4000
+ status: JobStatus | string | undefined;
4001
+ }
4002
+ export interface ListBulkImportJobsResponse {
4003
+ /**
4004
+ * <p>One or more job summaries to list.</p>
4741
4005
  */
4742
- const filterSensitiveLog: (obj: ListAssociatedAssetsResponse) => any;
4006
+ jobSummaries: JobSummary[] | undefined;
4007
+ /**
4008
+ * <p>The token for the next set of results, or null if there are no additional results.</p>
4009
+ */
4010
+ nextToken?: string;
4743
4011
  }
4744
4012
  export interface ListDashboardsRequest {
4745
4013
  /**
@@ -4756,12 +4024,6 @@ export interface ListDashboardsRequest {
4756
4024
  */
4757
4025
  maxResults?: number;
4758
4026
  }
4759
- export declare namespace ListDashboardsRequest {
4760
- /**
4761
- * @internal
4762
- */
4763
- const filterSensitiveLog: (obj: ListDashboardsRequest) => any;
4764
- }
4765
4027
  /**
4766
4028
  * <p>Contains a dashboard summary.</p>
4767
4029
  */
@@ -4787,12 +4049,6 @@ export interface DashboardSummary {
4787
4049
  */
4788
4050
  lastUpdateDate?: Date;
4789
4051
  }
4790
- export declare namespace DashboardSummary {
4791
- /**
4792
- * @internal
4793
- */
4794
- const filterSensitiveLog: (obj: DashboardSummary) => any;
4795
- }
4796
4052
  export interface ListDashboardsResponse {
4797
4053
  /**
4798
4054
  * <p>A list that summarizes each dashboard in the project.</p>
@@ -4803,12 +4059,6 @@ export interface ListDashboardsResponse {
4803
4059
  */
4804
4060
  nextToken?: string;
4805
4061
  }
4806
- export declare namespace ListDashboardsResponse {
4807
- /**
4808
- * @internal
4809
- */
4810
- const filterSensitiveLog: (obj: ListDashboardsResponse) => any;
4811
- }
4812
4062
  export interface ListGatewaysRequest {
4813
4063
  /**
4814
4064
  * <p>The token to be used for the next set of paginated results.</p>
@@ -4820,12 +4070,6 @@ export interface ListGatewaysRequest {
4820
4070
  */
4821
4071
  maxResults?: number;
4822
4072
  }
4823
- export declare namespace ListGatewaysRequest {
4824
- /**
4825
- * @internal
4826
- */
4827
- const filterSensitiveLog: (obj: ListGatewaysRequest) => any;
4828
- }
4829
4073
  /**
4830
4074
  * <p>Contains a summary of a gateway.</p>
4831
4075
  */
@@ -4857,12 +4101,6 @@ export interface GatewaySummary {
4857
4101
  */
4858
4102
  lastUpdateDate: Date | undefined;
4859
4103
  }
4860
- export declare namespace GatewaySummary {
4861
- /**
4862
- * @internal
4863
- */
4864
- const filterSensitiveLog: (obj: GatewaySummary) => any;
4865
- }
4866
4104
  export interface ListGatewaysResponse {
4867
4105
  /**
4868
4106
  * <p>A list that summarizes each gateway.</p>
@@ -4873,12 +4111,6 @@ export interface ListGatewaysResponse {
4873
4111
  */
4874
4112
  nextToken?: string;
4875
4113
  }
4876
- export declare namespace ListGatewaysResponse {
4877
- /**
4878
- * @internal
4879
- */
4880
- const filterSensitiveLog: (obj: ListGatewaysResponse) => any;
4881
- }
4882
4114
  export interface ListPortalsRequest {
4883
4115
  /**
4884
4116
  * <p>The token to be used for the next set of paginated results.</p>
@@ -4890,12 +4122,6 @@ export interface ListPortalsRequest {
4890
4122
  */
4891
4123
  maxResults?: number;
4892
4124
  }
4893
- export declare namespace ListPortalsRequest {
4894
- /**
4895
- * @internal
4896
- */
4897
- const filterSensitiveLog: (obj: ListPortalsRequest) => any;
4898
- }
4899
4125
  /**
4900
4126
  * <p>Contains a portal summary.</p>
4901
4127
  */
@@ -4937,12 +4163,6 @@ export interface PortalSummary {
4937
4163
  */
4938
4164
  status: PortalStatus | undefined;
4939
4165
  }
4940
- export declare namespace PortalSummary {
4941
- /**
4942
- * @internal
4943
- */
4944
- const filterSensitiveLog: (obj: PortalSummary) => any;
4945
- }
4946
4166
  export interface ListPortalsResponse {
4947
4167
  /**
4948
4168
  * <p>A list that summarizes each portal.</p>
@@ -4953,12 +4173,6 @@ export interface ListPortalsResponse {
4953
4173
  */
4954
4174
  nextToken?: string;
4955
4175
  }
4956
- export declare namespace ListPortalsResponse {
4957
- /**
4958
- * @internal
4959
- */
4960
- const filterSensitiveLog: (obj: ListPortalsResponse) => any;
4961
- }
4962
4176
  export interface ListProjectAssetsRequest {
4963
4177
  /**
4964
4178
  * <p>The ID of the project.</p>
@@ -4974,12 +4188,6 @@ export interface ListProjectAssetsRequest {
4974
4188
  */
4975
4189
  maxResults?: number;
4976
4190
  }
4977
- export declare namespace ListProjectAssetsRequest {
4978
- /**
4979
- * @internal
4980
- */
4981
- const filterSensitiveLog: (obj: ListProjectAssetsRequest) => any;
4982
- }
4983
4191
  export interface ListProjectAssetsResponse {
4984
4192
  /**
4985
4193
  * <p>A list that contains the IDs of each asset associated with the project.</p>
@@ -4990,12 +4198,6 @@ export interface ListProjectAssetsResponse {
4990
4198
  */
4991
4199
  nextToken?: string;
4992
4200
  }
4993
- export declare namespace ListProjectAssetsResponse {
4994
- /**
4995
- * @internal
4996
- */
4997
- const filterSensitiveLog: (obj: ListProjectAssetsResponse) => any;
4998
- }
4999
4201
  export interface ListProjectsRequest {
5000
4202
  /**
5001
4203
  * <p>The ID of the portal.</p>
@@ -5011,12 +4213,6 @@ export interface ListProjectsRequest {
5011
4213
  */
5012
4214
  maxResults?: number;
5013
4215
  }
5014
- export declare namespace ListProjectsRequest {
5015
- /**
5016
- * @internal
5017
- */
5018
- const filterSensitiveLog: (obj: ListProjectsRequest) => any;
5019
- }
5020
4216
  /**
5021
4217
  * <p>Contains project summary information.</p>
5022
4218
  */
@@ -5042,12 +4238,6 @@ export interface ProjectSummary {
5042
4238
  */
5043
4239
  lastUpdateDate?: Date;
5044
4240
  }
5045
- export declare namespace ProjectSummary {
5046
- /**
5047
- * @internal
5048
- */
5049
- const filterSensitiveLog: (obj: ProjectSummary) => any;
5050
- }
5051
4241
  export interface ListProjectsResponse {
5052
4242
  /**
5053
4243
  * <p>A list that summarizes each project in the portal.</p>
@@ -5058,24 +4248,12 @@ export interface ListProjectsResponse {
5058
4248
  */
5059
4249
  nextToken?: string;
5060
4250
  }
5061
- export declare namespace ListProjectsResponse {
5062
- /**
5063
- * @internal
5064
- */
5065
- const filterSensitiveLog: (obj: ListProjectsResponse) => any;
5066
- }
5067
4251
  export interface ListTagsForResourceRequest {
5068
4252
  /**
5069
4253
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the resource.</p>
5070
4254
  */
5071
4255
  resourceArn: string | undefined;
5072
4256
  }
5073
- export declare namespace ListTagsForResourceRequest {
5074
- /**
5075
- * @internal
5076
- */
5077
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5078
- }
5079
4257
  export interface ListTagsForResourceResponse {
5080
4258
  /**
5081
4259
  * <p>The list of key-value pairs that contain metadata for the resource. For more information,
@@ -5084,12 +4262,6 @@ export interface ListTagsForResourceResponse {
5084
4262
  */
5085
4263
  tags?: Record<string, string>;
5086
4264
  }
5087
- export declare namespace ListTagsForResourceResponse {
5088
- /**
5089
- * @internal
5090
- */
5091
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5092
- }
5093
4265
  /**
5094
4266
  * <p>You are not authorized.</p>
5095
4267
  */
@@ -5140,12 +4312,6 @@ export interface ListTimeSeriesRequest {
5140
4312
  */
5141
4313
  timeSeriesType?: ListTimeSeriesType | string;
5142
4314
  }
5143
- export declare namespace ListTimeSeriesRequest {
5144
- /**
5145
- * @internal
5146
- */
5147
- const filterSensitiveLog: (obj: ListTimeSeriesRequest) => any;
5148
- }
5149
4315
  /**
5150
4316
  * <p>Contains a summary of a time series (data stream).</p>
5151
4317
  */
@@ -5188,12 +4354,6 @@ export interface TimeSeriesSummary {
5188
4354
  */
5189
4355
  timeSeriesLastUpdateDate: Date | undefined;
5190
4356
  }
5191
- export declare namespace TimeSeriesSummary {
5192
- /**
5193
- * @internal
5194
- */
5195
- const filterSensitiveLog: (obj: TimeSeriesSummary) => any;
5196
- }
5197
4357
  export interface ListTimeSeriesResponse {
5198
4358
  /**
5199
4359
  * <p>One or more time series summaries to list.</p>
@@ -5204,12 +4364,6 @@ export interface ListTimeSeriesResponse {
5204
4364
  */
5205
4365
  nextToken?: string;
5206
4366
  }
5207
- export declare namespace ListTimeSeriesResponse {
5208
- /**
5209
- * @internal
5210
- */
5211
- const filterSensitiveLog: (obj: ListTimeSeriesResponse) => any;
5212
- }
5213
4367
  export interface PutDefaultEncryptionConfigurationRequest {
5214
4368
  /**
5215
4369
  * <p>The type of encryption used for the encryption configuration.</p>
@@ -5221,12 +4375,6 @@ export interface PutDefaultEncryptionConfigurationRequest {
5221
4375
  */
5222
4376
  kmsKeyId?: string;
5223
4377
  }
5224
- export declare namespace PutDefaultEncryptionConfigurationRequest {
5225
- /**
5226
- * @internal
5227
- */
5228
- const filterSensitiveLog: (obj: PutDefaultEncryptionConfigurationRequest) => any;
5229
- }
5230
4378
  export interface PutDefaultEncryptionConfigurationResponse {
5231
4379
  /**
5232
4380
  * <p>The type of encryption used for the encryption configuration.</p>
@@ -5244,32 +4392,14 @@ export interface PutDefaultEncryptionConfigurationResponse {
5244
4392
  */
5245
4393
  configurationStatus: ConfigurationStatus | undefined;
5246
4394
  }
5247
- export declare namespace PutDefaultEncryptionConfigurationResponse {
5248
- /**
5249
- * @internal
5250
- */
5251
- const filterSensitiveLog: (obj: PutDefaultEncryptionConfigurationResponse) => any;
5252
- }
5253
4395
  export interface PutLoggingOptionsRequest {
5254
4396
  /**
5255
4397
  * <p>The logging options to set.</p>
5256
4398
  */
5257
4399
  loggingOptions: LoggingOptions | undefined;
5258
4400
  }
5259
- export declare namespace PutLoggingOptionsRequest {
5260
- /**
5261
- * @internal
5262
- */
5263
- const filterSensitiveLog: (obj: PutLoggingOptionsRequest) => any;
5264
- }
5265
4401
  export interface PutLoggingOptionsResponse {
5266
4402
  }
5267
- export declare namespace PutLoggingOptionsResponse {
5268
- /**
5269
- * @internal
5270
- */
5271
- const filterSensitiveLog: (obj: PutLoggingOptionsResponse) => any;
5272
- }
5273
4403
  export interface PutStorageConfigurationRequest {
5274
4404
  /**
5275
4405
  * <p>The storage tier that you specified for your data.
@@ -5318,12 +4448,6 @@ export interface PutStorageConfigurationRequest {
5318
4448
  */
5319
4449
  retentionPeriod?: RetentionPeriod;
5320
4450
  }
5321
- export declare namespace PutStorageConfigurationRequest {
5322
- /**
5323
- * @internal
5324
- */
5325
- const filterSensitiveLog: (obj: PutStorageConfigurationRequest) => any;
5326
- }
5327
4451
  export interface PutStorageConfigurationResponse {
5328
4452
  /**
5329
4453
  * <p>The storage tier that you specified for your data.
@@ -5375,12 +4499,6 @@ export interface PutStorageConfigurationResponse {
5375
4499
  */
5376
4500
  configurationStatus: ConfigurationStatus | undefined;
5377
4501
  }
5378
- export declare namespace PutStorageConfigurationResponse {
5379
- /**
5380
- * @internal
5381
- */
5382
- const filterSensitiveLog: (obj: PutStorageConfigurationResponse) => any;
5383
- }
5384
4502
  export interface TagResourceRequest {
5385
4503
  /**
5386
4504
  * <p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the resource to tag.</p>
@@ -5393,20 +4511,8 @@ export interface TagResourceRequest {
5393
4511
  */
5394
4512
  tags: Record<string, string> | undefined;
5395
4513
  }
5396
- export declare namespace TagResourceRequest {
5397
- /**
5398
- * @internal
5399
- */
5400
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
5401
- }
5402
4514
  export interface TagResourceResponse {
5403
4515
  }
5404
- export declare namespace TagResourceResponse {
5405
- /**
5406
- * @internal
5407
- */
5408
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
5409
- }
5410
4516
  /**
5411
4517
  * <p>You've reached the limit for the number of tags allowed for a resource. For more
5412
4518
  * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html#tag-conventions">Tag naming limits and
@@ -5434,20 +4540,8 @@ export interface UntagResourceRequest {
5434
4540
  */
5435
4541
  tagKeys: string[] | undefined;
5436
4542
  }
5437
- export declare namespace UntagResourceRequest {
5438
- /**
5439
- * @internal
5440
- */
5441
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
5442
- }
5443
4543
  export interface UntagResourceResponse {
5444
4544
  }
5445
- export declare namespace UntagResourceResponse {
5446
- /**
5447
- * @internal
5448
- */
5449
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
5450
- }
5451
4545
  export interface UpdateAccessPolicyRequest {
5452
4546
  /**
5453
4547
  * <p>The ID of the access policy.</p>
@@ -5470,20 +4564,8 @@ export interface UpdateAccessPolicyRequest {
5470
4564
  */
5471
4565
  clientToken?: string;
5472
4566
  }
5473
- export declare namespace UpdateAccessPolicyRequest {
5474
- /**
5475
- * @internal
5476
- */
5477
- const filterSensitiveLog: (obj: UpdateAccessPolicyRequest) => any;
5478
- }
5479
4567
  export interface UpdateAccessPolicyResponse {
5480
4568
  }
5481
- export declare namespace UpdateAccessPolicyResponse {
5482
- /**
5483
- * @internal
5484
- */
5485
- const filterSensitiveLog: (obj: UpdateAccessPolicyResponse) => any;
5486
- }
5487
4569
  export interface UpdateAssetRequest {
5488
4570
  /**
5489
4571
  * <p>The ID of the asset to update.</p>
@@ -5502,12 +4584,6 @@ export interface UpdateAssetRequest {
5502
4584
  */
5503
4585
  assetDescription?: string;
5504
4586
  }
5505
- export declare namespace UpdateAssetRequest {
5506
- /**
5507
- * @internal
5508
- */
5509
- const filterSensitiveLog: (obj: UpdateAssetRequest) => any;
5510
- }
5511
4587
  export interface UpdateAssetResponse {
5512
4588
  /**
5513
4589
  * <p>The status of the asset, which contains a state (<code>UPDATING</code> after successfully
@@ -5515,12 +4591,6 @@ export interface UpdateAssetResponse {
5515
4591
  */
5516
4592
  assetStatus: AssetStatus | undefined;
5517
4593
  }
5518
- export declare namespace UpdateAssetResponse {
5519
- /**
5520
- * @internal
5521
- */
5522
- const filterSensitiveLog: (obj: UpdateAssetResponse) => any;
5523
- }
5524
4594
  export interface UpdateAssetModelRequest {
5525
4595
  /**
5526
4596
  * <p>The ID of the asset model to update.</p>
@@ -5561,12 +4631,6 @@ export interface UpdateAssetModelRequest {
5561
4631
  */
5562
4632
  clientToken?: string;
5563
4633
  }
5564
- export declare namespace UpdateAssetModelRequest {
5565
- /**
5566
- * @internal
5567
- */
5568
- const filterSensitiveLog: (obj: UpdateAssetModelRequest) => any;
5569
- }
5570
4634
  export interface UpdateAssetModelResponse {
5571
4635
  /**
5572
4636
  * <p>The status of the asset model, which contains a state (<code>UPDATING</code> after
@@ -5574,12 +4638,6 @@ export interface UpdateAssetModelResponse {
5574
4638
  */
5575
4639
  assetModelStatus: AssetModelStatus | undefined;
5576
4640
  }
5577
- export declare namespace UpdateAssetModelResponse {
5578
- /**
5579
- * @internal
5580
- */
5581
- const filterSensitiveLog: (obj: UpdateAssetModelResponse) => any;
5582
- }
5583
4641
  export interface UpdateAssetPropertyRequest {
5584
4642
  /**
5585
4643
  * <p>The ID of the asset to be updated.</p>
@@ -5609,12 +4667,6 @@ export interface UpdateAssetPropertyRequest {
5609
4667
  */
5610
4668
  clientToken?: string;
5611
4669
  }
5612
- export declare namespace UpdateAssetPropertyRequest {
5613
- /**
5614
- * @internal
5615
- */
5616
- const filterSensitiveLog: (obj: UpdateAssetPropertyRequest) => any;
5617
- }
5618
4670
  export interface UpdateDashboardRequest {
5619
4671
  /**
5620
4672
  * <p>The ID of the dashboard to update.</p>
@@ -5638,20 +4690,8 @@ export interface UpdateDashboardRequest {
5638
4690
  */
5639
4691
  clientToken?: string;
5640
4692
  }
5641
- export declare namespace UpdateDashboardRequest {
5642
- /**
5643
- * @internal
5644
- */
5645
- const filterSensitiveLog: (obj: UpdateDashboardRequest) => any;
5646
- }
5647
4693
  export interface UpdateDashboardResponse {
5648
4694
  }
5649
- export declare namespace UpdateDashboardResponse {
5650
- /**
5651
- * @internal
5652
- */
5653
- const filterSensitiveLog: (obj: UpdateDashboardResponse) => any;
5654
- }
5655
4695
  export interface UpdateGatewayRequest {
5656
4696
  /**
5657
4697
  * <p>The ID of the gateway to update.</p>
@@ -5662,12 +4702,6 @@ export interface UpdateGatewayRequest {
5662
4702
  */
5663
4703
  gatewayName: string | undefined;
5664
4704
  }
5665
- export declare namespace UpdateGatewayRequest {
5666
- /**
5667
- * @internal
5668
- */
5669
- const filterSensitiveLog: (obj: UpdateGatewayRequest) => any;
5670
- }
5671
4705
  export interface UpdateGatewayCapabilityConfigurationRequest {
5672
4706
  /**
5673
4707
  * <p>The ID of the gateway to be updated.</p>
@@ -5687,12 +4721,6 @@ export interface UpdateGatewayCapabilityConfigurationRequest {
5687
4721
  */
5688
4722
  capabilityConfiguration: string | undefined;
5689
4723
  }
5690
- export declare namespace UpdateGatewayCapabilityConfigurationRequest {
5691
- /**
5692
- * @internal
5693
- */
5694
- const filterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationRequest) => any;
5695
- }
5696
4724
  export interface UpdateGatewayCapabilityConfigurationResponse {
5697
4725
  /**
5698
4726
  * <p>The namespace of the gateway capability.</p>
@@ -5719,12 +4747,6 @@ export interface UpdateGatewayCapabilityConfigurationResponse {
5719
4747
  */
5720
4748
  capabilitySyncStatus: CapabilitySyncStatus | string | undefined;
5721
4749
  }
5722
- export declare namespace UpdateGatewayCapabilityConfigurationResponse {
5723
- /**
5724
- * @internal
5725
- */
5726
- const filterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationResponse) => any;
5727
- }
5728
4750
  /**
5729
4751
  * <p>Contains an image that is one of the following:</p>
5730
4752
  * <ul>
@@ -5746,12 +4768,6 @@ export interface Image {
5746
4768
  */
5747
4769
  file?: ImageFile;
5748
4770
  }
5749
- export declare namespace Image {
5750
- /**
5751
- * @internal
5752
- */
5753
- const filterSensitiveLog: (obj: Image) => any;
5754
- }
5755
4771
  export interface UpdatePortalRequest {
5756
4772
  /**
5757
4773
  * <p>The ID of the portal to update.</p>
@@ -5802,12 +4818,6 @@ export interface UpdatePortalRequest {
5802
4818
  */
5803
4819
  alarms?: Alarms;
5804
4820
  }
5805
- export declare namespace UpdatePortalRequest {
5806
- /**
5807
- * @internal
5808
- */
5809
- const filterSensitiveLog: (obj: UpdatePortalRequest) => any;
5810
- }
5811
4821
  export interface UpdatePortalResponse {
5812
4822
  /**
5813
4823
  * <p>The status of the portal, which contains a state (<code>UPDATING</code> after successfully
@@ -5815,12 +4825,6 @@ export interface UpdatePortalResponse {
5815
4825
  */
5816
4826
  portalStatus: PortalStatus | undefined;
5817
4827
  }
5818
- export declare namespace UpdatePortalResponse {
5819
- /**
5820
- * @internal
5821
- */
5822
- const filterSensitiveLog: (obj: UpdatePortalResponse) => any;
5823
- }
5824
4828
  export interface UpdateProjectRequest {
5825
4829
  /**
5826
4830
  * <p>The ID of the project to update.</p>
@@ -5839,17 +4843,921 @@ export interface UpdateProjectRequest {
5839
4843
  */
5840
4844
  clientToken?: string;
5841
4845
  }
5842
- export declare namespace UpdateProjectRequest {
5843
- /**
5844
- * @internal
5845
- */
5846
- const filterSensitiveLog: (obj: UpdateProjectRequest) => any;
5847
- }
5848
4846
  export interface UpdateProjectResponse {
5849
4847
  }
5850
- export declare namespace UpdateProjectResponse {
5851
- /**
5852
- * @internal
5853
- */
5854
- const filterSensitiveLog: (obj: UpdateProjectResponse) => any;
5855
- }
4848
+ /**
4849
+ * @internal
4850
+ */
4851
+ export declare const GroupIdentityFilterSensitiveLog: (obj: GroupIdentity) => any;
4852
+ /**
4853
+ * @internal
4854
+ */
4855
+ export declare const IAMRoleIdentityFilterSensitiveLog: (obj: IAMRoleIdentity) => any;
4856
+ /**
4857
+ * @internal
4858
+ */
4859
+ export declare const IAMUserIdentityFilterSensitiveLog: (obj: IAMUserIdentity) => any;
4860
+ /**
4861
+ * @internal
4862
+ */
4863
+ export declare const UserIdentityFilterSensitiveLog: (obj: UserIdentity) => any;
4864
+ /**
4865
+ * @internal
4866
+ */
4867
+ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
4868
+ /**
4869
+ * @internal
4870
+ */
4871
+ export declare const PortalResourceFilterSensitiveLog: (obj: PortalResource) => any;
4872
+ /**
4873
+ * @internal
4874
+ */
4875
+ export declare const ProjectResourceFilterSensitiveLog: (obj: ProjectResource) => any;
4876
+ /**
4877
+ * @internal
4878
+ */
4879
+ export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
4880
+ /**
4881
+ * @internal
4882
+ */
4883
+ export declare const AccessPolicySummaryFilterSensitiveLog: (obj: AccessPolicySummary) => any;
4884
+ /**
4885
+ * @internal
4886
+ */
4887
+ export declare const AggregatesFilterSensitiveLog: (obj: Aggregates) => any;
4888
+ /**
4889
+ * @internal
4890
+ */
4891
+ export declare const AggregatedValueFilterSensitiveLog: (obj: AggregatedValue) => any;
4892
+ /**
4893
+ * @internal
4894
+ */
4895
+ export declare const AlarmsFilterSensitiveLog: (obj: Alarms) => any;
4896
+ /**
4897
+ * @internal
4898
+ */
4899
+ export declare const PropertyNotificationFilterSensitiveLog: (obj: PropertyNotification) => any;
4900
+ /**
4901
+ * @internal
4902
+ */
4903
+ export declare const AssetPropertyFilterSensitiveLog: (obj: AssetProperty) => any;
4904
+ /**
4905
+ * @internal
4906
+ */
4907
+ export declare const AssetCompositeModelFilterSensitiveLog: (obj: AssetCompositeModel) => any;
4908
+ /**
4909
+ * @internal
4910
+ */
4911
+ export declare const AssetErrorDetailsFilterSensitiveLog: (obj: AssetErrorDetails) => any;
4912
+ /**
4913
+ * @internal
4914
+ */
4915
+ export declare const AssetHierarchyFilterSensitiveLog: (obj: AssetHierarchy) => any;
4916
+ /**
4917
+ * @internal
4918
+ */
4919
+ export declare const AssetHierarchyInfoFilterSensitiveLog: (obj: AssetHierarchyInfo) => any;
4920
+ /**
4921
+ * @internal
4922
+ */
4923
+ export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
4924
+ /**
4925
+ * @internal
4926
+ */
4927
+ export declare const ForwardingConfigFilterSensitiveLog: (obj: ForwardingConfig) => any;
4928
+ /**
4929
+ * @internal
4930
+ */
4931
+ export declare const MeasurementProcessingConfigFilterSensitiveLog: (obj: MeasurementProcessingConfig) => any;
4932
+ /**
4933
+ * @internal
4934
+ */
4935
+ export declare const MeasurementFilterSensitiveLog: (obj: Measurement) => any;
4936
+ /**
4937
+ * @internal
4938
+ */
4939
+ export declare const MetricProcessingConfigFilterSensitiveLog: (obj: MetricProcessingConfig) => any;
4940
+ /**
4941
+ * @internal
4942
+ */
4943
+ export declare const VariableValueFilterSensitiveLog: (obj: VariableValue) => any;
4944
+ /**
4945
+ * @internal
4946
+ */
4947
+ export declare const ExpressionVariableFilterSensitiveLog: (obj: ExpressionVariable) => any;
4948
+ /**
4949
+ * @internal
4950
+ */
4951
+ export declare const TumblingWindowFilterSensitiveLog: (obj: TumblingWindow) => any;
4952
+ /**
4953
+ * @internal
4954
+ */
4955
+ export declare const MetricWindowFilterSensitiveLog: (obj: MetricWindow) => any;
4956
+ /**
4957
+ * @internal
4958
+ */
4959
+ export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
4960
+ /**
4961
+ * @internal
4962
+ */
4963
+ export declare const TransformProcessingConfigFilterSensitiveLog: (obj: TransformProcessingConfig) => any;
4964
+ /**
4965
+ * @internal
4966
+ */
4967
+ export declare const TransformFilterSensitiveLog: (obj: Transform) => any;
4968
+ /**
4969
+ * @internal
4970
+ */
4971
+ export declare const PropertyTypeFilterSensitiveLog: (obj: PropertyType) => any;
4972
+ /**
4973
+ * @internal
4974
+ */
4975
+ export declare const AssetModelPropertyFilterSensitiveLog: (obj: AssetModelProperty) => any;
4976
+ /**
4977
+ * @internal
4978
+ */
4979
+ export declare const AssetModelCompositeModelFilterSensitiveLog: (obj: AssetModelCompositeModel) => any;
4980
+ /**
4981
+ * @internal
4982
+ */
4983
+ export declare const AssetModelPropertyDefinitionFilterSensitiveLog: (obj: AssetModelPropertyDefinition) => any;
4984
+ /**
4985
+ * @internal
4986
+ */
4987
+ export declare const AssetModelCompositeModelDefinitionFilterSensitiveLog: (obj: AssetModelCompositeModelDefinition) => any;
4988
+ /**
4989
+ * @internal
4990
+ */
4991
+ export declare const AssetModelHierarchyFilterSensitiveLog: (obj: AssetModelHierarchy) => any;
4992
+ /**
4993
+ * @internal
4994
+ */
4995
+ export declare const AssetModelHierarchyDefinitionFilterSensitiveLog: (obj: AssetModelHierarchyDefinition) => any;
4996
+ /**
4997
+ * @internal
4998
+ */
4999
+ export declare const DetailedErrorFilterSensitiveLog: (obj: DetailedError) => any;
5000
+ /**
5001
+ * @internal
5002
+ */
5003
+ export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
5004
+ /**
5005
+ * @internal
5006
+ */
5007
+ export declare const AssetModelStatusFilterSensitiveLog: (obj: AssetModelStatus) => any;
5008
+ /**
5009
+ * @internal
5010
+ */
5011
+ export declare const AssetModelSummaryFilterSensitiveLog: (obj: AssetModelSummary) => any;
5012
+ /**
5013
+ * @internal
5014
+ */
5015
+ export declare const TimeInNanosFilterSensitiveLog: (obj: TimeInNanos) => any;
5016
+ /**
5017
+ * @internal
5018
+ */
5019
+ export declare const VariantFilterSensitiveLog: (obj: Variant) => any;
5020
+ /**
5021
+ * @internal
5022
+ */
5023
+ export declare const AssetPropertyValueFilterSensitiveLog: (obj: AssetPropertyValue) => any;
5024
+ /**
5025
+ * @internal
5026
+ */
5027
+ export declare const AssetRelationshipSummaryFilterSensitiveLog: (obj: AssetRelationshipSummary) => any;
5028
+ /**
5029
+ * @internal
5030
+ */
5031
+ export declare const AssetStatusFilterSensitiveLog: (obj: AssetStatus) => any;
5032
+ /**
5033
+ * @internal
5034
+ */
5035
+ export declare const AssetSummaryFilterSensitiveLog: (obj: AssetSummary) => any;
5036
+ /**
5037
+ * @internal
5038
+ */
5039
+ export declare const AssociateAssetsRequestFilterSensitiveLog: (obj: AssociateAssetsRequest) => any;
5040
+ /**
5041
+ * @internal
5042
+ */
5043
+ export declare const AssociatedAssetsSummaryFilterSensitiveLog: (obj: AssociatedAssetsSummary) => any;
5044
+ /**
5045
+ * @internal
5046
+ */
5047
+ export declare const AssociateTimeSeriesToAssetPropertyRequestFilterSensitiveLog: (obj: AssociateTimeSeriesToAssetPropertyRequest) => any;
5048
+ /**
5049
+ * @internal
5050
+ */
5051
+ export declare const BatchAssociateProjectAssetsRequestFilterSensitiveLog: (obj: BatchAssociateProjectAssetsRequest) => any;
5052
+ /**
5053
+ * @internal
5054
+ */
5055
+ export declare const BatchAssociateProjectAssetsResponseFilterSensitiveLog: (obj: BatchAssociateProjectAssetsResponse) => any;
5056
+ /**
5057
+ * @internal
5058
+ */
5059
+ export declare const BatchDisassociateProjectAssetsRequestFilterSensitiveLog: (obj: BatchDisassociateProjectAssetsRequest) => any;
5060
+ /**
5061
+ * @internal
5062
+ */
5063
+ export declare const BatchDisassociateProjectAssetsResponseFilterSensitiveLog: (obj: BatchDisassociateProjectAssetsResponse) => any;
5064
+ /**
5065
+ * @internal
5066
+ */
5067
+ export declare const BatchGetAssetPropertyAggregatesEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesEntry) => any;
5068
+ /**
5069
+ * @internal
5070
+ */
5071
+ export declare const BatchGetAssetPropertyAggregatesRequestFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesRequest) => any;
5072
+ /**
5073
+ * @internal
5074
+ */
5075
+ export declare const BatchGetAssetPropertyAggregatesErrorEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorEntry) => any;
5076
+ /**
5077
+ * @internal
5078
+ */
5079
+ export declare const BatchGetAssetPropertyAggregatesErrorInfoFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesErrorInfo) => any;
5080
+ /**
5081
+ * @internal
5082
+ */
5083
+ export declare const BatchGetAssetPropertyAggregatesSkippedEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSkippedEntry) => any;
5084
+ /**
5085
+ * @internal
5086
+ */
5087
+ export declare const BatchGetAssetPropertyAggregatesSuccessEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesSuccessEntry) => any;
5088
+ /**
5089
+ * @internal
5090
+ */
5091
+ export declare const BatchGetAssetPropertyAggregatesResponseFilterSensitiveLog: (obj: BatchGetAssetPropertyAggregatesResponse) => any;
5092
+ /**
5093
+ * @internal
5094
+ */
5095
+ export declare const BatchGetAssetPropertyValueEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueEntry) => any;
5096
+ /**
5097
+ * @internal
5098
+ */
5099
+ export declare const BatchGetAssetPropertyValueRequestFilterSensitiveLog: (obj: BatchGetAssetPropertyValueRequest) => any;
5100
+ /**
5101
+ * @internal
5102
+ */
5103
+ export declare const BatchGetAssetPropertyValueErrorEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorEntry) => any;
5104
+ /**
5105
+ * @internal
5106
+ */
5107
+ export declare const BatchGetAssetPropertyValueErrorInfoFilterSensitiveLog: (obj: BatchGetAssetPropertyValueErrorInfo) => any;
5108
+ /**
5109
+ * @internal
5110
+ */
5111
+ export declare const BatchGetAssetPropertyValueSkippedEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueSkippedEntry) => any;
5112
+ /**
5113
+ * @internal
5114
+ */
5115
+ export declare const BatchGetAssetPropertyValueSuccessEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueSuccessEntry) => any;
5116
+ /**
5117
+ * @internal
5118
+ */
5119
+ export declare const BatchGetAssetPropertyValueResponseFilterSensitiveLog: (obj: BatchGetAssetPropertyValueResponse) => any;
5120
+ /**
5121
+ * @internal
5122
+ */
5123
+ export declare const BatchGetAssetPropertyValueHistoryEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryEntry) => any;
5124
+ /**
5125
+ * @internal
5126
+ */
5127
+ export declare const BatchGetAssetPropertyValueHistoryRequestFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryRequest) => any;
5128
+ /**
5129
+ * @internal
5130
+ */
5131
+ export declare const BatchGetAssetPropertyValueHistoryErrorEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorEntry) => any;
5132
+ /**
5133
+ * @internal
5134
+ */
5135
+ export declare const BatchGetAssetPropertyValueHistoryErrorInfoFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryErrorInfo) => any;
5136
+ /**
5137
+ * @internal
5138
+ */
5139
+ export declare const BatchGetAssetPropertyValueHistorySkippedEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySkippedEntry) => any;
5140
+ /**
5141
+ * @internal
5142
+ */
5143
+ export declare const BatchGetAssetPropertyValueHistorySuccessEntryFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistorySuccessEntry) => any;
5144
+ /**
5145
+ * @internal
5146
+ */
5147
+ export declare const BatchGetAssetPropertyValueHistoryResponseFilterSensitiveLog: (obj: BatchGetAssetPropertyValueHistoryResponse) => any;
5148
+ /**
5149
+ * @internal
5150
+ */
5151
+ export declare const PutAssetPropertyValueEntryFilterSensitiveLog: (obj: PutAssetPropertyValueEntry) => any;
5152
+ /**
5153
+ * @internal
5154
+ */
5155
+ export declare const BatchPutAssetPropertyValueRequestFilterSensitiveLog: (obj: BatchPutAssetPropertyValueRequest) => any;
5156
+ /**
5157
+ * @internal
5158
+ */
5159
+ export declare const BatchPutAssetPropertyErrorFilterSensitiveLog: (obj: BatchPutAssetPropertyError) => any;
5160
+ /**
5161
+ * @internal
5162
+ */
5163
+ export declare const BatchPutAssetPropertyErrorEntryFilterSensitiveLog: (obj: BatchPutAssetPropertyErrorEntry) => any;
5164
+ /**
5165
+ * @internal
5166
+ */
5167
+ export declare const BatchPutAssetPropertyValueResponseFilterSensitiveLog: (obj: BatchPutAssetPropertyValueResponse) => any;
5168
+ /**
5169
+ * @internal
5170
+ */
5171
+ export declare const CreateAccessPolicyRequestFilterSensitiveLog: (obj: CreateAccessPolicyRequest) => any;
5172
+ /**
5173
+ * @internal
5174
+ */
5175
+ export declare const CreateAccessPolicyResponseFilterSensitiveLog: (obj: CreateAccessPolicyResponse) => any;
5176
+ /**
5177
+ * @internal
5178
+ */
5179
+ export declare const CreateAssetRequestFilterSensitiveLog: (obj: CreateAssetRequest) => any;
5180
+ /**
5181
+ * @internal
5182
+ */
5183
+ export declare const CreateAssetResponseFilterSensitiveLog: (obj: CreateAssetResponse) => any;
5184
+ /**
5185
+ * @internal
5186
+ */
5187
+ export declare const CreateAssetModelRequestFilterSensitiveLog: (obj: CreateAssetModelRequest) => any;
5188
+ /**
5189
+ * @internal
5190
+ */
5191
+ export declare const CreateAssetModelResponseFilterSensitiveLog: (obj: CreateAssetModelResponse) => any;
5192
+ /**
5193
+ * @internal
5194
+ */
5195
+ export declare const ErrorReportLocationFilterSensitiveLog: (obj: ErrorReportLocation) => any;
5196
+ /**
5197
+ * @internal
5198
+ */
5199
+ export declare const FileFilterSensitiveLog: (obj: File) => any;
5200
+ /**
5201
+ * @internal
5202
+ */
5203
+ export declare const CsvFilterSensitiveLog: (obj: Csv) => any;
5204
+ /**
5205
+ * @internal
5206
+ */
5207
+ export declare const FileFormatFilterSensitiveLog: (obj: FileFormat) => any;
5208
+ /**
5209
+ * @internal
5210
+ */
5211
+ export declare const JobConfigurationFilterSensitiveLog: (obj: JobConfiguration) => any;
5212
+ /**
5213
+ * @internal
5214
+ */
5215
+ export declare const CreateBulkImportJobRequestFilterSensitiveLog: (obj: CreateBulkImportJobRequest) => any;
5216
+ /**
5217
+ * @internal
5218
+ */
5219
+ export declare const CreateBulkImportJobResponseFilterSensitiveLog: (obj: CreateBulkImportJobResponse) => any;
5220
+ /**
5221
+ * @internal
5222
+ */
5223
+ export declare const CreateDashboardRequestFilterSensitiveLog: (obj: CreateDashboardRequest) => any;
5224
+ /**
5225
+ * @internal
5226
+ */
5227
+ export declare const CreateDashboardResponseFilterSensitiveLog: (obj: CreateDashboardResponse) => any;
5228
+ /**
5229
+ * @internal
5230
+ */
5231
+ export declare const GreengrassFilterSensitiveLog: (obj: Greengrass) => any;
5232
+ /**
5233
+ * @internal
5234
+ */
5235
+ export declare const GreengrassV2FilterSensitiveLog: (obj: GreengrassV2) => any;
5236
+ /**
5237
+ * @internal
5238
+ */
5239
+ export declare const GatewayPlatformFilterSensitiveLog: (obj: GatewayPlatform) => any;
5240
+ /**
5241
+ * @internal
5242
+ */
5243
+ export declare const CreateGatewayRequestFilterSensitiveLog: (obj: CreateGatewayRequest) => any;
5244
+ /**
5245
+ * @internal
5246
+ */
5247
+ export declare const CreateGatewayResponseFilterSensitiveLog: (obj: CreateGatewayResponse) => any;
5248
+ /**
5249
+ * @internal
5250
+ */
5251
+ export declare const ImageFileFilterSensitiveLog: (obj: ImageFile) => any;
5252
+ /**
5253
+ * @internal
5254
+ */
5255
+ export declare const CreatePortalRequestFilterSensitiveLog: (obj: CreatePortalRequest) => any;
5256
+ /**
5257
+ * @internal
5258
+ */
5259
+ export declare const MonitorErrorDetailsFilterSensitiveLog: (obj: MonitorErrorDetails) => any;
5260
+ /**
5261
+ * @internal
5262
+ */
5263
+ export declare const PortalStatusFilterSensitiveLog: (obj: PortalStatus) => any;
5264
+ /**
5265
+ * @internal
5266
+ */
5267
+ export declare const CreatePortalResponseFilterSensitiveLog: (obj: CreatePortalResponse) => any;
5268
+ /**
5269
+ * @internal
5270
+ */
5271
+ export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
5272
+ /**
5273
+ * @internal
5274
+ */
5275
+ export declare const CreateProjectResponseFilterSensitiveLog: (obj: CreateProjectResponse) => any;
5276
+ /**
5277
+ * @internal
5278
+ */
5279
+ export declare const DeleteAccessPolicyRequestFilterSensitiveLog: (obj: DeleteAccessPolicyRequest) => any;
5280
+ /**
5281
+ * @internal
5282
+ */
5283
+ export declare const DeleteAccessPolicyResponseFilterSensitiveLog: (obj: DeleteAccessPolicyResponse) => any;
5284
+ /**
5285
+ * @internal
5286
+ */
5287
+ export declare const DeleteAssetRequestFilterSensitiveLog: (obj: DeleteAssetRequest) => any;
5288
+ /**
5289
+ * @internal
5290
+ */
5291
+ export declare const DeleteAssetResponseFilterSensitiveLog: (obj: DeleteAssetResponse) => any;
5292
+ /**
5293
+ * @internal
5294
+ */
5295
+ export declare const DeleteAssetModelRequestFilterSensitiveLog: (obj: DeleteAssetModelRequest) => any;
5296
+ /**
5297
+ * @internal
5298
+ */
5299
+ export declare const DeleteAssetModelResponseFilterSensitiveLog: (obj: DeleteAssetModelResponse) => any;
5300
+ /**
5301
+ * @internal
5302
+ */
5303
+ export declare const DeleteDashboardRequestFilterSensitiveLog: (obj: DeleteDashboardRequest) => any;
5304
+ /**
5305
+ * @internal
5306
+ */
5307
+ export declare const DeleteDashboardResponseFilterSensitiveLog: (obj: DeleteDashboardResponse) => any;
5308
+ /**
5309
+ * @internal
5310
+ */
5311
+ export declare const DeleteGatewayRequestFilterSensitiveLog: (obj: DeleteGatewayRequest) => any;
5312
+ /**
5313
+ * @internal
5314
+ */
5315
+ export declare const DeletePortalRequestFilterSensitiveLog: (obj: DeletePortalRequest) => any;
5316
+ /**
5317
+ * @internal
5318
+ */
5319
+ export declare const DeletePortalResponseFilterSensitiveLog: (obj: DeletePortalResponse) => any;
5320
+ /**
5321
+ * @internal
5322
+ */
5323
+ export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
5324
+ /**
5325
+ * @internal
5326
+ */
5327
+ export declare const DeleteProjectResponseFilterSensitiveLog: (obj: DeleteProjectResponse) => any;
5328
+ /**
5329
+ * @internal
5330
+ */
5331
+ export declare const DeleteTimeSeriesRequestFilterSensitiveLog: (obj: DeleteTimeSeriesRequest) => any;
5332
+ /**
5333
+ * @internal
5334
+ */
5335
+ export declare const DescribeAccessPolicyRequestFilterSensitiveLog: (obj: DescribeAccessPolicyRequest) => any;
5336
+ /**
5337
+ * @internal
5338
+ */
5339
+ export declare const DescribeAccessPolicyResponseFilterSensitiveLog: (obj: DescribeAccessPolicyResponse) => any;
5340
+ /**
5341
+ * @internal
5342
+ */
5343
+ export declare const DescribeAssetRequestFilterSensitiveLog: (obj: DescribeAssetRequest) => any;
5344
+ /**
5345
+ * @internal
5346
+ */
5347
+ export declare const DescribeAssetResponseFilterSensitiveLog: (obj: DescribeAssetResponse) => any;
5348
+ /**
5349
+ * @internal
5350
+ */
5351
+ export declare const DescribeAssetModelRequestFilterSensitiveLog: (obj: DescribeAssetModelRequest) => any;
5352
+ /**
5353
+ * @internal
5354
+ */
5355
+ export declare const DescribeAssetModelResponseFilterSensitiveLog: (obj: DescribeAssetModelResponse) => any;
5356
+ /**
5357
+ * @internal
5358
+ */
5359
+ export declare const DescribeAssetPropertyRequestFilterSensitiveLog: (obj: DescribeAssetPropertyRequest) => any;
5360
+ /**
5361
+ * @internal
5362
+ */
5363
+ export declare const PropertyFilterSensitiveLog: (obj: Property) => any;
5364
+ /**
5365
+ * @internal
5366
+ */
5367
+ export declare const CompositeModelPropertyFilterSensitiveLog: (obj: CompositeModelProperty) => any;
5368
+ /**
5369
+ * @internal
5370
+ */
5371
+ export declare const DescribeAssetPropertyResponseFilterSensitiveLog: (obj: DescribeAssetPropertyResponse) => any;
5372
+ /**
5373
+ * @internal
5374
+ */
5375
+ export declare const DescribeBulkImportJobRequestFilterSensitiveLog: (obj: DescribeBulkImportJobRequest) => any;
5376
+ /**
5377
+ * @internal
5378
+ */
5379
+ export declare const DescribeBulkImportJobResponseFilterSensitiveLog: (obj: DescribeBulkImportJobResponse) => any;
5380
+ /**
5381
+ * @internal
5382
+ */
5383
+ export declare const DescribeDashboardRequestFilterSensitiveLog: (obj: DescribeDashboardRequest) => any;
5384
+ /**
5385
+ * @internal
5386
+ */
5387
+ export declare const DescribeDashboardResponseFilterSensitiveLog: (obj: DescribeDashboardResponse) => any;
5388
+ /**
5389
+ * @internal
5390
+ */
5391
+ export declare const DescribeDefaultEncryptionConfigurationRequestFilterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationRequest) => any;
5392
+ /**
5393
+ * @internal
5394
+ */
5395
+ export declare const ConfigurationErrorDetailsFilterSensitiveLog: (obj: ConfigurationErrorDetails) => any;
5396
+ /**
5397
+ * @internal
5398
+ */
5399
+ export declare const ConfigurationStatusFilterSensitiveLog: (obj: ConfigurationStatus) => any;
5400
+ /**
5401
+ * @internal
5402
+ */
5403
+ export declare const DescribeDefaultEncryptionConfigurationResponseFilterSensitiveLog: (obj: DescribeDefaultEncryptionConfigurationResponse) => any;
5404
+ /**
5405
+ * @internal
5406
+ */
5407
+ export declare const DescribeGatewayRequestFilterSensitiveLog: (obj: DescribeGatewayRequest) => any;
5408
+ /**
5409
+ * @internal
5410
+ */
5411
+ export declare const GatewayCapabilitySummaryFilterSensitiveLog: (obj: GatewayCapabilitySummary) => any;
5412
+ /**
5413
+ * @internal
5414
+ */
5415
+ export declare const DescribeGatewayResponseFilterSensitiveLog: (obj: DescribeGatewayResponse) => any;
5416
+ /**
5417
+ * @internal
5418
+ */
5419
+ export declare const DescribeGatewayCapabilityConfigurationRequestFilterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationRequest) => any;
5420
+ /**
5421
+ * @internal
5422
+ */
5423
+ export declare const DescribeGatewayCapabilityConfigurationResponseFilterSensitiveLog: (obj: DescribeGatewayCapabilityConfigurationResponse) => any;
5424
+ /**
5425
+ * @internal
5426
+ */
5427
+ export declare const DescribeLoggingOptionsRequestFilterSensitiveLog: (obj: DescribeLoggingOptionsRequest) => any;
5428
+ /**
5429
+ * @internal
5430
+ */
5431
+ export declare const LoggingOptionsFilterSensitiveLog: (obj: LoggingOptions) => any;
5432
+ /**
5433
+ * @internal
5434
+ */
5435
+ export declare const DescribeLoggingOptionsResponseFilterSensitiveLog: (obj: DescribeLoggingOptionsResponse) => any;
5436
+ /**
5437
+ * @internal
5438
+ */
5439
+ export declare const DescribePortalRequestFilterSensitiveLog: (obj: DescribePortalRequest) => any;
5440
+ /**
5441
+ * @internal
5442
+ */
5443
+ export declare const ImageLocationFilterSensitiveLog: (obj: ImageLocation) => any;
5444
+ /**
5445
+ * @internal
5446
+ */
5447
+ export declare const DescribePortalResponseFilterSensitiveLog: (obj: DescribePortalResponse) => any;
5448
+ /**
5449
+ * @internal
5450
+ */
5451
+ export declare const DescribeProjectRequestFilterSensitiveLog: (obj: DescribeProjectRequest) => any;
5452
+ /**
5453
+ * @internal
5454
+ */
5455
+ export declare const DescribeProjectResponseFilterSensitiveLog: (obj: DescribeProjectResponse) => any;
5456
+ /**
5457
+ * @internal
5458
+ */
5459
+ export declare const DescribeStorageConfigurationRequestFilterSensitiveLog: (obj: DescribeStorageConfigurationRequest) => any;
5460
+ /**
5461
+ * @internal
5462
+ */
5463
+ export declare const CustomerManagedS3StorageFilterSensitiveLog: (obj: CustomerManagedS3Storage) => any;
5464
+ /**
5465
+ * @internal
5466
+ */
5467
+ export declare const MultiLayerStorageFilterSensitiveLog: (obj: MultiLayerStorage) => any;
5468
+ /**
5469
+ * @internal
5470
+ */
5471
+ export declare const RetentionPeriodFilterSensitiveLog: (obj: RetentionPeriod) => any;
5472
+ /**
5473
+ * @internal
5474
+ */
5475
+ export declare const DescribeStorageConfigurationResponseFilterSensitiveLog: (obj: DescribeStorageConfigurationResponse) => any;
5476
+ /**
5477
+ * @internal
5478
+ */
5479
+ export declare const DescribeTimeSeriesRequestFilterSensitiveLog: (obj: DescribeTimeSeriesRequest) => any;
5480
+ /**
5481
+ * @internal
5482
+ */
5483
+ export declare const DescribeTimeSeriesResponseFilterSensitiveLog: (obj: DescribeTimeSeriesResponse) => any;
5484
+ /**
5485
+ * @internal
5486
+ */
5487
+ export declare const DisassociateAssetsRequestFilterSensitiveLog: (obj: DisassociateAssetsRequest) => any;
5488
+ /**
5489
+ * @internal
5490
+ */
5491
+ export declare const DisassociateTimeSeriesFromAssetPropertyRequestFilterSensitiveLog: (obj: DisassociateTimeSeriesFromAssetPropertyRequest) => any;
5492
+ /**
5493
+ * @internal
5494
+ */
5495
+ export declare const GetAssetPropertyAggregatesRequestFilterSensitiveLog: (obj: GetAssetPropertyAggregatesRequest) => any;
5496
+ /**
5497
+ * @internal
5498
+ */
5499
+ export declare const GetAssetPropertyAggregatesResponseFilterSensitiveLog: (obj: GetAssetPropertyAggregatesResponse) => any;
5500
+ /**
5501
+ * @internal
5502
+ */
5503
+ export declare const GetAssetPropertyValueRequestFilterSensitiveLog: (obj: GetAssetPropertyValueRequest) => any;
5504
+ /**
5505
+ * @internal
5506
+ */
5507
+ export declare const GetAssetPropertyValueResponseFilterSensitiveLog: (obj: GetAssetPropertyValueResponse) => any;
5508
+ /**
5509
+ * @internal
5510
+ */
5511
+ export declare const GetAssetPropertyValueHistoryRequestFilterSensitiveLog: (obj: GetAssetPropertyValueHistoryRequest) => any;
5512
+ /**
5513
+ * @internal
5514
+ */
5515
+ export declare const GetAssetPropertyValueHistoryResponseFilterSensitiveLog: (obj: GetAssetPropertyValueHistoryResponse) => any;
5516
+ /**
5517
+ * @internal
5518
+ */
5519
+ export declare const GetInterpolatedAssetPropertyValuesRequestFilterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesRequest) => any;
5520
+ /**
5521
+ * @internal
5522
+ */
5523
+ export declare const InterpolatedAssetPropertyValueFilterSensitiveLog: (obj: InterpolatedAssetPropertyValue) => any;
5524
+ /**
5525
+ * @internal
5526
+ */
5527
+ export declare const GetInterpolatedAssetPropertyValuesResponseFilterSensitiveLog: (obj: GetInterpolatedAssetPropertyValuesResponse) => any;
5528
+ /**
5529
+ * @internal
5530
+ */
5531
+ export declare const ListAccessPoliciesRequestFilterSensitiveLog: (obj: ListAccessPoliciesRequest) => any;
5532
+ /**
5533
+ * @internal
5534
+ */
5535
+ export declare const ListAccessPoliciesResponseFilterSensitiveLog: (obj: ListAccessPoliciesResponse) => any;
5536
+ /**
5537
+ * @internal
5538
+ */
5539
+ export declare const ListAssetModelsRequestFilterSensitiveLog: (obj: ListAssetModelsRequest) => any;
5540
+ /**
5541
+ * @internal
5542
+ */
5543
+ export declare const ListAssetModelsResponseFilterSensitiveLog: (obj: ListAssetModelsResponse) => any;
5544
+ /**
5545
+ * @internal
5546
+ */
5547
+ export declare const ListAssetRelationshipsRequestFilterSensitiveLog: (obj: ListAssetRelationshipsRequest) => any;
5548
+ /**
5549
+ * @internal
5550
+ */
5551
+ export declare const ListAssetRelationshipsResponseFilterSensitiveLog: (obj: ListAssetRelationshipsResponse) => any;
5552
+ /**
5553
+ * @internal
5554
+ */
5555
+ export declare const ListAssetsRequestFilterSensitiveLog: (obj: ListAssetsRequest) => any;
5556
+ /**
5557
+ * @internal
5558
+ */
5559
+ export declare const ListAssetsResponseFilterSensitiveLog: (obj: ListAssetsResponse) => any;
5560
+ /**
5561
+ * @internal
5562
+ */
5563
+ export declare const ListAssociatedAssetsRequestFilterSensitiveLog: (obj: ListAssociatedAssetsRequest) => any;
5564
+ /**
5565
+ * @internal
5566
+ */
5567
+ export declare const ListAssociatedAssetsResponseFilterSensitiveLog: (obj: ListAssociatedAssetsResponse) => any;
5568
+ /**
5569
+ * @internal
5570
+ */
5571
+ export declare const ListBulkImportJobsRequestFilterSensitiveLog: (obj: ListBulkImportJobsRequest) => any;
5572
+ /**
5573
+ * @internal
5574
+ */
5575
+ export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
5576
+ /**
5577
+ * @internal
5578
+ */
5579
+ export declare const ListBulkImportJobsResponseFilterSensitiveLog: (obj: ListBulkImportJobsResponse) => any;
5580
+ /**
5581
+ * @internal
5582
+ */
5583
+ export declare const ListDashboardsRequestFilterSensitiveLog: (obj: ListDashboardsRequest) => any;
5584
+ /**
5585
+ * @internal
5586
+ */
5587
+ export declare const DashboardSummaryFilterSensitiveLog: (obj: DashboardSummary) => any;
5588
+ /**
5589
+ * @internal
5590
+ */
5591
+ export declare const ListDashboardsResponseFilterSensitiveLog: (obj: ListDashboardsResponse) => any;
5592
+ /**
5593
+ * @internal
5594
+ */
5595
+ export declare const ListGatewaysRequestFilterSensitiveLog: (obj: ListGatewaysRequest) => any;
5596
+ /**
5597
+ * @internal
5598
+ */
5599
+ export declare const GatewaySummaryFilterSensitiveLog: (obj: GatewaySummary) => any;
5600
+ /**
5601
+ * @internal
5602
+ */
5603
+ export declare const ListGatewaysResponseFilterSensitiveLog: (obj: ListGatewaysResponse) => any;
5604
+ /**
5605
+ * @internal
5606
+ */
5607
+ export declare const ListPortalsRequestFilterSensitiveLog: (obj: ListPortalsRequest) => any;
5608
+ /**
5609
+ * @internal
5610
+ */
5611
+ export declare const PortalSummaryFilterSensitiveLog: (obj: PortalSummary) => any;
5612
+ /**
5613
+ * @internal
5614
+ */
5615
+ export declare const ListPortalsResponseFilterSensitiveLog: (obj: ListPortalsResponse) => any;
5616
+ /**
5617
+ * @internal
5618
+ */
5619
+ export declare const ListProjectAssetsRequestFilterSensitiveLog: (obj: ListProjectAssetsRequest) => any;
5620
+ /**
5621
+ * @internal
5622
+ */
5623
+ export declare const ListProjectAssetsResponseFilterSensitiveLog: (obj: ListProjectAssetsResponse) => any;
5624
+ /**
5625
+ * @internal
5626
+ */
5627
+ export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
5628
+ /**
5629
+ * @internal
5630
+ */
5631
+ export declare const ProjectSummaryFilterSensitiveLog: (obj: ProjectSummary) => any;
5632
+ /**
5633
+ * @internal
5634
+ */
5635
+ export declare const ListProjectsResponseFilterSensitiveLog: (obj: ListProjectsResponse) => any;
5636
+ /**
5637
+ * @internal
5638
+ */
5639
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
5640
+ /**
5641
+ * @internal
5642
+ */
5643
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
5644
+ /**
5645
+ * @internal
5646
+ */
5647
+ export declare const ListTimeSeriesRequestFilterSensitiveLog: (obj: ListTimeSeriesRequest) => any;
5648
+ /**
5649
+ * @internal
5650
+ */
5651
+ export declare const TimeSeriesSummaryFilterSensitiveLog: (obj: TimeSeriesSummary) => any;
5652
+ /**
5653
+ * @internal
5654
+ */
5655
+ export declare const ListTimeSeriesResponseFilterSensitiveLog: (obj: ListTimeSeriesResponse) => any;
5656
+ /**
5657
+ * @internal
5658
+ */
5659
+ export declare const PutDefaultEncryptionConfigurationRequestFilterSensitiveLog: (obj: PutDefaultEncryptionConfigurationRequest) => any;
5660
+ /**
5661
+ * @internal
5662
+ */
5663
+ export declare const PutDefaultEncryptionConfigurationResponseFilterSensitiveLog: (obj: PutDefaultEncryptionConfigurationResponse) => any;
5664
+ /**
5665
+ * @internal
5666
+ */
5667
+ export declare const PutLoggingOptionsRequestFilterSensitiveLog: (obj: PutLoggingOptionsRequest) => any;
5668
+ /**
5669
+ * @internal
5670
+ */
5671
+ export declare const PutLoggingOptionsResponseFilterSensitiveLog: (obj: PutLoggingOptionsResponse) => any;
5672
+ /**
5673
+ * @internal
5674
+ */
5675
+ export declare const PutStorageConfigurationRequestFilterSensitiveLog: (obj: PutStorageConfigurationRequest) => any;
5676
+ /**
5677
+ * @internal
5678
+ */
5679
+ export declare const PutStorageConfigurationResponseFilterSensitiveLog: (obj: PutStorageConfigurationResponse) => any;
5680
+ /**
5681
+ * @internal
5682
+ */
5683
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
5684
+ /**
5685
+ * @internal
5686
+ */
5687
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
5688
+ /**
5689
+ * @internal
5690
+ */
5691
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
5692
+ /**
5693
+ * @internal
5694
+ */
5695
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
5696
+ /**
5697
+ * @internal
5698
+ */
5699
+ export declare const UpdateAccessPolicyRequestFilterSensitiveLog: (obj: UpdateAccessPolicyRequest) => any;
5700
+ /**
5701
+ * @internal
5702
+ */
5703
+ export declare const UpdateAccessPolicyResponseFilterSensitiveLog: (obj: UpdateAccessPolicyResponse) => any;
5704
+ /**
5705
+ * @internal
5706
+ */
5707
+ export declare const UpdateAssetRequestFilterSensitiveLog: (obj: UpdateAssetRequest) => any;
5708
+ /**
5709
+ * @internal
5710
+ */
5711
+ export declare const UpdateAssetResponseFilterSensitiveLog: (obj: UpdateAssetResponse) => any;
5712
+ /**
5713
+ * @internal
5714
+ */
5715
+ export declare const UpdateAssetModelRequestFilterSensitiveLog: (obj: UpdateAssetModelRequest) => any;
5716
+ /**
5717
+ * @internal
5718
+ */
5719
+ export declare const UpdateAssetModelResponseFilterSensitiveLog: (obj: UpdateAssetModelResponse) => any;
5720
+ /**
5721
+ * @internal
5722
+ */
5723
+ export declare const UpdateAssetPropertyRequestFilterSensitiveLog: (obj: UpdateAssetPropertyRequest) => any;
5724
+ /**
5725
+ * @internal
5726
+ */
5727
+ export declare const UpdateDashboardRequestFilterSensitiveLog: (obj: UpdateDashboardRequest) => any;
5728
+ /**
5729
+ * @internal
5730
+ */
5731
+ export declare const UpdateDashboardResponseFilterSensitiveLog: (obj: UpdateDashboardResponse) => any;
5732
+ /**
5733
+ * @internal
5734
+ */
5735
+ export declare const UpdateGatewayRequestFilterSensitiveLog: (obj: UpdateGatewayRequest) => any;
5736
+ /**
5737
+ * @internal
5738
+ */
5739
+ export declare const UpdateGatewayCapabilityConfigurationRequestFilterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationRequest) => any;
5740
+ /**
5741
+ * @internal
5742
+ */
5743
+ export declare const UpdateGatewayCapabilityConfigurationResponseFilterSensitiveLog: (obj: UpdateGatewayCapabilityConfigurationResponse) => any;
5744
+ /**
5745
+ * @internal
5746
+ */
5747
+ export declare const ImageFilterSensitiveLog: (obj: Image) => any;
5748
+ /**
5749
+ * @internal
5750
+ */
5751
+ export declare const UpdatePortalRequestFilterSensitiveLog: (obj: UpdatePortalRequest) => any;
5752
+ /**
5753
+ * @internal
5754
+ */
5755
+ export declare const UpdatePortalResponseFilterSensitiveLog: (obj: UpdatePortalResponse) => any;
5756
+ /**
5757
+ * @internal
5758
+ */
5759
+ export declare const UpdateProjectRequestFilterSensitiveLog: (obj: UpdateProjectRequest) => any;
5760
+ /**
5761
+ * @internal
5762
+ */
5763
+ export declare const UpdateProjectResponseFilterSensitiveLog: (obj: UpdateProjectResponse) => any;