@aws-sdk/client-iottwinmaker 3.128.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 (60) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/BatchPutPropertyValuesCommand.js +2 -2
  3. package/dist-cjs/commands/CreateComponentTypeCommand.js +2 -2
  4. package/dist-cjs/commands/CreateEntityCommand.js +2 -2
  5. package/dist-cjs/commands/CreateSceneCommand.js +2 -2
  6. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteComponentTypeCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteEntityCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteSceneCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteWorkspaceCommand.js +2 -2
  11. package/dist-cjs/commands/GetComponentTypeCommand.js +2 -2
  12. package/dist-cjs/commands/GetEntityCommand.js +2 -2
  13. package/dist-cjs/commands/GetPropertyValueCommand.js +2 -2
  14. package/dist-cjs/commands/GetPropertyValueHistoryCommand.js +2 -2
  15. package/dist-cjs/commands/GetSceneCommand.js +2 -2
  16. package/dist-cjs/commands/GetWorkspaceCommand.js +2 -2
  17. package/dist-cjs/commands/ListComponentTypesCommand.js +2 -2
  18. package/dist-cjs/commands/ListEntitiesCommand.js +2 -2
  19. package/dist-cjs/commands/ListScenesCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateComponentTypeCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateEntityCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateSceneCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateWorkspaceCommand.js +2 -2
  28. package/dist-cjs/models/models_0.js +359 -523
  29. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  30. package/dist-es/commands/BatchPutPropertyValuesCommand.js +3 -3
  31. package/dist-es/commands/CreateComponentTypeCommand.js +3 -3
  32. package/dist-es/commands/CreateEntityCommand.js +3 -3
  33. package/dist-es/commands/CreateSceneCommand.js +3 -3
  34. package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
  35. package/dist-es/commands/DeleteComponentTypeCommand.js +3 -3
  36. package/dist-es/commands/DeleteEntityCommand.js +3 -3
  37. package/dist-es/commands/DeleteSceneCommand.js +3 -3
  38. package/dist-es/commands/DeleteWorkspaceCommand.js +3 -3
  39. package/dist-es/commands/GetComponentTypeCommand.js +3 -3
  40. package/dist-es/commands/GetEntityCommand.js +3 -3
  41. package/dist-es/commands/GetPropertyValueCommand.js +3 -3
  42. package/dist-es/commands/GetPropertyValueHistoryCommand.js +3 -3
  43. package/dist-es/commands/GetSceneCommand.js +3 -3
  44. package/dist-es/commands/GetWorkspaceCommand.js +3 -3
  45. package/dist-es/commands/ListComponentTypesCommand.js +3 -3
  46. package/dist-es/commands/ListEntitiesCommand.js +3 -3
  47. package/dist-es/commands/ListScenesCommand.js +3 -3
  48. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  49. package/dist-es/commands/ListWorkspacesCommand.js +3 -3
  50. package/dist-es/commands/TagResourceCommand.js +3 -3
  51. package/dist-es/commands/UntagResourceCommand.js +3 -3
  52. package/dist-es/commands/UpdateComponentTypeCommand.js +3 -3
  53. package/dist-es/commands/UpdateEntityCommand.js +3 -3
  54. package/dist-es/commands/UpdateSceneCommand.js +3 -3
  55. package/dist-es/commands/UpdateWorkspaceCommand.js +3 -3
  56. package/dist-es/models/models_0.js +105 -354
  57. package/dist-es/protocols/Aws_restJson1.js +3 -0
  58. package/dist-types/models/models_0.d.ts +340 -506
  59. package/dist-types/ts3.4/models/models_0.d.ts +170 -336
  60. package/package.json +9 -9
@@ -32,12 +32,6 @@ export interface EntityPropertyReference {
32
32
  */
33
33
  propertyName: string | undefined;
34
34
  }
35
- export declare namespace EntityPropertyReference {
36
- /**
37
- * @internal
38
- */
39
- const filterSensitiveLog: (obj: EntityPropertyReference) => any;
40
- }
41
35
  /**
42
36
  * <p>A value that associates a component and an entity.</p>
43
37
  */
@@ -51,12 +45,6 @@ export interface RelationshipValue {
51
45
  */
52
46
  targetComponentName?: string;
53
47
  }
54
- export declare namespace RelationshipValue {
55
- /**
56
- * @internal
57
- */
58
- const filterSensitiveLog: (obj: RelationshipValue) => any;
59
- }
60
48
  /**
61
49
  * <p>An unexpected error has occurred.</p>
62
50
  */
@@ -121,12 +109,6 @@ export interface LambdaFunction {
121
109
  */
122
110
  arn: string | undefined;
123
111
  }
124
- export declare namespace LambdaFunction {
125
- /**
126
- * @internal
127
- */
128
- const filterSensitiveLog: (obj: LambdaFunction) => any;
129
- }
130
112
  /**
131
113
  * <p>The data connector.</p>
132
114
  */
@@ -140,12 +122,6 @@ export interface DataConnector {
140
122
  */
141
123
  isNative?: boolean;
142
124
  }
143
- export declare namespace DataConnector {
144
- /**
145
- * @internal
146
- */
147
- const filterSensitiveLog: (obj: DataConnector) => any;
148
- }
149
125
  export declare enum Scope {
150
126
  ENTITY = "ENTITY",
151
127
  WORKSPACE = "WORKSPACE"
@@ -167,12 +143,6 @@ export interface FunctionRequest {
167
143
  */
168
144
  implementedBy?: DataConnector;
169
145
  }
170
- export declare namespace FunctionRequest {
171
- /**
172
- * @internal
173
- */
174
- const filterSensitiveLog: (obj: FunctionRequest) => any;
175
- }
176
146
  /**
177
147
  * <p>An object that specifies a relationship with another component type.</p>
178
148
  */
@@ -186,12 +156,6 @@ export interface Relationship {
186
156
  */
187
157
  relationshipType?: string;
188
158
  }
189
- export declare namespace Relationship {
190
- /**
191
- * @internal
192
- */
193
- const filterSensitiveLog: (obj: Relationship) => any;
194
- }
195
159
  export declare enum Type {
196
160
  BOOLEAN = "BOOLEAN",
197
161
  DOUBLE = "DOUBLE",
@@ -223,12 +187,6 @@ export interface CreateComponentTypeResponse {
223
187
  */
224
188
  state: State | string | undefined;
225
189
  }
226
- export declare namespace CreateComponentTypeResponse {
227
- /**
228
- * @internal
229
- */
230
- const filterSensitiveLog: (obj: CreateComponentTypeResponse) => any;
231
- }
232
190
  /**
233
191
  * <p>The service quota was exceeded.</p>
234
192
  */
@@ -263,12 +221,6 @@ export interface CreateEntityResponse {
263
221
  */
264
222
  state: State | string | undefined;
265
223
  }
266
- export declare namespace CreateEntityResponse {
267
- /**
268
- * @internal
269
- */
270
- const filterSensitiveLog: (obj: CreateEntityResponse) => any;
271
- }
272
224
  export interface CreateSceneRequest {
273
225
  /**
274
226
  * <p>The ID of the workspace that contains the scene.</p>
@@ -295,12 +247,6 @@ export interface CreateSceneRequest {
295
247
  */
296
248
  tags?: Record<string, string>;
297
249
  }
298
- export declare namespace CreateSceneRequest {
299
- /**
300
- * @internal
301
- */
302
- const filterSensitiveLog: (obj: CreateSceneRequest) => any;
303
- }
304
250
  export interface CreateSceneResponse {
305
251
  /**
306
252
  * <p>The ARN of the scene.</p>
@@ -311,12 +257,6 @@ export interface CreateSceneResponse {
311
257
  */
312
258
  creationDateTime: Date | undefined;
313
259
  }
314
- export declare namespace CreateSceneResponse {
315
- /**
316
- * @internal
317
- */
318
- const filterSensitiveLog: (obj: CreateSceneResponse) => any;
319
- }
320
260
  export interface CreateWorkspaceRequest {
321
261
  /**
322
262
  * <p>The ID of the workspace.</p>
@@ -339,12 +279,6 @@ export interface CreateWorkspaceRequest {
339
279
  */
340
280
  tags?: Record<string, string>;
341
281
  }
342
- export declare namespace CreateWorkspaceRequest {
343
- /**
344
- * @internal
345
- */
346
- const filterSensitiveLog: (obj: CreateWorkspaceRequest) => any;
347
- }
348
282
  export interface CreateWorkspaceResponse {
349
283
  /**
350
284
  * <p>The ARN of the workspace.</p>
@@ -355,12 +289,6 @@ export interface CreateWorkspaceResponse {
355
289
  */
356
290
  creationDateTime: Date | undefined;
357
291
  }
358
- export declare namespace CreateWorkspaceResponse {
359
- /**
360
- * @internal
361
- */
362
- const filterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
363
- }
364
292
  export interface DeleteComponentTypeRequest {
365
293
  /**
366
294
  * <p>The ID of the workspace that contains the component type.</p>
@@ -371,24 +299,12 @@ export interface DeleteComponentTypeRequest {
371
299
  */
372
300
  componentTypeId: string | undefined;
373
301
  }
374
- export declare namespace DeleteComponentTypeRequest {
375
- /**
376
- * @internal
377
- */
378
- const filterSensitiveLog: (obj: DeleteComponentTypeRequest) => any;
379
- }
380
302
  export interface DeleteComponentTypeResponse {
381
303
  /**
382
304
  * <p>The current state of the component type to be deleted.</p>
383
305
  */
384
306
  state: State | string | undefined;
385
307
  }
386
- export declare namespace DeleteComponentTypeResponse {
387
- /**
388
- * @internal
389
- */
390
- const filterSensitiveLog: (obj: DeleteComponentTypeResponse) => any;
391
- }
392
308
  export interface DeleteEntityRequest {
393
309
  /**
394
310
  * <p>The ID of the workspace that contains the entity to delete.</p>
@@ -403,24 +319,12 @@ export interface DeleteEntityRequest {
403
319
  */
404
320
  isRecursive?: boolean;
405
321
  }
406
- export declare namespace DeleteEntityRequest {
407
- /**
408
- * @internal
409
- */
410
- const filterSensitiveLog: (obj: DeleteEntityRequest) => any;
411
- }
412
322
  export interface DeleteEntityResponse {
413
323
  /**
414
324
  * <p>The current state of the deleted entity.</p>
415
325
  */
416
326
  state: State | string | undefined;
417
327
  }
418
- export declare namespace DeleteEntityResponse {
419
- /**
420
- * @internal
421
- */
422
- const filterSensitiveLog: (obj: DeleteEntityResponse) => any;
423
- }
424
328
  export interface DeleteSceneRequest {
425
329
  /**
426
330
  * <p>The ID of the workspace.</p>
@@ -431,40 +335,16 @@ export interface DeleteSceneRequest {
431
335
  */
432
336
  sceneId: string | undefined;
433
337
  }
434
- export declare namespace DeleteSceneRequest {
435
- /**
436
- * @internal
437
- */
438
- const filterSensitiveLog: (obj: DeleteSceneRequest) => any;
439
- }
440
338
  export interface DeleteSceneResponse {
441
339
  }
442
- export declare namespace DeleteSceneResponse {
443
- /**
444
- * @internal
445
- */
446
- const filterSensitiveLog: (obj: DeleteSceneResponse) => any;
447
- }
448
340
  export interface DeleteWorkspaceRequest {
449
341
  /**
450
342
  * <p>The ID of the workspace to delete.</p>
451
343
  */
452
344
  workspaceId: string | undefined;
453
345
  }
454
- export declare namespace DeleteWorkspaceRequest {
455
- /**
456
- * @internal
457
- */
458
- const filterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
459
- }
460
346
  export interface DeleteWorkspaceResponse {
461
347
  }
462
- export declare namespace DeleteWorkspaceResponse {
463
- /**
464
- * @internal
465
- */
466
- const filterSensitiveLog: (obj: DeleteWorkspaceResponse) => any;
467
- }
468
348
  export interface GetComponentTypeRequest {
469
349
  /**
470
350
  * <p>The ID of the workspace that contains the component type.</p>
@@ -475,12 +355,6 @@ export interface GetComponentTypeRequest {
475
355
  */
476
356
  componentTypeId: string | undefined;
477
357
  }
478
- export declare namespace GetComponentTypeRequest {
479
- /**
480
- * @internal
481
- */
482
- const filterSensitiveLog: (obj: GetComponentTypeRequest) => any;
483
- }
484
358
  /**
485
359
  * <p>The function response.</p>
486
360
  */
@@ -502,12 +376,6 @@ export interface FunctionResponse {
502
376
  */
503
377
  isInherited?: boolean;
504
378
  }
505
- export declare namespace FunctionResponse {
506
- /**
507
- * @internal
508
- */
509
- const filterSensitiveLog: (obj: FunctionResponse) => any;
510
- }
511
379
  export declare enum ErrorCode {
512
380
  INTERNAL_FAILURE = "INTERNAL_FAILURE",
513
381
  VALIDATION_ERROR = "VALIDATION_ERROR"
@@ -525,12 +393,6 @@ export interface ErrorDetails {
525
393
  */
526
394
  message?: string;
527
395
  }
528
- export declare namespace ErrorDetails {
529
- /**
530
- * @internal
531
- */
532
- const filterSensitiveLog: (obj: ErrorDetails) => any;
533
- }
534
396
  /**
535
397
  * <p>An object that represents the status of an entity, component, component type, or workspace.</p>
536
398
  */
@@ -544,12 +406,6 @@ export interface Status {
544
406
  */
545
407
  error?: ErrorDetails;
546
408
  }
547
- export declare namespace Status {
548
- /**
549
- * @internal
550
- */
551
- const filterSensitiveLog: (obj: Status) => any;
552
- }
553
409
  export interface GetEntityRequest {
554
410
  /**
555
411
  * <p>The ID of the workspace.</p>
@@ -560,12 +416,6 @@ export interface GetEntityRequest {
560
416
  */
561
417
  entityId: string | undefined;
562
418
  }
563
- export declare namespace GetEntityRequest {
564
- /**
565
- * @internal
566
- */
567
- const filterSensitiveLog: (obj: GetEntityRequest) => any;
568
- }
569
419
  /**
570
420
  * <p>The connector failed.</p>
571
421
  */
@@ -610,12 +460,6 @@ export interface GetPropertyValueRequest {
610
460
  */
611
461
  workspaceId: string | undefined;
612
462
  }
613
- export declare namespace GetPropertyValueRequest {
614
- /**
615
- * @internal
616
- */
617
- const filterSensitiveLog: (obj: GetPropertyValueRequest) => any;
618
- }
619
463
  export declare enum InterpolationType {
620
464
  LINEAR = "LINEAR"
621
465
  }
@@ -632,12 +476,6 @@ export interface InterpolationParameters {
632
476
  */
633
477
  intervalInSeconds?: number;
634
478
  }
635
- export declare namespace InterpolationParameters {
636
- /**
637
- * @internal
638
- */
639
- const filterSensitiveLog: (obj: InterpolationParameters) => any;
640
- }
641
479
  export declare enum OrderByTime {
642
480
  ASCENDING = "ASCENDING",
643
481
  DESCENDING = "DESCENDING"
@@ -652,12 +490,6 @@ export interface GetSceneRequest {
652
490
  */
653
491
  sceneId: string | undefined;
654
492
  }
655
- export declare namespace GetSceneRequest {
656
- /**
657
- * @internal
658
- */
659
- const filterSensitiveLog: (obj: GetSceneRequest) => any;
660
- }
661
493
  export interface GetSceneResponse {
662
494
  /**
663
495
  * <p>The ID of the workspace that contains the scene.</p>
@@ -692,24 +524,12 @@ export interface GetSceneResponse {
692
524
  */
693
525
  capabilities?: string[];
694
526
  }
695
- export declare namespace GetSceneResponse {
696
- /**
697
- * @internal
698
- */
699
- const filterSensitiveLog: (obj: GetSceneResponse) => any;
700
- }
701
527
  export interface GetWorkspaceRequest {
702
528
  /**
703
529
  * <p>The ID of the workspace.</p>
704
530
  */
705
531
  workspaceId: string | undefined;
706
532
  }
707
- export declare namespace GetWorkspaceRequest {
708
- /**
709
- * @internal
710
- */
711
- const filterSensitiveLog: (obj: GetWorkspaceRequest) => any;
712
- }
713
533
  export interface GetWorkspaceResponse {
714
534
  /**
715
535
  * <p>The ID of the workspace.</p>
@@ -740,12 +560,6 @@ export interface GetWorkspaceResponse {
740
560
  */
741
561
  updateDateTime: Date | undefined;
742
562
  }
743
- export declare namespace GetWorkspaceResponse {
744
- /**
745
- * @internal
746
- */
747
- const filterSensitiveLog: (obj: GetWorkspaceResponse) => any;
748
- }
749
563
  /**
750
564
  * <p>An object that filters items in a list of component types.</p>
751
565
  * <note>
@@ -794,10 +608,6 @@ export declare namespace ListComponentTypesFilter {
794
608
  _: (name: string, value: any) => T;
795
609
  }
796
610
  const visit: <T>(value: ListComponentTypesFilter, visitor: Visitor<T>) => T;
797
- /**
798
- * @internal
799
- */
800
- const filterSensitiveLog: (obj: ListComponentTypesFilter) => any;
801
611
  }
802
612
  export interface ListComponentTypesRequest {
803
613
  /**
@@ -817,12 +627,6 @@ export interface ListComponentTypesRequest {
817
627
  */
818
628
  maxResults?: number;
819
629
  }
820
- export declare namespace ListComponentTypesRequest {
821
- /**
822
- * @internal
823
- */
824
- const filterSensitiveLog: (obj: ListComponentTypesRequest) => any;
825
- }
826
630
  /**
827
631
  * <p>An object that contains information about a component type.</p>
828
632
  */
@@ -852,12 +656,6 @@ export interface ComponentTypeSummary {
852
656
  */
853
657
  status?: Status;
854
658
  }
855
- export declare namespace ComponentTypeSummary {
856
- /**
857
- * @internal
858
- */
859
- const filterSensitiveLog: (obj: ComponentTypeSummary) => any;
860
- }
861
659
  export interface ListComponentTypesResponse {
862
660
  /**
863
661
  * <p>The ID of the workspace.</p>
@@ -876,12 +674,6 @@ export interface ListComponentTypesResponse {
876
674
  */
877
675
  maxResults?: number;
878
676
  }
879
- export declare namespace ListComponentTypesResponse {
880
- /**
881
- * @internal
882
- */
883
- const filterSensitiveLog: (obj: ListComponentTypesResponse) => any;
884
- }
885
677
  /**
886
678
  * <p>An object that filters items in a list of entities.</p>
887
679
  */
@@ -927,10 +719,6 @@ export declare namespace ListEntitiesFilter {
927
719
  _: (name: string, value: any) => T;
928
720
  }
929
721
  const visit: <T>(value: ListEntitiesFilter, visitor: Visitor<T>) => T;
930
- /**
931
- * @internal
932
- */
933
- const filterSensitiveLog: (obj: ListEntitiesFilter) => any;
934
722
  }
935
723
  export interface ListEntitiesRequest {
936
724
  /**
@@ -953,12 +741,6 @@ export interface ListEntitiesRequest {
953
741
  */
954
742
  nextToken?: string;
955
743
  }
956
- export declare namespace ListEntitiesRequest {
957
- /**
958
- * @internal
959
- */
960
- const filterSensitiveLog: (obj: ListEntitiesRequest) => any;
961
- }
962
744
  /**
963
745
  * <p>An object that contains information about an entity.</p>
964
746
  */
@@ -1000,12 +782,6 @@ export interface EntitySummary {
1000
782
  */
1001
783
  updateDateTime: Date | undefined;
1002
784
  }
1003
- export declare namespace EntitySummary {
1004
- /**
1005
- * @internal
1006
- */
1007
- const filterSensitiveLog: (obj: EntitySummary) => any;
1008
- }
1009
785
  export interface ListEntitiesResponse {
1010
786
  /**
1011
787
  * <p>A list of objects that contain information about the entities.</p>
@@ -1016,12 +792,6 @@ export interface ListEntitiesResponse {
1016
792
  */
1017
793
  nextToken?: string;
1018
794
  }
1019
- export declare namespace ListEntitiesResponse {
1020
- /**
1021
- * @internal
1022
- */
1023
- const filterSensitiveLog: (obj: ListEntitiesResponse) => any;
1024
- }
1025
795
  export interface ListScenesRequest {
1026
796
  /**
1027
797
  * <p>The ID of the workspace that contains the scenes.</p>
@@ -1036,12 +806,6 @@ export interface ListScenesRequest {
1036
806
  */
1037
807
  nextToken?: string;
1038
808
  }
1039
- export declare namespace ListScenesRequest {
1040
- /**
1041
- * @internal
1042
- */
1043
- const filterSensitiveLog: (obj: ListScenesRequest) => any;
1044
- }
1045
809
  /**
1046
810
  * <p>An object that contains information about a scene.</p>
1047
811
  */
@@ -1071,12 +835,6 @@ export interface SceneSummary {
1071
835
  */
1072
836
  description?: string;
1073
837
  }
1074
- export declare namespace SceneSummary {
1075
- /**
1076
- * @internal
1077
- */
1078
- const filterSensitiveLog: (obj: SceneSummary) => any;
1079
- }
1080
838
  export interface ListScenesResponse {
1081
839
  /**
1082
840
  * <p>A list of objects that contain information about the scenes.</p>
@@ -1087,12 +845,6 @@ export interface ListScenesResponse {
1087
845
  */
1088
846
  nextToken?: string;
1089
847
  }
1090
- export declare namespace ListScenesResponse {
1091
- /**
1092
- * @internal
1093
- */
1094
- const filterSensitiveLog: (obj: ListScenesResponse) => any;
1095
- }
1096
848
  export interface ListTagsForResourceRequest {
1097
849
  /**
1098
850
  * <p>The ARN of the resource.</p>
@@ -1107,12 +859,6 @@ export interface ListTagsForResourceRequest {
1107
859
  */
1108
860
  nextToken?: string;
1109
861
  }
1110
- export declare namespace ListTagsForResourceRequest {
1111
- /**
1112
- * @internal
1113
- */
1114
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1115
- }
1116
862
  export interface ListTagsForResourceResponse {
1117
863
  /**
1118
864
  * <p>Metadata that you can use to manage a resource.</p>
@@ -1123,12 +869,6 @@ export interface ListTagsForResourceResponse {
1123
869
  */
1124
870
  nextToken?: string;
1125
871
  }
1126
- export declare namespace ListTagsForResourceResponse {
1127
- /**
1128
- * @internal
1129
- */
1130
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1131
- }
1132
872
  export interface ListWorkspacesRequest {
1133
873
  /**
1134
874
  * <p>The maximum number of results to display.</p>
@@ -1139,12 +879,6 @@ export interface ListWorkspacesRequest {
1139
879
  */
1140
880
  nextToken?: string;
1141
881
  }
1142
- export declare namespace ListWorkspacesRequest {
1143
- /**
1144
- * @internal
1145
- */
1146
- const filterSensitiveLog: (obj: ListWorkspacesRequest) => any;
1147
- }
1148
882
  /**
1149
883
  * <p>An object that contains information about a workspace.</p>
1150
884
  */
@@ -1170,12 +904,6 @@ export interface WorkspaceSummary {
1170
904
  */
1171
905
  updateDateTime: Date | undefined;
1172
906
  }
1173
- export declare namespace WorkspaceSummary {
1174
- /**
1175
- * @internal
1176
- */
1177
- const filterSensitiveLog: (obj: WorkspaceSummary) => any;
1178
- }
1179
907
  export interface ListWorkspacesResponse {
1180
908
  /**
1181
909
  * <p>A list of objects that contain information about the workspaces.</p>
@@ -1186,12 +914,6 @@ export interface ListWorkspacesResponse {
1186
914
  */
1187
915
  nextToken?: string;
1188
916
  }
1189
- export declare namespace ListWorkspacesResponse {
1190
- /**
1191
- * @internal
1192
- */
1193
- const filterSensitiveLog: (obj: ListWorkspacesResponse) => any;
1194
- }
1195
917
  export interface TagResourceRequest {
1196
918
  /**
1197
919
  * <p>The ARN of the resource.</p>
@@ -1202,20 +924,8 @@ export interface TagResourceRequest {
1202
924
  */
1203
925
  tags: Record<string, string> | undefined;
1204
926
  }
1205
- export declare namespace TagResourceRequest {
1206
- /**
1207
- * @internal
1208
- */
1209
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1210
- }
1211
927
  export interface TagResourceResponse {
1212
928
  }
1213
- export declare namespace TagResourceResponse {
1214
- /**
1215
- * @internal
1216
- */
1217
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1218
- }
1219
929
  /**
1220
930
  * <p>The number of tags exceeds the limit.</p>
1221
931
  */
@@ -1237,20 +947,8 @@ export interface UntagResourceRequest {
1237
947
  */
1238
948
  tagKeys: string[] | undefined;
1239
949
  }
1240
- export declare namespace UntagResourceRequest {
1241
- /**
1242
- * @internal
1243
- */
1244
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1245
- }
1246
950
  export interface UntagResourceResponse {
1247
951
  }
1248
- export declare namespace UntagResourceResponse {
1249
- /**
1250
- * @internal
1251
- */
1252
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1253
- }
1254
952
  export interface UpdateComponentTypeResponse {
1255
953
  /**
1256
954
  * <p>The ID of the workspace that contains the component type.</p>
@@ -1269,12 +967,6 @@ export interface UpdateComponentTypeResponse {
1269
967
  */
1270
968
  state: State | string | undefined;
1271
969
  }
1272
- export declare namespace UpdateComponentTypeResponse {
1273
- /**
1274
- * @internal
1275
- */
1276
- const filterSensitiveLog: (obj: UpdateComponentTypeResponse) => any;
1277
- }
1278
970
  export declare enum ComponentUpdateType {
1279
971
  CREATE = "CREATE",
1280
972
  DELETE = "DELETE",
@@ -1297,12 +989,6 @@ export interface ParentEntityUpdateRequest {
1297
989
  */
1298
990
  parentEntityId?: string;
1299
991
  }
1300
- export declare namespace ParentEntityUpdateRequest {
1301
- /**
1302
- * @internal
1303
- */
1304
- const filterSensitiveLog: (obj: ParentEntityUpdateRequest) => any;
1305
- }
1306
992
  export interface UpdateEntityResponse {
1307
993
  /**
1308
994
  * <p>The date and time when the entity was last updated.</p>
@@ -1313,12 +999,6 @@ export interface UpdateEntityResponse {
1313
999
  */
1314
1000
  state: State | string | undefined;
1315
1001
  }
1316
- export declare namespace UpdateEntityResponse {
1317
- /**
1318
- * @internal
1319
- */
1320
- const filterSensitiveLog: (obj: UpdateEntityResponse) => any;
1321
- }
1322
1002
  export interface UpdateSceneRequest {
1323
1003
  /**
1324
1004
  * <p>The ID of the workspace that contains the scene.</p>
@@ -1341,24 +1021,12 @@ export interface UpdateSceneRequest {
1341
1021
  */
1342
1022
  capabilities?: string[];
1343
1023
  }
1344
- export declare namespace UpdateSceneRequest {
1345
- /**
1346
- * @internal
1347
- */
1348
- const filterSensitiveLog: (obj: UpdateSceneRequest) => any;
1349
- }
1350
1024
  export interface UpdateSceneResponse {
1351
1025
  /**
1352
1026
  * <p>The date and time when the scene was last updated.</p>
1353
1027
  */
1354
1028
  updateDateTime: Date | undefined;
1355
1029
  }
1356
- export declare namespace UpdateSceneResponse {
1357
- /**
1358
- * @internal
1359
- */
1360
- const filterSensitiveLog: (obj: UpdateSceneResponse) => any;
1361
- }
1362
1030
  export interface UpdateWorkspaceRequest {
1363
1031
  /**
1364
1032
  * <p>The ID of the workspace.</p>
@@ -1373,24 +1041,12 @@ export interface UpdateWorkspaceRequest {
1373
1041
  */
1374
1042
  role?: string;
1375
1043
  }
1376
- export declare namespace UpdateWorkspaceRequest {
1377
- /**
1378
- * @internal
1379
- */
1380
- const filterSensitiveLog: (obj: UpdateWorkspaceRequest) => any;
1381
- }
1382
1044
  export interface UpdateWorkspaceResponse {
1383
1045
  /**
1384
1046
  * <p>The date and time of the current update.</p>
1385
1047
  */
1386
1048
  updateDateTime: Date | undefined;
1387
1049
  }
1388
- export declare namespace UpdateWorkspaceResponse {
1389
- /**
1390
- * @internal
1391
- */
1392
- const filterSensitiveLog: (obj: UpdateWorkspaceResponse) => any;
1393
- }
1394
1050
  /**
1395
1051
  * <p>An object that specifies a value for a property.</p>
1396
1052
  */
@@ -1432,12 +1088,6 @@ export interface DataValue {
1432
1088
  */
1433
1089
  expression?: string;
1434
1090
  }
1435
- export declare namespace DataValue {
1436
- /**
1437
- * @internal
1438
- */
1439
- const filterSensitiveLog: (obj: DataValue) => any;
1440
- }
1441
1091
  /**
1442
1092
  * <p>An object that filters items returned by a property request.</p>
1443
1093
  */
@@ -1455,12 +1105,6 @@ export interface PropertyFilter {
1455
1105
  */
1456
1106
  value?: DataValue;
1457
1107
  }
1458
- export declare namespace PropertyFilter {
1459
- /**
1460
- * @internal
1461
- */
1462
- const filterSensitiveLog: (obj: PropertyFilter) => any;
1463
- }
1464
1108
  /**
1465
1109
  * <p>The latest value of the property.</p>
1466
1110
  */
@@ -1474,12 +1118,6 @@ export interface PropertyLatestValue {
1474
1118
  */
1475
1119
  propertyValue?: DataValue;
1476
1120
  }
1477
- export declare namespace PropertyLatestValue {
1478
- /**
1479
- * @internal
1480
- */
1481
- const filterSensitiveLog: (obj: PropertyLatestValue) => any;
1482
- }
1483
1121
  /**
1484
1122
  * <p>An object that contains information about a value for a time series property.</p>
1485
1123
  */
@@ -1541,12 +1179,6 @@ export interface PropertyValue {
1541
1179
  */
1542
1180
  time?: string;
1543
1181
  }
1544
- export declare namespace PropertyValue {
1545
- /**
1546
- * @internal
1547
- */
1548
- const filterSensitiveLog: (obj: PropertyValue) => any;
1549
- }
1550
1182
  /**
1551
1183
  * <p>An object that specifies the data type of a property.</p>
1552
1184
  */
@@ -1572,12 +1204,6 @@ export interface DataType {
1572
1204
  */
1573
1205
  relationship?: Relationship;
1574
1206
  }
1575
- export declare namespace DataType {
1576
- /**
1577
- * @internal
1578
- */
1579
- const filterSensitiveLog: (obj: DataType) => any;
1580
- }
1581
1207
  export interface GetPropertyValueHistoryRequest {
1582
1208
  /**
1583
1209
  * <p>The ID of the workspace.</p>
@@ -1642,12 +1268,6 @@ export interface GetPropertyValueHistoryRequest {
1642
1268
  */
1643
1269
  endTime?: string;
1644
1270
  }
1645
- export declare namespace GetPropertyValueHistoryRequest {
1646
- /**
1647
- * @internal
1648
- */
1649
- const filterSensitiveLog: (obj: GetPropertyValueHistoryRequest) => any;
1650
- }
1651
1271
  export interface GetPropertyValueResponse {
1652
1272
  /**
1653
1273
  * <p>An object that maps strings to the properties and latest property values in the response. Each string
@@ -1655,12 +1275,6 @@ export interface GetPropertyValueResponse {
1655
1275
  */
1656
1276
  propertyValues: Record<string, PropertyLatestValue> | undefined;
1657
1277
  }
1658
- export declare namespace GetPropertyValueResponse {
1659
- /**
1660
- * @internal
1661
- */
1662
- const filterSensitiveLog: (obj: GetPropertyValueResponse) => any;
1663
- }
1664
1278
  /**
1665
1279
  * <p>An object that specifies information about time series property values. This object is used and consumed by the <a href="https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/API_BatchPutPropertyValues.html">BatchPutPropertyValues</a> action.</p>
1666
1280
  */
@@ -1674,12 +1288,6 @@ export interface PropertyValueEntry {
1674
1288
  */
1675
1289
  propertyValues?: PropertyValue[];
1676
1290
  }
1677
- export declare namespace PropertyValueEntry {
1678
- /**
1679
- * @internal
1680
- */
1681
- const filterSensitiveLog: (obj: PropertyValueEntry) => any;
1682
- }
1683
1291
  /**
1684
1292
  * <p>The history of values for a time series property.</p>
1685
1293
  */
@@ -1693,12 +1301,6 @@ export interface PropertyValueHistory {
1693
1301
  */
1694
1302
  values?: PropertyValue[];
1695
1303
  }
1696
- export declare namespace PropertyValueHistory {
1697
- /**
1698
- * @internal
1699
- */
1700
- const filterSensitiveLog: (obj: PropertyValueHistory) => any;
1701
- }
1702
1304
  /**
1703
1305
  * <p>An error returned by the <code>BatchPutProperty</code> action.</p>
1704
1306
  */
@@ -1716,12 +1318,6 @@ export interface BatchPutPropertyError {
1716
1318
  */
1717
1319
  entry: PropertyValueEntry | undefined;
1718
1320
  }
1719
- export declare namespace BatchPutPropertyError {
1720
- /**
1721
- * @internal
1722
- */
1723
- const filterSensitiveLog: (obj: BatchPutPropertyError) => any;
1724
- }
1725
1321
  export interface BatchPutPropertyValuesRequest {
1726
1322
  /**
1727
1323
  * <p>The ID of the workspace that contains the properties to set.</p>
@@ -1733,12 +1329,6 @@ export interface BatchPutPropertyValuesRequest {
1733
1329
  */
1734
1330
  entries: PropertyValueEntry[] | undefined;
1735
1331
  }
1736
- export declare namespace BatchPutPropertyValuesRequest {
1737
- /**
1738
- * @internal
1739
- */
1740
- const filterSensitiveLog: (obj: BatchPutPropertyValuesRequest) => any;
1741
- }
1742
1332
  export interface GetPropertyValueHistoryResponse {
1743
1333
  /**
1744
1334
  * <p>An object that maps strings to the property definitions in the component type. Each string
@@ -1750,12 +1340,6 @@ export interface GetPropertyValueHistoryResponse {
1750
1340
  */
1751
1341
  nextToken?: string;
1752
1342
  }
1753
- export declare namespace GetPropertyValueHistoryResponse {
1754
- /**
1755
- * @internal
1756
- */
1757
- const filterSensitiveLog: (obj: GetPropertyValueHistoryResponse) => any;
1758
- }
1759
1343
  /**
1760
1344
  * <p>An object that contains information about errors returned by the <code>BatchPutProperty</code> action.</p>
1761
1345
  */
@@ -1766,12 +1350,6 @@ export interface BatchPutPropertyErrorEntry {
1766
1350
  */
1767
1351
  errors: BatchPutPropertyError[] | undefined;
1768
1352
  }
1769
- export declare namespace BatchPutPropertyErrorEntry {
1770
- /**
1771
- * @internal
1772
- */
1773
- const filterSensitiveLog: (obj: BatchPutPropertyErrorEntry) => any;
1774
- }
1775
1353
  /**
1776
1354
  * <p>An object that sets information about a property.</p>
1777
1355
  */
@@ -1806,12 +1384,6 @@ export interface PropertyDefinitionRequest {
1806
1384
  */
1807
1385
  configuration?: Record<string, string>;
1808
1386
  }
1809
- export declare namespace PropertyDefinitionRequest {
1810
- /**
1811
- * @internal
1812
- */
1813
- const filterSensitiveLog: (obj: PropertyDefinitionRequest) => any;
1814
- }
1815
1387
  /**
1816
1388
  * <p>An object that contains response data from a property definition request.</p>
1817
1389
  */
@@ -1857,24 +1429,12 @@ export interface PropertyDefinitionResponse {
1857
1429
  */
1858
1430
  configuration?: Record<string, string>;
1859
1431
  }
1860
- export declare namespace PropertyDefinitionResponse {
1861
- /**
1862
- * @internal
1863
- */
1864
- const filterSensitiveLog: (obj: PropertyDefinitionResponse) => any;
1865
- }
1866
1432
  export interface BatchPutPropertyValuesResponse {
1867
1433
  /**
1868
1434
  * <p>Entries that caused errors in the batch put operation.</p>
1869
1435
  */
1870
1436
  errorEntries: BatchPutPropertyErrorEntry[] | undefined;
1871
1437
  }
1872
- export declare namespace BatchPutPropertyValuesResponse {
1873
- /**
1874
- * @internal
1875
- */
1876
- const filterSensitiveLog: (obj: BatchPutPropertyValuesResponse) => any;
1877
- }
1878
1438
  export interface CreateComponentTypeRequest {
1879
1439
  /**
1880
1440
  * <p>The ID of the workspace that contains the component type.</p>
@@ -1912,12 +1472,6 @@ export interface CreateComponentTypeRequest {
1912
1472
  */
1913
1473
  tags?: Record<string, string>;
1914
1474
  }
1915
- export declare namespace CreateComponentTypeRequest {
1916
- /**
1917
- * @internal
1918
- */
1919
- const filterSensitiveLog: (obj: CreateComponentTypeRequest) => any;
1920
- }
1921
1475
  export interface GetComponentTypeResponse {
1922
1476
  /**
1923
1477
  * <p>The ID of the workspace that contains the component type.</p>
@@ -1976,12 +1530,6 @@ export interface GetComponentTypeResponse {
1976
1530
  */
1977
1531
  status?: Status;
1978
1532
  }
1979
- export declare namespace GetComponentTypeResponse {
1980
- /**
1981
- * @internal
1982
- */
1983
- const filterSensitiveLog: (obj: GetComponentTypeResponse) => any;
1984
- }
1985
1533
  export interface UpdateComponentTypeRequest {
1986
1534
  /**
1987
1535
  * <p>The ID of the workspace that contains the component type.</p>
@@ -2015,12 +1563,6 @@ export interface UpdateComponentTypeRequest {
2015
1563
  */
2016
1564
  functions?: Record<string, FunctionRequest>;
2017
1565
  }
2018
- export declare namespace UpdateComponentTypeRequest {
2019
- /**
2020
- * @internal
2021
- */
2022
- const filterSensitiveLog: (obj: UpdateComponentTypeRequest) => any;
2023
- }
2024
1566
  /**
2025
1567
  * <p>An object that sets information about a property.</p>
2026
1568
  */
@@ -2038,12 +1580,6 @@ export interface PropertyRequest {
2038
1580
  */
2039
1581
  updateType?: PropertyUpdateType | string;
2040
1582
  }
2041
- export declare namespace PropertyRequest {
2042
- /**
2043
- * @internal
2044
- */
2045
- const filterSensitiveLog: (obj: PropertyRequest) => any;
2046
- }
2047
1583
  /**
2048
1584
  * <p>An object that contains information about a property response.</p>
2049
1585
  */
@@ -2057,12 +1593,6 @@ export interface PropertyResponse {
2057
1593
  */
2058
1594
  value?: DataValue;
2059
1595
  }
2060
- export declare namespace PropertyResponse {
2061
- /**
2062
- * @internal
2063
- */
2064
- const filterSensitiveLog: (obj: PropertyResponse) => any;
2065
- }
2066
1596
  /**
2067
1597
  * <p>An object that sets information about a component type create or update request.</p>
2068
1598
  */
@@ -2081,12 +1611,6 @@ export interface ComponentRequest {
2081
1611
  */
2082
1612
  properties?: Record<string, PropertyRequest>;
2083
1613
  }
2084
- export declare namespace ComponentRequest {
2085
- /**
2086
- * @internal
2087
- */
2088
- const filterSensitiveLog: (obj: ComponentRequest) => any;
2089
- }
2090
1614
  /**
2091
1615
  * <p>An object that returns information about a component type create or update request.</p>
2092
1616
  */
@@ -2117,12 +1641,6 @@ export interface ComponentResponse {
2117
1641
  */
2118
1642
  properties?: Record<string, PropertyResponse>;
2119
1643
  }
2120
- export declare namespace ComponentResponse {
2121
- /**
2122
- * @internal
2123
- */
2124
- const filterSensitiveLog: (obj: ComponentResponse) => any;
2125
- }
2126
1644
  /**
2127
1645
  * <p>The component update request.</p>
2128
1646
  */
@@ -2145,12 +1663,6 @@ export interface ComponentUpdateRequest {
2145
1663
  */
2146
1664
  propertyUpdates?: Record<string, PropertyRequest>;
2147
1665
  }
2148
- export declare namespace ComponentUpdateRequest {
2149
- /**
2150
- * @internal
2151
- */
2152
- const filterSensitiveLog: (obj: ComponentUpdateRequest) => any;
2153
- }
2154
1666
  export interface CreateEntityRequest {
2155
1667
  /**
2156
1668
  * <p>The ID of the workspace that contains the entity.</p>
@@ -2182,12 +1694,6 @@ export interface CreateEntityRequest {
2182
1694
  */
2183
1695
  tags?: Record<string, string>;
2184
1696
  }
2185
- export declare namespace CreateEntityRequest {
2186
- /**
2187
- * @internal
2188
- */
2189
- const filterSensitiveLog: (obj: CreateEntityRequest) => any;
2190
- }
2191
1697
  export interface GetEntityResponse {
2192
1698
  /**
2193
1699
  * <p>The ID of the entity.</p>
@@ -2235,12 +1741,6 @@ export interface GetEntityResponse {
2235
1741
  */
2236
1742
  updateDateTime: Date | undefined;
2237
1743
  }
2238
- export declare namespace GetEntityResponse {
2239
- /**
2240
- * @internal
2241
- */
2242
- const filterSensitiveLog: (obj: GetEntityResponse) => any;
2243
- }
2244
1744
  export interface UpdateEntityRequest {
2245
1745
  /**
2246
1746
  * <p>The ID of the workspace that contains the entity.</p>
@@ -2268,9 +1768,343 @@ export interface UpdateEntityRequest {
2268
1768
  */
2269
1769
  parentEntityUpdate?: ParentEntityUpdateRequest;
2270
1770
  }
2271
- export declare namespace UpdateEntityRequest {
2272
- /**
2273
- * @internal
2274
- */
2275
- const filterSensitiveLog: (obj: UpdateEntityRequest) => any;
2276
- }
1771
+ /**
1772
+ * @internal
1773
+ */
1774
+ export declare const EntityPropertyReferenceFilterSensitiveLog: (obj: EntityPropertyReference) => any;
1775
+ /**
1776
+ * @internal
1777
+ */
1778
+ export declare const RelationshipValueFilterSensitiveLog: (obj: RelationshipValue) => any;
1779
+ /**
1780
+ * @internal
1781
+ */
1782
+ export declare const LambdaFunctionFilterSensitiveLog: (obj: LambdaFunction) => any;
1783
+ /**
1784
+ * @internal
1785
+ */
1786
+ export declare const DataConnectorFilterSensitiveLog: (obj: DataConnector) => any;
1787
+ /**
1788
+ * @internal
1789
+ */
1790
+ export declare const FunctionRequestFilterSensitiveLog: (obj: FunctionRequest) => any;
1791
+ /**
1792
+ * @internal
1793
+ */
1794
+ export declare const RelationshipFilterSensitiveLog: (obj: Relationship) => any;
1795
+ /**
1796
+ * @internal
1797
+ */
1798
+ export declare const CreateComponentTypeResponseFilterSensitiveLog: (obj: CreateComponentTypeResponse) => any;
1799
+ /**
1800
+ * @internal
1801
+ */
1802
+ export declare const CreateEntityResponseFilterSensitiveLog: (obj: CreateEntityResponse) => any;
1803
+ /**
1804
+ * @internal
1805
+ */
1806
+ export declare const CreateSceneRequestFilterSensitiveLog: (obj: CreateSceneRequest) => any;
1807
+ /**
1808
+ * @internal
1809
+ */
1810
+ export declare const CreateSceneResponseFilterSensitiveLog: (obj: CreateSceneResponse) => any;
1811
+ /**
1812
+ * @internal
1813
+ */
1814
+ export declare const CreateWorkspaceRequestFilterSensitiveLog: (obj: CreateWorkspaceRequest) => any;
1815
+ /**
1816
+ * @internal
1817
+ */
1818
+ export declare const CreateWorkspaceResponseFilterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
1819
+ /**
1820
+ * @internal
1821
+ */
1822
+ export declare const DeleteComponentTypeRequestFilterSensitiveLog: (obj: DeleteComponentTypeRequest) => any;
1823
+ /**
1824
+ * @internal
1825
+ */
1826
+ export declare const DeleteComponentTypeResponseFilterSensitiveLog: (obj: DeleteComponentTypeResponse) => any;
1827
+ /**
1828
+ * @internal
1829
+ */
1830
+ export declare const DeleteEntityRequestFilterSensitiveLog: (obj: DeleteEntityRequest) => any;
1831
+ /**
1832
+ * @internal
1833
+ */
1834
+ export declare const DeleteEntityResponseFilterSensitiveLog: (obj: DeleteEntityResponse) => any;
1835
+ /**
1836
+ * @internal
1837
+ */
1838
+ export declare const DeleteSceneRequestFilterSensitiveLog: (obj: DeleteSceneRequest) => any;
1839
+ /**
1840
+ * @internal
1841
+ */
1842
+ export declare const DeleteSceneResponseFilterSensitiveLog: (obj: DeleteSceneResponse) => any;
1843
+ /**
1844
+ * @internal
1845
+ */
1846
+ export declare const DeleteWorkspaceRequestFilterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
1847
+ /**
1848
+ * @internal
1849
+ */
1850
+ export declare const DeleteWorkspaceResponseFilterSensitiveLog: (obj: DeleteWorkspaceResponse) => any;
1851
+ /**
1852
+ * @internal
1853
+ */
1854
+ export declare const GetComponentTypeRequestFilterSensitiveLog: (obj: GetComponentTypeRequest) => any;
1855
+ /**
1856
+ * @internal
1857
+ */
1858
+ export declare const FunctionResponseFilterSensitiveLog: (obj: FunctionResponse) => any;
1859
+ /**
1860
+ * @internal
1861
+ */
1862
+ export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
1863
+ /**
1864
+ * @internal
1865
+ */
1866
+ export declare const StatusFilterSensitiveLog: (obj: Status) => any;
1867
+ /**
1868
+ * @internal
1869
+ */
1870
+ export declare const GetEntityRequestFilterSensitiveLog: (obj: GetEntityRequest) => any;
1871
+ /**
1872
+ * @internal
1873
+ */
1874
+ export declare const GetPropertyValueRequestFilterSensitiveLog: (obj: GetPropertyValueRequest) => any;
1875
+ /**
1876
+ * @internal
1877
+ */
1878
+ export declare const InterpolationParametersFilterSensitiveLog: (obj: InterpolationParameters) => any;
1879
+ /**
1880
+ * @internal
1881
+ */
1882
+ export declare const GetSceneRequestFilterSensitiveLog: (obj: GetSceneRequest) => any;
1883
+ /**
1884
+ * @internal
1885
+ */
1886
+ export declare const GetSceneResponseFilterSensitiveLog: (obj: GetSceneResponse) => any;
1887
+ /**
1888
+ * @internal
1889
+ */
1890
+ export declare const GetWorkspaceRequestFilterSensitiveLog: (obj: GetWorkspaceRequest) => any;
1891
+ /**
1892
+ * @internal
1893
+ */
1894
+ export declare const GetWorkspaceResponseFilterSensitiveLog: (obj: GetWorkspaceResponse) => any;
1895
+ /**
1896
+ * @internal
1897
+ */
1898
+ export declare const ListComponentTypesFilterFilterSensitiveLog: (obj: ListComponentTypesFilter) => any;
1899
+ /**
1900
+ * @internal
1901
+ */
1902
+ export declare const ListComponentTypesRequestFilterSensitiveLog: (obj: ListComponentTypesRequest) => any;
1903
+ /**
1904
+ * @internal
1905
+ */
1906
+ export declare const ComponentTypeSummaryFilterSensitiveLog: (obj: ComponentTypeSummary) => any;
1907
+ /**
1908
+ * @internal
1909
+ */
1910
+ export declare const ListComponentTypesResponseFilterSensitiveLog: (obj: ListComponentTypesResponse) => any;
1911
+ /**
1912
+ * @internal
1913
+ */
1914
+ export declare const ListEntitiesFilterFilterSensitiveLog: (obj: ListEntitiesFilter) => any;
1915
+ /**
1916
+ * @internal
1917
+ */
1918
+ export declare const ListEntitiesRequestFilterSensitiveLog: (obj: ListEntitiesRequest) => any;
1919
+ /**
1920
+ * @internal
1921
+ */
1922
+ export declare const EntitySummaryFilterSensitiveLog: (obj: EntitySummary) => any;
1923
+ /**
1924
+ * @internal
1925
+ */
1926
+ export declare const ListEntitiesResponseFilterSensitiveLog: (obj: ListEntitiesResponse) => any;
1927
+ /**
1928
+ * @internal
1929
+ */
1930
+ export declare const ListScenesRequestFilterSensitiveLog: (obj: ListScenesRequest) => any;
1931
+ /**
1932
+ * @internal
1933
+ */
1934
+ export declare const SceneSummaryFilterSensitiveLog: (obj: SceneSummary) => any;
1935
+ /**
1936
+ * @internal
1937
+ */
1938
+ export declare const ListScenesResponseFilterSensitiveLog: (obj: ListScenesResponse) => any;
1939
+ /**
1940
+ * @internal
1941
+ */
1942
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1943
+ /**
1944
+ * @internal
1945
+ */
1946
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1947
+ /**
1948
+ * @internal
1949
+ */
1950
+ export declare const ListWorkspacesRequestFilterSensitiveLog: (obj: ListWorkspacesRequest) => any;
1951
+ /**
1952
+ * @internal
1953
+ */
1954
+ export declare const WorkspaceSummaryFilterSensitiveLog: (obj: WorkspaceSummary) => any;
1955
+ /**
1956
+ * @internal
1957
+ */
1958
+ export declare const ListWorkspacesResponseFilterSensitiveLog: (obj: ListWorkspacesResponse) => any;
1959
+ /**
1960
+ * @internal
1961
+ */
1962
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1963
+ /**
1964
+ * @internal
1965
+ */
1966
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1967
+ /**
1968
+ * @internal
1969
+ */
1970
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1971
+ /**
1972
+ * @internal
1973
+ */
1974
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1975
+ /**
1976
+ * @internal
1977
+ */
1978
+ export declare const UpdateComponentTypeResponseFilterSensitiveLog: (obj: UpdateComponentTypeResponse) => any;
1979
+ /**
1980
+ * @internal
1981
+ */
1982
+ export declare const ParentEntityUpdateRequestFilterSensitiveLog: (obj: ParentEntityUpdateRequest) => any;
1983
+ /**
1984
+ * @internal
1985
+ */
1986
+ export declare const UpdateEntityResponseFilterSensitiveLog: (obj: UpdateEntityResponse) => any;
1987
+ /**
1988
+ * @internal
1989
+ */
1990
+ export declare const UpdateSceneRequestFilterSensitiveLog: (obj: UpdateSceneRequest) => any;
1991
+ /**
1992
+ * @internal
1993
+ */
1994
+ export declare const UpdateSceneResponseFilterSensitiveLog: (obj: UpdateSceneResponse) => any;
1995
+ /**
1996
+ * @internal
1997
+ */
1998
+ export declare const UpdateWorkspaceRequestFilterSensitiveLog: (obj: UpdateWorkspaceRequest) => any;
1999
+ /**
2000
+ * @internal
2001
+ */
2002
+ export declare const UpdateWorkspaceResponseFilterSensitiveLog: (obj: UpdateWorkspaceResponse) => any;
2003
+ /**
2004
+ * @internal
2005
+ */
2006
+ export declare const DataValueFilterSensitiveLog: (obj: DataValue) => any;
2007
+ /**
2008
+ * @internal
2009
+ */
2010
+ export declare const PropertyFilterFilterSensitiveLog: (obj: PropertyFilter) => any;
2011
+ /**
2012
+ * @internal
2013
+ */
2014
+ export declare const PropertyLatestValueFilterSensitiveLog: (obj: PropertyLatestValue) => any;
2015
+ /**
2016
+ * @internal
2017
+ */
2018
+ export declare const PropertyValueFilterSensitiveLog: (obj: PropertyValue) => any;
2019
+ /**
2020
+ * @internal
2021
+ */
2022
+ export declare const DataTypeFilterSensitiveLog: (obj: DataType) => any;
2023
+ /**
2024
+ * @internal
2025
+ */
2026
+ export declare const GetPropertyValueHistoryRequestFilterSensitiveLog: (obj: GetPropertyValueHistoryRequest) => any;
2027
+ /**
2028
+ * @internal
2029
+ */
2030
+ export declare const GetPropertyValueResponseFilterSensitiveLog: (obj: GetPropertyValueResponse) => any;
2031
+ /**
2032
+ * @internal
2033
+ */
2034
+ export declare const PropertyValueEntryFilterSensitiveLog: (obj: PropertyValueEntry) => any;
2035
+ /**
2036
+ * @internal
2037
+ */
2038
+ export declare const PropertyValueHistoryFilterSensitiveLog: (obj: PropertyValueHistory) => any;
2039
+ /**
2040
+ * @internal
2041
+ */
2042
+ export declare const BatchPutPropertyErrorFilterSensitiveLog: (obj: BatchPutPropertyError) => any;
2043
+ /**
2044
+ * @internal
2045
+ */
2046
+ export declare const BatchPutPropertyValuesRequestFilterSensitiveLog: (obj: BatchPutPropertyValuesRequest) => any;
2047
+ /**
2048
+ * @internal
2049
+ */
2050
+ export declare const GetPropertyValueHistoryResponseFilterSensitiveLog: (obj: GetPropertyValueHistoryResponse) => any;
2051
+ /**
2052
+ * @internal
2053
+ */
2054
+ export declare const BatchPutPropertyErrorEntryFilterSensitiveLog: (obj: BatchPutPropertyErrorEntry) => any;
2055
+ /**
2056
+ * @internal
2057
+ */
2058
+ export declare const PropertyDefinitionRequestFilterSensitiveLog: (obj: PropertyDefinitionRequest) => any;
2059
+ /**
2060
+ * @internal
2061
+ */
2062
+ export declare const PropertyDefinitionResponseFilterSensitiveLog: (obj: PropertyDefinitionResponse) => any;
2063
+ /**
2064
+ * @internal
2065
+ */
2066
+ export declare const BatchPutPropertyValuesResponseFilterSensitiveLog: (obj: BatchPutPropertyValuesResponse) => any;
2067
+ /**
2068
+ * @internal
2069
+ */
2070
+ export declare const CreateComponentTypeRequestFilterSensitiveLog: (obj: CreateComponentTypeRequest) => any;
2071
+ /**
2072
+ * @internal
2073
+ */
2074
+ export declare const GetComponentTypeResponseFilterSensitiveLog: (obj: GetComponentTypeResponse) => any;
2075
+ /**
2076
+ * @internal
2077
+ */
2078
+ export declare const UpdateComponentTypeRequestFilterSensitiveLog: (obj: UpdateComponentTypeRequest) => any;
2079
+ /**
2080
+ * @internal
2081
+ */
2082
+ export declare const PropertyRequestFilterSensitiveLog: (obj: PropertyRequest) => any;
2083
+ /**
2084
+ * @internal
2085
+ */
2086
+ export declare const PropertyResponseFilterSensitiveLog: (obj: PropertyResponse) => any;
2087
+ /**
2088
+ * @internal
2089
+ */
2090
+ export declare const ComponentRequestFilterSensitiveLog: (obj: ComponentRequest) => any;
2091
+ /**
2092
+ * @internal
2093
+ */
2094
+ export declare const ComponentResponseFilterSensitiveLog: (obj: ComponentResponse) => any;
2095
+ /**
2096
+ * @internal
2097
+ */
2098
+ export declare const ComponentUpdateRequestFilterSensitiveLog: (obj: ComponentUpdateRequest) => any;
2099
+ /**
2100
+ * @internal
2101
+ */
2102
+ export declare const CreateEntityRequestFilterSensitiveLog: (obj: CreateEntityRequest) => any;
2103
+ /**
2104
+ * @internal
2105
+ */
2106
+ export declare const GetEntityResponseFilterSensitiveLog: (obj: GetEntityResponse) => any;
2107
+ /**
2108
+ * @internal
2109
+ */
2110
+ export declare const UpdateEntityRequestFilterSensitiveLog: (obj: UpdateEntityRequest) => any;