@aws-sdk/client-iotthingsgraph 3.131.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 (76) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/AssociateEntityToThingCommand.js +2 -2
  3. package/dist-cjs/commands/CreateFlowTemplateCommand.js +2 -2
  4. package/dist-cjs/commands/CreateSystemInstanceCommand.js +2 -2
  5. package/dist-cjs/commands/CreateSystemTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +2 -2
  10. package/dist-cjs/commands/DeploySystemInstanceCommand.js +2 -2
  11. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +2 -2
  12. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
  14. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +2 -2
  15. package/dist-cjs/commands/GetEntitiesCommand.js +2 -2
  16. package/dist-cjs/commands/GetFlowTemplateCommand.js +2 -2
  17. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +2 -2
  18. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +2 -2
  19. package/dist-cjs/commands/GetSystemInstanceCommand.js +2 -2
  20. package/dist-cjs/commands/GetSystemTemplateCommand.js +2 -2
  21. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +2 -2
  22. package/dist-cjs/commands/GetUploadStatusCommand.js +2 -2
  23. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +2 -2
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  25. package/dist-cjs/commands/SearchEntitiesCommand.js +2 -2
  26. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +2 -2
  27. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +2 -2
  28. package/dist-cjs/commands/SearchSystemInstancesCommand.js +2 -2
  29. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +2 -2
  30. package/dist-cjs/commands/SearchThingsCommand.js +2 -2
  31. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +2 -2
  33. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +2 -2
  36. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +2 -2
  37. package/dist-cjs/models/models_0.js +355 -531
  38. package/dist-es/commands/AssociateEntityToThingCommand.js +3 -3
  39. package/dist-es/commands/CreateFlowTemplateCommand.js +3 -3
  40. package/dist-es/commands/CreateSystemInstanceCommand.js +3 -3
  41. package/dist-es/commands/CreateSystemTemplateCommand.js +3 -3
  42. package/dist-es/commands/DeleteFlowTemplateCommand.js +3 -3
  43. package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
  44. package/dist-es/commands/DeleteSystemInstanceCommand.js +3 -3
  45. package/dist-es/commands/DeleteSystemTemplateCommand.js +3 -3
  46. package/dist-es/commands/DeploySystemInstanceCommand.js +3 -3
  47. package/dist-es/commands/DeprecateFlowTemplateCommand.js +3 -3
  48. package/dist-es/commands/DeprecateSystemTemplateCommand.js +3 -3
  49. package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
  50. package/dist-es/commands/DissociateEntityFromThingCommand.js +3 -3
  51. package/dist-es/commands/GetEntitiesCommand.js +3 -3
  52. package/dist-es/commands/GetFlowTemplateCommand.js +3 -3
  53. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +3 -3
  54. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +3 -3
  55. package/dist-es/commands/GetSystemInstanceCommand.js +3 -3
  56. package/dist-es/commands/GetSystemTemplateCommand.js +3 -3
  57. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +3 -3
  58. package/dist-es/commands/GetUploadStatusCommand.js +3 -3
  59. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +3 -3
  60. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  61. package/dist-es/commands/SearchEntitiesCommand.js +3 -3
  62. package/dist-es/commands/SearchFlowExecutionsCommand.js +3 -3
  63. package/dist-es/commands/SearchFlowTemplatesCommand.js +3 -3
  64. package/dist-es/commands/SearchSystemInstancesCommand.js +3 -3
  65. package/dist-es/commands/SearchSystemTemplatesCommand.js +3 -3
  66. package/dist-es/commands/SearchThingsCommand.js +3 -3
  67. package/dist-es/commands/TagResourceCommand.js +3 -3
  68. package/dist-es/commands/UndeploySystemInstanceCommand.js +3 -3
  69. package/dist-es/commands/UntagResourceCommand.js +3 -3
  70. package/dist-es/commands/UpdateFlowTemplateCommand.js +3 -3
  71. package/dist-es/commands/UpdateSystemTemplateCommand.js +3 -3
  72. package/dist-es/commands/UploadEntityDefinitionsCommand.js +3 -3
  73. package/dist-es/models/models_0.js +88 -352
  74. package/dist-types/models/models_0.d.ts +352 -528
  75. package/dist-types/ts3.4/models/models_0.d.ts +176 -352
  76. package/package.json +6 -6
@@ -18,20 +18,8 @@ export interface AssociateEntityToThingRequest {
18
18
  */
19
19
  namespaceVersion?: number;
20
20
  }
21
- export declare namespace AssociateEntityToThingRequest {
22
- /**
23
- * @internal
24
- */
25
- const filterSensitiveLog: (obj: AssociateEntityToThingRequest) => any;
26
- }
27
21
  export interface AssociateEntityToThingResponse {
28
22
  }
29
- export declare namespace AssociateEntityToThingResponse {
30
- /**
31
- * @internal
32
- */
33
- const filterSensitiveLog: (obj: AssociateEntityToThingResponse) => any;
34
- }
35
23
  /**
36
24
  * <p></p>
37
25
  */
@@ -92,12 +80,6 @@ export interface DefinitionDocument {
92
80
  */
93
81
  text: string | undefined;
94
82
  }
95
- export declare namespace DefinitionDocument {
96
- /**
97
- * @internal
98
- */
99
- const filterSensitiveLog: (obj: DefinitionDocument) => any;
100
- }
101
83
  export interface CreateFlowTemplateRequest {
102
84
  /**
103
85
  * <p>The workflow <code>DefinitionDocument</code>.</p>
@@ -109,12 +91,6 @@ export interface CreateFlowTemplateRequest {
109
91
  */
110
92
  compatibleNamespaceVersion?: number;
111
93
  }
112
- export declare namespace CreateFlowTemplateRequest {
113
- /**
114
- * @internal
115
- */
116
- const filterSensitiveLog: (obj: CreateFlowTemplateRequest) => any;
117
- }
118
94
  /**
119
95
  * <p>An object that contains summary information about a workflow.</p>
120
96
  */
@@ -136,24 +112,12 @@ export interface FlowTemplateSummary {
136
112
  */
137
113
  createdAt?: Date;
138
114
  }
139
- export declare namespace FlowTemplateSummary {
140
- /**
141
- * @internal
142
- */
143
- const filterSensitiveLog: (obj: FlowTemplateSummary) => any;
144
- }
145
115
  export interface CreateFlowTemplateResponse {
146
116
  /**
147
117
  * <p>The summary object that describes the created workflow.</p>
148
118
  */
149
119
  summary?: FlowTemplateSummary;
150
120
  }
151
- export declare namespace CreateFlowTemplateResponse {
152
- /**
153
- * @internal
154
- */
155
- const filterSensitiveLog: (obj: CreateFlowTemplateResponse) => any;
156
- }
157
121
  /**
158
122
  * <p></p>
159
123
  */
@@ -189,12 +153,6 @@ export interface MetricsConfiguration {
189
153
  */
190
154
  metricRuleRoleArn?: string;
191
155
  }
192
- export declare namespace MetricsConfiguration {
193
- /**
194
- * @internal
195
- */
196
- const filterSensitiveLog: (obj: MetricsConfiguration) => any;
197
- }
198
156
  /**
199
157
  * <p>Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.</p>
200
158
  */
@@ -208,12 +166,6 @@ export interface Tag {
208
166
  */
209
167
  value: string | undefined;
210
168
  }
211
- export declare namespace Tag {
212
- /**
213
- * @internal
214
- */
215
- const filterSensitiveLog: (obj: Tag) => any;
216
- }
217
169
  export declare enum DeploymentTarget {
218
170
  CLOUD = "CLOUD",
219
171
  GREENGRASS = "GREENGRASS"
@@ -252,12 +204,6 @@ export interface CreateSystemInstanceRequest {
252
204
  */
253
205
  flowActionsRoleArn?: string;
254
206
  }
255
- export declare namespace CreateSystemInstanceRequest {
256
- /**
257
- * @internal
258
- */
259
- const filterSensitiveLog: (obj: CreateSystemInstanceRequest) => any;
260
- }
261
207
  export declare enum SystemInstanceDeploymentStatus {
262
208
  BOOTSTRAP = "BOOTSTRAP",
263
209
  DELETED_IN_TARGET = "DELETED_IN_TARGET",
@@ -311,24 +257,12 @@ export interface SystemInstanceSummary {
311
257
  */
312
258
  greengrassGroupVersionId?: string;
313
259
  }
314
- export declare namespace SystemInstanceSummary {
315
- /**
316
- * @internal
317
- */
318
- const filterSensitiveLog: (obj: SystemInstanceSummary) => any;
319
- }
320
260
  export interface CreateSystemInstanceResponse {
321
261
  /**
322
262
  * <p>The summary object that describes the new system instance.</p>
323
263
  */
324
264
  summary?: SystemInstanceSummary;
325
265
  }
326
- export declare namespace CreateSystemInstanceResponse {
327
- /**
328
- * @internal
329
- */
330
- const filterSensitiveLog: (obj: CreateSystemInstanceResponse) => any;
331
- }
332
266
  export interface CreateSystemTemplateRequest {
333
267
  /**
334
268
  * <p>The <code>DefinitionDocument</code> used to create the system.</p>
@@ -340,12 +274,6 @@ export interface CreateSystemTemplateRequest {
340
274
  */
341
275
  compatibleNamespaceVersion?: number;
342
276
  }
343
- export declare namespace CreateSystemTemplateRequest {
344
- /**
345
- * @internal
346
- */
347
- const filterSensitiveLog: (obj: CreateSystemTemplateRequest) => any;
348
- }
349
277
  /**
350
278
  * <p>An object that contains information about a system.</p>
351
279
  */
@@ -367,24 +295,12 @@ export interface SystemTemplateSummary {
367
295
  */
368
296
  createdAt?: Date;
369
297
  }
370
- export declare namespace SystemTemplateSummary {
371
- /**
372
- * @internal
373
- */
374
- const filterSensitiveLog: (obj: SystemTemplateSummary) => any;
375
- }
376
298
  export interface CreateSystemTemplateResponse {
377
299
  /**
378
300
  * <p>The summary object that describes the created system.</p>
379
301
  */
380
302
  summary?: SystemTemplateSummary;
381
303
  }
382
- export declare namespace CreateSystemTemplateResponse {
383
- /**
384
- * @internal
385
- */
386
- const filterSensitiveLog: (obj: CreateSystemTemplateResponse) => any;
387
- }
388
304
  export interface DeleteFlowTemplateRequest {
389
305
  /**
390
306
  * <p>The ID of the workflow to be deleted.</p>
@@ -395,20 +311,8 @@ export interface DeleteFlowTemplateRequest {
395
311
  */
396
312
  id: string | undefined;
397
313
  }
398
- export declare namespace DeleteFlowTemplateRequest {
399
- /**
400
- * @internal
401
- */
402
- const filterSensitiveLog: (obj: DeleteFlowTemplateRequest) => any;
403
- }
404
314
  export interface DeleteFlowTemplateResponse {
405
315
  }
406
- export declare namespace DeleteFlowTemplateResponse {
407
- /**
408
- * @internal
409
- */
410
- const filterSensitiveLog: (obj: DeleteFlowTemplateResponse) => any;
411
- }
412
316
  /**
413
317
  * <p></p>
414
318
  */
@@ -422,12 +326,6 @@ export declare class ResourceInUseException extends __BaseException {
422
326
  }
423
327
  export interface DeleteNamespaceRequest {
424
328
  }
425
- export declare namespace DeleteNamespaceRequest {
426
- /**
427
- * @internal
428
- */
429
- const filterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
430
- }
431
329
  export interface DeleteNamespaceResponse {
432
330
  /**
433
331
  * <p>The ARN of the namespace to be deleted.</p>
@@ -438,32 +336,14 @@ export interface DeleteNamespaceResponse {
438
336
  */
439
337
  namespaceName?: string;
440
338
  }
441
- export declare namespace DeleteNamespaceResponse {
442
- /**
443
- * @internal
444
- */
445
- const filterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
446
- }
447
339
  export interface DeleteSystemInstanceRequest {
448
340
  /**
449
341
  * <p>The ID of the system instance to be deleted.</p>
450
342
  */
451
343
  id?: string;
452
344
  }
453
- export declare namespace DeleteSystemInstanceRequest {
454
- /**
455
- * @internal
456
- */
457
- const filterSensitiveLog: (obj: DeleteSystemInstanceRequest) => any;
458
- }
459
345
  export interface DeleteSystemInstanceResponse {
460
346
  }
461
- export declare namespace DeleteSystemInstanceResponse {
462
- /**
463
- * @internal
464
- */
465
- const filterSensitiveLog: (obj: DeleteSystemInstanceResponse) => any;
466
- }
467
347
  export interface DeleteSystemTemplateRequest {
468
348
  /**
469
349
  * <p>The ID of the system to be deleted.</p>
@@ -474,20 +354,8 @@ export interface DeleteSystemTemplateRequest {
474
354
  */
475
355
  id: string | undefined;
476
356
  }
477
- export declare namespace DeleteSystemTemplateRequest {
478
- /**
479
- * @internal
480
- */
481
- const filterSensitiveLog: (obj: DeleteSystemTemplateRequest) => any;
482
- }
483
357
  export interface DeleteSystemTemplateResponse {
484
358
  }
485
- export declare namespace DeleteSystemTemplateResponse {
486
- /**
487
- * @internal
488
- */
489
- const filterSensitiveLog: (obj: DeleteSystemTemplateResponse) => any;
490
- }
491
359
  /**
492
360
  * <p>An object that contains the ID and revision number of a workflow or system that is part of a deployment.</p>
493
361
  */
@@ -501,12 +369,6 @@ export interface DependencyRevision {
501
369
  */
502
370
  revisionNumber?: number;
503
371
  }
504
- export declare namespace DependencyRevision {
505
- /**
506
- * @internal
507
- */
508
- const filterSensitiveLog: (obj: DependencyRevision) => any;
509
- }
510
372
  export interface DeploySystemInstanceRequest {
511
373
  /**
512
374
  * <p>The ID of the system instance. This value is returned by the <code>CreateSystemInstance</code> action.</p>
@@ -517,12 +379,6 @@ export interface DeploySystemInstanceRequest {
517
379
  */
518
380
  id?: string;
519
381
  }
520
- export declare namespace DeploySystemInstanceRequest {
521
- /**
522
- * @internal
523
- */
524
- const filterSensitiveLog: (obj: DeploySystemInstanceRequest) => any;
525
- }
526
382
  export interface DeploySystemInstanceResponse {
527
383
  /**
528
384
  * <p>An object that contains summary information about a system instance that was deployed. </p>
@@ -533,12 +389,6 @@ export interface DeploySystemInstanceResponse {
533
389
  */
534
390
  greengrassDeploymentId?: string;
535
391
  }
536
- export declare namespace DeploySystemInstanceResponse {
537
- /**
538
- * @internal
539
- */
540
- const filterSensitiveLog: (obj: DeploySystemInstanceResponse) => any;
541
- }
542
392
  export interface DeprecateFlowTemplateRequest {
543
393
  /**
544
394
  * <p>The ID of the workflow to be deleted.</p>
@@ -549,20 +399,8 @@ export interface DeprecateFlowTemplateRequest {
549
399
  */
550
400
  id: string | undefined;
551
401
  }
552
- export declare namespace DeprecateFlowTemplateRequest {
553
- /**
554
- * @internal
555
- */
556
- const filterSensitiveLog: (obj: DeprecateFlowTemplateRequest) => any;
557
- }
558
402
  export interface DeprecateFlowTemplateResponse {
559
403
  }
560
- export declare namespace DeprecateFlowTemplateResponse {
561
- /**
562
- * @internal
563
- */
564
- const filterSensitiveLog: (obj: DeprecateFlowTemplateResponse) => any;
565
- }
566
404
  export interface DeprecateSystemTemplateRequest {
567
405
  /**
568
406
  * <p>The ID of the system to delete.</p>
@@ -573,32 +411,14 @@ export interface DeprecateSystemTemplateRequest {
573
411
  */
574
412
  id: string | undefined;
575
413
  }
576
- export declare namespace DeprecateSystemTemplateRequest {
577
- /**
578
- * @internal
579
- */
580
- const filterSensitiveLog: (obj: DeprecateSystemTemplateRequest) => any;
581
- }
582
414
  export interface DeprecateSystemTemplateResponse {
583
415
  }
584
- export declare namespace DeprecateSystemTemplateResponse {
585
- /**
586
- * @internal
587
- */
588
- const filterSensitiveLog: (obj: DeprecateSystemTemplateResponse) => any;
589
- }
590
416
  export interface DescribeNamespaceRequest {
591
417
  /**
592
418
  * <p>The name of the user's namespace. Set this to <code>aws</code> to get the public namespace.</p>
593
419
  */
594
420
  namespaceName?: string;
595
421
  }
596
- export declare namespace DescribeNamespaceRequest {
597
- /**
598
- * @internal
599
- */
600
- const filterSensitiveLog: (obj: DescribeNamespaceRequest) => any;
601
- }
602
422
  export interface DescribeNamespaceResponse {
603
423
  /**
604
424
  * <p>The ARN of the namespace.</p>
@@ -621,12 +441,6 @@ export interface DescribeNamespaceResponse {
621
441
  */
622
442
  namespaceVersion?: number;
623
443
  }
624
- export declare namespace DescribeNamespaceResponse {
625
- /**
626
- * @internal
627
- */
628
- const filterSensitiveLog: (obj: DescribeNamespaceResponse) => any;
629
- }
630
444
  export declare enum EntityType {
631
445
  ACTION = "ACTION",
632
446
  CAPABILITY = "CAPABILITY",
@@ -649,20 +463,8 @@ export interface DissociateEntityFromThingRequest {
649
463
  */
650
464
  entityType: EntityType | string | undefined;
651
465
  }
652
- export declare namespace DissociateEntityFromThingRequest {
653
- /**
654
- * @internal
655
- */
656
- const filterSensitiveLog: (obj: DissociateEntityFromThingRequest) => any;
657
- }
658
466
  export interface DissociateEntityFromThingResponse {
659
467
  }
660
- export declare namespace DissociateEntityFromThingResponse {
661
- /**
662
- * @internal
663
- */
664
- const filterSensitiveLog: (obj: DissociateEntityFromThingResponse) => any;
665
- }
666
468
  /**
667
469
  * <p>Describes the properties of an entity.</p>
668
470
  */
@@ -688,12 +490,6 @@ export interface EntityDescription {
688
490
  */
689
491
  definition?: DefinitionDocument;
690
492
  }
691
- export declare namespace EntityDescription {
692
- /**
693
- * @internal
694
- */
695
- const filterSensitiveLog: (obj: EntityDescription) => any;
696
- }
697
493
  export declare enum EntityFilterName {
698
494
  NAME = "NAME",
699
495
  NAMESPACE = "NAMESPACE",
@@ -716,12 +512,6 @@ export interface EntityFilter {
716
512
  */
717
513
  value?: string[];
718
514
  }
719
- export declare namespace EntityFilter {
720
- /**
721
- * @internal
722
- */
723
- const filterSensitiveLog: (obj: EntityFilter) => any;
724
- }
725
515
  export declare enum FlowExecutionEventType {
726
516
  ACKNOWLEDGE_TASK_MESSAGE = "ACKNOWLEDGE_TASK_MESSAGE",
727
517
  ACTIVITY_FAILED = "ACTIVITY_FAILED",
@@ -762,12 +552,6 @@ export interface FlowExecutionMessage {
762
552
  */
763
553
  payload?: string;
764
554
  }
765
- export declare namespace FlowExecutionMessage {
766
- /**
767
- * @internal
768
- */
769
- const filterSensitiveLog: (obj: FlowExecutionMessage) => any;
770
- }
771
555
  export declare enum FlowExecutionStatus {
772
556
  ABORTED = "ABORTED",
773
557
  FAILED = "FAILED",
@@ -803,12 +587,6 @@ export interface FlowExecutionSummary {
803
587
  */
804
588
  updatedAt?: Date;
805
589
  }
806
- export declare namespace FlowExecutionSummary {
807
- /**
808
- * @internal
809
- */
810
- const filterSensitiveLog: (obj: FlowExecutionSummary) => any;
811
- }
812
590
  /**
813
591
  * <p>An object that contains a workflow's definition and summary information.</p>
814
592
  */
@@ -826,12 +604,6 @@ export interface FlowTemplateDescription {
826
604
  */
827
605
  validatedNamespaceVersion?: number;
828
606
  }
829
- export declare namespace FlowTemplateDescription {
830
- /**
831
- * @internal
832
- */
833
- const filterSensitiveLog: (obj: FlowTemplateDescription) => any;
834
- }
835
607
  export declare enum FlowTemplateFilterName {
836
608
  DEVICE_MODEL_ID = "DEVICE_MODEL_ID"
837
609
  }
@@ -848,12 +620,6 @@ export interface FlowTemplateFilter {
848
620
  */
849
621
  value: string[] | undefined;
850
622
  }
851
- export declare namespace FlowTemplateFilter {
852
- /**
853
- * @internal
854
- */
855
- const filterSensitiveLog: (obj: FlowTemplateFilter) => any;
856
- }
857
623
  export interface GetEntitiesRequest {
858
624
  /**
859
625
  * <p>An array of entity IDs.</p>
@@ -868,24 +634,12 @@ export interface GetEntitiesRequest {
868
634
  */
869
635
  namespaceVersion?: number;
870
636
  }
871
- export declare namespace GetEntitiesRequest {
872
- /**
873
- * @internal
874
- */
875
- const filterSensitiveLog: (obj: GetEntitiesRequest) => any;
876
- }
877
637
  export interface GetEntitiesResponse {
878
638
  /**
879
639
  * <p>An array of descriptions for the specified entities.</p>
880
640
  */
881
641
  descriptions?: EntityDescription[];
882
642
  }
883
- export declare namespace GetEntitiesResponse {
884
- /**
885
- * @internal
886
- */
887
- const filterSensitiveLog: (obj: GetEntitiesResponse) => any;
888
- }
889
643
  export interface GetFlowTemplateRequest {
890
644
  /**
891
645
  * <p>The ID of the workflow.</p>
@@ -900,24 +654,12 @@ export interface GetFlowTemplateRequest {
900
654
  */
901
655
  revisionNumber?: number;
902
656
  }
903
- export declare namespace GetFlowTemplateRequest {
904
- /**
905
- * @internal
906
- */
907
- const filterSensitiveLog: (obj: GetFlowTemplateRequest) => any;
908
- }
909
657
  export interface GetFlowTemplateResponse {
910
658
  /**
911
659
  * <p>The object that describes the specified workflow.</p>
912
660
  */
913
661
  description?: FlowTemplateDescription;
914
662
  }
915
- export declare namespace GetFlowTemplateResponse {
916
- /**
917
- * @internal
918
- */
919
- const filterSensitiveLog: (obj: GetFlowTemplateResponse) => any;
920
- }
921
663
  export interface GetFlowTemplateRevisionsRequest {
922
664
  /**
923
665
  * <p>The ID of the workflow.</p>
@@ -936,12 +678,6 @@ export interface GetFlowTemplateRevisionsRequest {
936
678
  */
937
679
  maxResults?: number;
938
680
  }
939
- export declare namespace GetFlowTemplateRevisionsRequest {
940
- /**
941
- * @internal
942
- */
943
- const filterSensitiveLog: (obj: GetFlowTemplateRevisionsRequest) => any;
944
- }
945
681
  export interface GetFlowTemplateRevisionsResponse {
946
682
  /**
947
683
  * <p>An array of objects that provide summary data about each revision.</p>
@@ -952,20 +688,8 @@ export interface GetFlowTemplateRevisionsResponse {
952
688
  */
953
689
  nextToken?: string;
954
690
  }
955
- export declare namespace GetFlowTemplateRevisionsResponse {
956
- /**
957
- * @internal
958
- */
959
- const filterSensitiveLog: (obj: GetFlowTemplateRevisionsResponse) => any;
960
- }
961
691
  export interface GetNamespaceDeletionStatusRequest {
962
692
  }
963
- export declare namespace GetNamespaceDeletionStatusRequest {
964
- /**
965
- * @internal
966
- */
967
- const filterSensitiveLog: (obj: GetNamespaceDeletionStatusRequest) => any;
968
- }
969
693
  export declare enum NamespaceDeletionStatusErrorCodes {
970
694
  VALIDATION_FAILED = "VALIDATION_FAILED"
971
695
  }
@@ -996,12 +720,6 @@ export interface GetNamespaceDeletionStatusResponse {
996
720
  */
997
721
  errorMessage?: string;
998
722
  }
999
- export declare namespace GetNamespaceDeletionStatusResponse {
1000
- /**
1001
- * @internal
1002
- */
1003
- const filterSensitiveLog: (obj: GetNamespaceDeletionStatusResponse) => any;
1004
- }
1005
723
  export interface GetSystemInstanceRequest {
1006
724
  /**
1007
725
  * <p>The ID of the system deployment instance. This value is returned by <code>CreateSystemInstance</code>.</p>
@@ -1012,12 +730,6 @@ export interface GetSystemInstanceRequest {
1012
730
  */
1013
731
  id: string | undefined;
1014
732
  }
1015
- export declare namespace GetSystemInstanceRequest {
1016
- /**
1017
- * @internal
1018
- */
1019
- const filterSensitiveLog: (obj: GetSystemInstanceRequest) => any;
1020
- }
1021
733
  /**
1022
734
  * <p>An object that contains a system instance definition and summary information.</p>
1023
735
  */
@@ -1053,24 +765,12 @@ export interface SystemInstanceDescription {
1053
765
  */
1054
766
  flowActionsRoleArn?: string;
1055
767
  }
1056
- export declare namespace SystemInstanceDescription {
1057
- /**
1058
- * @internal
1059
- */
1060
- const filterSensitiveLog: (obj: SystemInstanceDescription) => any;
1061
- }
1062
768
  export interface GetSystemInstanceResponse {
1063
769
  /**
1064
770
  * <p>An object that describes the system instance.</p>
1065
771
  */
1066
772
  description?: SystemInstanceDescription;
1067
773
  }
1068
- export declare namespace GetSystemInstanceResponse {
1069
- /**
1070
- * @internal
1071
- */
1072
- const filterSensitiveLog: (obj: GetSystemInstanceResponse) => any;
1073
- }
1074
774
  export interface GetSystemTemplateRequest {
1075
775
  /**
1076
776
  * <p>The ID of the system to get. This ID must be in the user's namespace.</p>
@@ -1085,12 +785,6 @@ export interface GetSystemTemplateRequest {
1085
785
  */
1086
786
  revisionNumber?: number;
1087
787
  }
1088
- export declare namespace GetSystemTemplateRequest {
1089
- /**
1090
- * @internal
1091
- */
1092
- const filterSensitiveLog: (obj: GetSystemTemplateRequest) => any;
1093
- }
1094
788
  /**
1095
789
  * <p>An object that contains a system's definition document and summary information.</p>
1096
790
  */
@@ -1108,24 +802,12 @@ export interface SystemTemplateDescription {
1108
802
  */
1109
803
  validatedNamespaceVersion?: number;
1110
804
  }
1111
- export declare namespace SystemTemplateDescription {
1112
- /**
1113
- * @internal
1114
- */
1115
- const filterSensitiveLog: (obj: SystemTemplateDescription) => any;
1116
- }
1117
805
  export interface GetSystemTemplateResponse {
1118
806
  /**
1119
807
  * <p>An object that contains summary data about the system.</p>
1120
808
  */
1121
809
  description?: SystemTemplateDescription;
1122
810
  }
1123
- export declare namespace GetSystemTemplateResponse {
1124
- /**
1125
- * @internal
1126
- */
1127
- const filterSensitiveLog: (obj: GetSystemTemplateResponse) => any;
1128
- }
1129
811
  export interface GetSystemTemplateRevisionsRequest {
1130
812
  /**
1131
813
  * <p>The ID of the system template.</p>
@@ -1144,12 +826,6 @@ export interface GetSystemTemplateRevisionsRequest {
1144
826
  */
1145
827
  maxResults?: number;
1146
828
  }
1147
- export declare namespace GetSystemTemplateRevisionsRequest {
1148
- /**
1149
- * @internal
1150
- */
1151
- const filterSensitiveLog: (obj: GetSystemTemplateRevisionsRequest) => any;
1152
- }
1153
829
  export interface GetSystemTemplateRevisionsResponse {
1154
830
  /**
1155
831
  * <p>An array of objects that contain summary data about the system template revisions.</p>
@@ -1160,24 +836,12 @@ export interface GetSystemTemplateRevisionsResponse {
1160
836
  */
1161
837
  nextToken?: string;
1162
838
  }
1163
- export declare namespace GetSystemTemplateRevisionsResponse {
1164
- /**
1165
- * @internal
1166
- */
1167
- const filterSensitiveLog: (obj: GetSystemTemplateRevisionsResponse) => any;
1168
- }
1169
839
  export interface GetUploadStatusRequest {
1170
840
  /**
1171
841
  * <p>The ID of the upload. This value is returned by the <code>UploadEntityDefinitions</code> action.</p>
1172
842
  */
1173
843
  uploadId: string | undefined;
1174
844
  }
1175
- export declare namespace GetUploadStatusRequest {
1176
- /**
1177
- * @internal
1178
- */
1179
- const filterSensitiveLog: (obj: GetUploadStatusRequest) => any;
1180
- }
1181
845
  export declare enum UploadStatus {
1182
846
  FAILED = "FAILED",
1183
847
  IN_PROGRESS = "IN_PROGRESS",
@@ -1213,12 +877,6 @@ export interface GetUploadStatusResponse {
1213
877
  */
1214
878
  createdDate: Date | undefined;
1215
879
  }
1216
- export declare namespace GetUploadStatusResponse {
1217
- /**
1218
- * @internal
1219
- */
1220
- const filterSensitiveLog: (obj: GetUploadStatusResponse) => any;
1221
- }
1222
880
  export interface ListFlowExecutionMessagesRequest {
1223
881
  /**
1224
882
  * <p>The ID of the flow execution.</p>
@@ -1233,12 +891,6 @@ export interface ListFlowExecutionMessagesRequest {
1233
891
  */
1234
892
  maxResults?: number;
1235
893
  }
1236
- export declare namespace ListFlowExecutionMessagesRequest {
1237
- /**
1238
- * @internal
1239
- */
1240
- const filterSensitiveLog: (obj: ListFlowExecutionMessagesRequest) => any;
1241
- }
1242
894
  export interface ListFlowExecutionMessagesResponse {
1243
895
  /**
1244
896
  * <p>A list of objects that contain information about events in the specified flow execution.</p>
@@ -1249,12 +901,6 @@ export interface ListFlowExecutionMessagesResponse {
1249
901
  */
1250
902
  nextToken?: string;
1251
903
  }
1252
- export declare namespace ListFlowExecutionMessagesResponse {
1253
- /**
1254
- * @internal
1255
- */
1256
- const filterSensitiveLog: (obj: ListFlowExecutionMessagesResponse) => any;
1257
- }
1258
904
  export interface ListTagsForResourceRequest {
1259
905
  /**
1260
906
  * <p>The maximum number of tags to return.</p>
@@ -1269,12 +915,6 @@ export interface ListTagsForResourceRequest {
1269
915
  */
1270
916
  nextToken?: string;
1271
917
  }
1272
- export declare namespace ListTagsForResourceRequest {
1273
- /**
1274
- * @internal
1275
- */
1276
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1277
- }
1278
918
  export interface ListTagsForResourceResponse {
1279
919
  /**
1280
920
  * <p>List of tags returned by the <code>ListTagsForResource</code> operation.</p>
@@ -1285,12 +925,6 @@ export interface ListTagsForResourceResponse {
1285
925
  */
1286
926
  nextToken?: string;
1287
927
  }
1288
- export declare namespace ListTagsForResourceResponse {
1289
- /**
1290
- * @internal
1291
- */
1292
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1293
- }
1294
928
  export interface SearchEntitiesRequest {
1295
929
  /**
1296
930
  * <p>The entity types for which to search.</p>
@@ -1317,12 +951,6 @@ export interface SearchEntitiesRequest {
1317
951
  */
1318
952
  namespaceVersion?: number;
1319
953
  }
1320
- export declare namespace SearchEntitiesRequest {
1321
- /**
1322
- * @internal
1323
- */
1324
- const filterSensitiveLog: (obj: SearchEntitiesRequest) => any;
1325
- }
1326
954
  export interface SearchEntitiesResponse {
1327
955
  /**
1328
956
  * <p>An array of descriptions for each entity returned in the search result.</p>
@@ -1333,12 +961,6 @@ export interface SearchEntitiesResponse {
1333
961
  */
1334
962
  nextToken?: string;
1335
963
  }
1336
- export declare namespace SearchEntitiesResponse {
1337
- /**
1338
- * @internal
1339
- */
1340
- const filterSensitiveLog: (obj: SearchEntitiesResponse) => any;
1341
- }
1342
964
  export interface SearchFlowExecutionsRequest {
1343
965
  /**
1344
966
  * <p>The ID of the system instance that contains the flow.</p>
@@ -1365,12 +987,6 @@ export interface SearchFlowExecutionsRequest {
1365
987
  */
1366
988
  maxResults?: number;
1367
989
  }
1368
- export declare namespace SearchFlowExecutionsRequest {
1369
- /**
1370
- * @internal
1371
- */
1372
- const filterSensitiveLog: (obj: SearchFlowExecutionsRequest) => any;
1373
- }
1374
990
  export interface SearchFlowExecutionsResponse {
1375
991
  /**
1376
992
  * <p>An array of objects that contain summary information about each workflow execution in the result set.</p>
@@ -1381,12 +997,6 @@ export interface SearchFlowExecutionsResponse {
1381
997
  */
1382
998
  nextToken?: string;
1383
999
  }
1384
- export declare namespace SearchFlowExecutionsResponse {
1385
- /**
1386
- * @internal
1387
- */
1388
- const filterSensitiveLog: (obj: SearchFlowExecutionsResponse) => any;
1389
- }
1390
1000
  export interface SearchFlowTemplatesRequest {
1391
1001
  /**
1392
1002
  * <p>An array of objects that limit the result set. The only valid filter is <code>DEVICE_MODEL_ID</code>.</p>
@@ -1401,12 +1011,6 @@ export interface SearchFlowTemplatesRequest {
1401
1011
  */
1402
1012
  maxResults?: number;
1403
1013
  }
1404
- export declare namespace SearchFlowTemplatesRequest {
1405
- /**
1406
- * @internal
1407
- */
1408
- const filterSensitiveLog: (obj: SearchFlowTemplatesRequest) => any;
1409
- }
1410
1014
  export interface SearchFlowTemplatesResponse {
1411
1015
  /**
1412
1016
  * <p>An array of objects that contain summary information about each workflow in the result set.</p>
@@ -1417,12 +1021,6 @@ export interface SearchFlowTemplatesResponse {
1417
1021
  */
1418
1022
  nextToken?: string;
1419
1023
  }
1420
- export declare namespace SearchFlowTemplatesResponse {
1421
- /**
1422
- * @internal
1423
- */
1424
- const filterSensitiveLog: (obj: SearchFlowTemplatesResponse) => any;
1425
- }
1426
1024
  export declare enum SystemInstanceFilterName {
1427
1025
  GREENGRASS_GROUP_NAME = "GREENGRASS_GROUP_NAME",
1428
1026
  STATUS = "STATUS",
@@ -1443,12 +1041,6 @@ export interface SystemInstanceFilter {
1443
1041
  */
1444
1042
  value?: string[];
1445
1043
  }
1446
- export declare namespace SystemInstanceFilter {
1447
- /**
1448
- * @internal
1449
- */
1450
- const filterSensitiveLog: (obj: SystemInstanceFilter) => any;
1451
- }
1452
1044
  export interface SearchSystemInstancesRequest {
1453
1045
  /**
1454
1046
  * <p>Optional filter to apply to the search. Valid filters are <code>SYSTEM_TEMPLATE_ID</code>, <code>STATUS</code>, and
@@ -1465,12 +1057,6 @@ export interface SearchSystemInstancesRequest {
1465
1057
  */
1466
1058
  maxResults?: number;
1467
1059
  }
1468
- export declare namespace SearchSystemInstancesRequest {
1469
- /**
1470
- * @internal
1471
- */
1472
- const filterSensitiveLog: (obj: SearchSystemInstancesRequest) => any;
1473
- }
1474
1060
  export interface SearchSystemInstancesResponse {
1475
1061
  /**
1476
1062
  * <p>An array of objects that contain summary data abour the system instances in the result set.</p>
@@ -1481,12 +1067,6 @@ export interface SearchSystemInstancesResponse {
1481
1067
  */
1482
1068
  nextToken?: string;
1483
1069
  }
1484
- export declare namespace SearchSystemInstancesResponse {
1485
- /**
1486
- * @internal
1487
- */
1488
- const filterSensitiveLog: (obj: SearchSystemInstancesResponse) => any;
1489
- }
1490
1070
  export declare enum SystemTemplateFilterName {
1491
1071
  FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID"
1492
1072
  }
@@ -1503,12 +1083,6 @@ export interface SystemTemplateFilter {
1503
1083
  */
1504
1084
  value: string[] | undefined;
1505
1085
  }
1506
- export declare namespace SystemTemplateFilter {
1507
- /**
1508
- * @internal
1509
- */
1510
- const filterSensitiveLog: (obj: SystemTemplateFilter) => any;
1511
- }
1512
1086
  export interface SearchSystemTemplatesRequest {
1513
1087
  /**
1514
1088
  * <p>An array of filters that limit the result set. The only valid filter is <code>FLOW_TEMPLATE_ID</code>.</p>
@@ -1523,12 +1097,6 @@ export interface SearchSystemTemplatesRequest {
1523
1097
  */
1524
1098
  maxResults?: number;
1525
1099
  }
1526
- export declare namespace SearchSystemTemplatesRequest {
1527
- /**
1528
- * @internal
1529
- */
1530
- const filterSensitiveLog: (obj: SearchSystemTemplatesRequest) => any;
1531
- }
1532
1100
  export interface SearchSystemTemplatesResponse {
1533
1101
  /**
1534
1102
  * <p>An array of objects that contain summary information about each system deployment in the result set.</p>
@@ -1539,12 +1107,6 @@ export interface SearchSystemTemplatesResponse {
1539
1107
  */
1540
1108
  nextToken?: string;
1541
1109
  }
1542
- export declare namespace SearchSystemTemplatesResponse {
1543
- /**
1544
- * @internal
1545
- */
1546
- const filterSensitiveLog: (obj: SearchSystemTemplatesResponse) => any;
1547
- }
1548
1110
  export interface SearchThingsRequest {
1549
1111
  /**
1550
1112
  * <p>The ID of the entity to which the things are associated.</p>
@@ -1567,12 +1129,6 @@ export interface SearchThingsRequest {
1567
1129
  */
1568
1130
  namespaceVersion?: number;
1569
1131
  }
1570
- export declare namespace SearchThingsRequest {
1571
- /**
1572
- * @internal
1573
- */
1574
- const filterSensitiveLog: (obj: SearchThingsRequest) => any;
1575
- }
1576
1132
  /**
1577
1133
  * <p>An AWS IoT thing.</p>
1578
1134
  */
@@ -1586,12 +1142,6 @@ export interface Thing {
1586
1142
  */
1587
1143
  thingName?: string;
1588
1144
  }
1589
- export declare namespace Thing {
1590
- /**
1591
- * @internal
1592
- */
1593
- const filterSensitiveLog: (obj: Thing) => any;
1594
- }
1595
1145
  export interface SearchThingsResponse {
1596
1146
  /**
1597
1147
  * <p>An array of things in the result set.</p>
@@ -1602,12 +1152,6 @@ export interface SearchThingsResponse {
1602
1152
  */
1603
1153
  nextToken?: string;
1604
1154
  }
1605
- export declare namespace SearchThingsResponse {
1606
- /**
1607
- * @internal
1608
- */
1609
- const filterSensitiveLog: (obj: SearchThingsResponse) => any;
1610
- }
1611
1155
  export interface TagResourceRequest {
1612
1156
  /**
1613
1157
  * <p>The Amazon Resource Name (ARN) of the resource whose tags are returned.</p>
@@ -1618,44 +1162,20 @@ export interface TagResourceRequest {
1618
1162
  */
1619
1163
  tags: Tag[] | undefined;
1620
1164
  }
1621
- export declare namespace TagResourceRequest {
1622
- /**
1623
- * @internal
1624
- */
1625
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1626
- }
1627
1165
  export interface TagResourceResponse {
1628
1166
  }
1629
- export declare namespace TagResourceResponse {
1630
- /**
1631
- * @internal
1632
- */
1633
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1634
- }
1635
1167
  export interface UndeploySystemInstanceRequest {
1636
1168
  /**
1637
1169
  * <p>The ID of the system instance to remove from its target.</p>
1638
1170
  */
1639
1171
  id?: string;
1640
1172
  }
1641
- export declare namespace UndeploySystemInstanceRequest {
1642
- /**
1643
- * @internal
1644
- */
1645
- const filterSensitiveLog: (obj: UndeploySystemInstanceRequest) => any;
1646
- }
1647
1173
  export interface UndeploySystemInstanceResponse {
1648
1174
  /**
1649
1175
  * <p>An object that contains summary information about the system instance that was removed from its target.</p>
1650
1176
  */
1651
1177
  summary?: SystemInstanceSummary;
1652
1178
  }
1653
- export declare namespace UndeploySystemInstanceResponse {
1654
- /**
1655
- * @internal
1656
- */
1657
- const filterSensitiveLog: (obj: UndeploySystemInstanceResponse) => any;
1658
- }
1659
1179
  export interface UntagResourceRequest {
1660
1180
  /**
1661
1181
  * <p>The Amazon Resource Name (ARN) of the resource whose tags are to be removed.</p>
@@ -1667,20 +1187,8 @@ export interface UntagResourceRequest {
1667
1187
  */
1668
1188
  tagKeys: string[] | undefined;
1669
1189
  }
1670
- export declare namespace UntagResourceRequest {
1671
- /**
1672
- * @internal
1673
- */
1674
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1675
- }
1676
1190
  export interface UntagResourceResponse {
1677
1191
  }
1678
- export declare namespace UntagResourceResponse {
1679
- /**
1680
- * @internal
1681
- */
1682
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1683
- }
1684
1192
  export interface UpdateFlowTemplateRequest {
1685
1193
  /**
1686
1194
  * <p>The ID of the workflow to be updated.</p>
@@ -1701,24 +1209,12 @@ export interface UpdateFlowTemplateRequest {
1701
1209
  */
1702
1210
  compatibleNamespaceVersion?: number;
1703
1211
  }
1704
- export declare namespace UpdateFlowTemplateRequest {
1705
- /**
1706
- * @internal
1707
- */
1708
- const filterSensitiveLog: (obj: UpdateFlowTemplateRequest) => any;
1709
- }
1710
1212
  export interface UpdateFlowTemplateResponse {
1711
1213
  /**
1712
1214
  * <p>An object containing summary information about the updated workflow.</p>
1713
1215
  */
1714
1216
  summary?: FlowTemplateSummary;
1715
1217
  }
1716
- export declare namespace UpdateFlowTemplateResponse {
1717
- /**
1718
- * @internal
1719
- */
1720
- const filterSensitiveLog: (obj: UpdateFlowTemplateResponse) => any;
1721
- }
1722
1218
  export interface UpdateSystemTemplateRequest {
1723
1219
  /**
1724
1220
  * <p>The ID of the system to be updated.</p>
@@ -1738,24 +1234,12 @@ export interface UpdateSystemTemplateRequest {
1738
1234
  */
1739
1235
  compatibleNamespaceVersion?: number;
1740
1236
  }
1741
- export declare namespace UpdateSystemTemplateRequest {
1742
- /**
1743
- * @internal
1744
- */
1745
- const filterSensitiveLog: (obj: UpdateSystemTemplateRequest) => any;
1746
- }
1747
1237
  export interface UpdateSystemTemplateResponse {
1748
1238
  /**
1749
1239
  * <p>An object containing summary information about the updated system.</p>
1750
1240
  */
1751
1241
  summary?: SystemTemplateSummary;
1752
1242
  }
1753
- export declare namespace UpdateSystemTemplateResponse {
1754
- /**
1755
- * @internal
1756
- */
1757
- const filterSensitiveLog: (obj: UpdateSystemTemplateResponse) => any;
1758
- }
1759
1243
  export interface UploadEntityDefinitionsRequest {
1760
1244
  /**
1761
1245
  * <p>The <code>DefinitionDocument</code> that defines the updated entities.</p>
@@ -1771,21 +1255,361 @@ export interface UploadEntityDefinitionsRequest {
1771
1255
  */
1772
1256
  deprecateExistingEntities?: boolean;
1773
1257
  }
1774
- export declare namespace UploadEntityDefinitionsRequest {
1775
- /**
1776
- * @internal
1777
- */
1778
- const filterSensitiveLog: (obj: UploadEntityDefinitionsRequest) => any;
1779
- }
1780
1258
  export interface UploadEntityDefinitionsResponse {
1781
1259
  /**
1782
1260
  * <p>The ID that specifies the upload action. You can use this to track the status of the upload.</p>
1783
1261
  */
1784
1262
  uploadId: string | undefined;
1785
1263
  }
1786
- export declare namespace UploadEntityDefinitionsResponse {
1787
- /**
1788
- * @internal
1789
- */
1790
- const filterSensitiveLog: (obj: UploadEntityDefinitionsResponse) => any;
1791
- }
1264
+ /**
1265
+ * @internal
1266
+ */
1267
+ export declare const AssociateEntityToThingRequestFilterSensitiveLog: (obj: AssociateEntityToThingRequest) => any;
1268
+ /**
1269
+ * @internal
1270
+ */
1271
+ export declare const AssociateEntityToThingResponseFilterSensitiveLog: (obj: AssociateEntityToThingResponse) => any;
1272
+ /**
1273
+ * @internal
1274
+ */
1275
+ export declare const DefinitionDocumentFilterSensitiveLog: (obj: DefinitionDocument) => any;
1276
+ /**
1277
+ * @internal
1278
+ */
1279
+ export declare const CreateFlowTemplateRequestFilterSensitiveLog: (obj: CreateFlowTemplateRequest) => any;
1280
+ /**
1281
+ * @internal
1282
+ */
1283
+ export declare const FlowTemplateSummaryFilterSensitiveLog: (obj: FlowTemplateSummary) => any;
1284
+ /**
1285
+ * @internal
1286
+ */
1287
+ export declare const CreateFlowTemplateResponseFilterSensitiveLog: (obj: CreateFlowTemplateResponse) => any;
1288
+ /**
1289
+ * @internal
1290
+ */
1291
+ export declare const MetricsConfigurationFilterSensitiveLog: (obj: MetricsConfiguration) => any;
1292
+ /**
1293
+ * @internal
1294
+ */
1295
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1296
+ /**
1297
+ * @internal
1298
+ */
1299
+ export declare const CreateSystemInstanceRequestFilterSensitiveLog: (obj: CreateSystemInstanceRequest) => any;
1300
+ /**
1301
+ * @internal
1302
+ */
1303
+ export declare const SystemInstanceSummaryFilterSensitiveLog: (obj: SystemInstanceSummary) => any;
1304
+ /**
1305
+ * @internal
1306
+ */
1307
+ export declare const CreateSystemInstanceResponseFilterSensitiveLog: (obj: CreateSystemInstanceResponse) => any;
1308
+ /**
1309
+ * @internal
1310
+ */
1311
+ export declare const CreateSystemTemplateRequestFilterSensitiveLog: (obj: CreateSystemTemplateRequest) => any;
1312
+ /**
1313
+ * @internal
1314
+ */
1315
+ export declare const SystemTemplateSummaryFilterSensitiveLog: (obj: SystemTemplateSummary) => any;
1316
+ /**
1317
+ * @internal
1318
+ */
1319
+ export declare const CreateSystemTemplateResponseFilterSensitiveLog: (obj: CreateSystemTemplateResponse) => any;
1320
+ /**
1321
+ * @internal
1322
+ */
1323
+ export declare const DeleteFlowTemplateRequestFilterSensitiveLog: (obj: DeleteFlowTemplateRequest) => any;
1324
+ /**
1325
+ * @internal
1326
+ */
1327
+ export declare const DeleteFlowTemplateResponseFilterSensitiveLog: (obj: DeleteFlowTemplateResponse) => any;
1328
+ /**
1329
+ * @internal
1330
+ */
1331
+ export declare const DeleteNamespaceRequestFilterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
1332
+ /**
1333
+ * @internal
1334
+ */
1335
+ export declare const DeleteNamespaceResponseFilterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
1336
+ /**
1337
+ * @internal
1338
+ */
1339
+ export declare const DeleteSystemInstanceRequestFilterSensitiveLog: (obj: DeleteSystemInstanceRequest) => any;
1340
+ /**
1341
+ * @internal
1342
+ */
1343
+ export declare const DeleteSystemInstanceResponseFilterSensitiveLog: (obj: DeleteSystemInstanceResponse) => any;
1344
+ /**
1345
+ * @internal
1346
+ */
1347
+ export declare const DeleteSystemTemplateRequestFilterSensitiveLog: (obj: DeleteSystemTemplateRequest) => any;
1348
+ /**
1349
+ * @internal
1350
+ */
1351
+ export declare const DeleteSystemTemplateResponseFilterSensitiveLog: (obj: DeleteSystemTemplateResponse) => any;
1352
+ /**
1353
+ * @internal
1354
+ */
1355
+ export declare const DependencyRevisionFilterSensitiveLog: (obj: DependencyRevision) => any;
1356
+ /**
1357
+ * @internal
1358
+ */
1359
+ export declare const DeploySystemInstanceRequestFilterSensitiveLog: (obj: DeploySystemInstanceRequest) => any;
1360
+ /**
1361
+ * @internal
1362
+ */
1363
+ export declare const DeploySystemInstanceResponseFilterSensitiveLog: (obj: DeploySystemInstanceResponse) => any;
1364
+ /**
1365
+ * @internal
1366
+ */
1367
+ export declare const DeprecateFlowTemplateRequestFilterSensitiveLog: (obj: DeprecateFlowTemplateRequest) => any;
1368
+ /**
1369
+ * @internal
1370
+ */
1371
+ export declare const DeprecateFlowTemplateResponseFilterSensitiveLog: (obj: DeprecateFlowTemplateResponse) => any;
1372
+ /**
1373
+ * @internal
1374
+ */
1375
+ export declare const DeprecateSystemTemplateRequestFilterSensitiveLog: (obj: DeprecateSystemTemplateRequest) => any;
1376
+ /**
1377
+ * @internal
1378
+ */
1379
+ export declare const DeprecateSystemTemplateResponseFilterSensitiveLog: (obj: DeprecateSystemTemplateResponse) => any;
1380
+ /**
1381
+ * @internal
1382
+ */
1383
+ export declare const DescribeNamespaceRequestFilterSensitiveLog: (obj: DescribeNamespaceRequest) => any;
1384
+ /**
1385
+ * @internal
1386
+ */
1387
+ export declare const DescribeNamespaceResponseFilterSensitiveLog: (obj: DescribeNamespaceResponse) => any;
1388
+ /**
1389
+ * @internal
1390
+ */
1391
+ export declare const DissociateEntityFromThingRequestFilterSensitiveLog: (obj: DissociateEntityFromThingRequest) => any;
1392
+ /**
1393
+ * @internal
1394
+ */
1395
+ export declare const DissociateEntityFromThingResponseFilterSensitiveLog: (obj: DissociateEntityFromThingResponse) => any;
1396
+ /**
1397
+ * @internal
1398
+ */
1399
+ export declare const EntityDescriptionFilterSensitiveLog: (obj: EntityDescription) => any;
1400
+ /**
1401
+ * @internal
1402
+ */
1403
+ export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
1404
+ /**
1405
+ * @internal
1406
+ */
1407
+ export declare const FlowExecutionMessageFilterSensitiveLog: (obj: FlowExecutionMessage) => any;
1408
+ /**
1409
+ * @internal
1410
+ */
1411
+ export declare const FlowExecutionSummaryFilterSensitiveLog: (obj: FlowExecutionSummary) => any;
1412
+ /**
1413
+ * @internal
1414
+ */
1415
+ export declare const FlowTemplateDescriptionFilterSensitiveLog: (obj: FlowTemplateDescription) => any;
1416
+ /**
1417
+ * @internal
1418
+ */
1419
+ export declare const FlowTemplateFilterFilterSensitiveLog: (obj: FlowTemplateFilter) => any;
1420
+ /**
1421
+ * @internal
1422
+ */
1423
+ export declare const GetEntitiesRequestFilterSensitiveLog: (obj: GetEntitiesRequest) => any;
1424
+ /**
1425
+ * @internal
1426
+ */
1427
+ export declare const GetEntitiesResponseFilterSensitiveLog: (obj: GetEntitiesResponse) => any;
1428
+ /**
1429
+ * @internal
1430
+ */
1431
+ export declare const GetFlowTemplateRequestFilterSensitiveLog: (obj: GetFlowTemplateRequest) => any;
1432
+ /**
1433
+ * @internal
1434
+ */
1435
+ export declare const GetFlowTemplateResponseFilterSensitiveLog: (obj: GetFlowTemplateResponse) => any;
1436
+ /**
1437
+ * @internal
1438
+ */
1439
+ export declare const GetFlowTemplateRevisionsRequestFilterSensitiveLog: (obj: GetFlowTemplateRevisionsRequest) => any;
1440
+ /**
1441
+ * @internal
1442
+ */
1443
+ export declare const GetFlowTemplateRevisionsResponseFilterSensitiveLog: (obj: GetFlowTemplateRevisionsResponse) => any;
1444
+ /**
1445
+ * @internal
1446
+ */
1447
+ export declare const GetNamespaceDeletionStatusRequestFilterSensitiveLog: (obj: GetNamespaceDeletionStatusRequest) => any;
1448
+ /**
1449
+ * @internal
1450
+ */
1451
+ export declare const GetNamespaceDeletionStatusResponseFilterSensitiveLog: (obj: GetNamespaceDeletionStatusResponse) => any;
1452
+ /**
1453
+ * @internal
1454
+ */
1455
+ export declare const GetSystemInstanceRequestFilterSensitiveLog: (obj: GetSystemInstanceRequest) => any;
1456
+ /**
1457
+ * @internal
1458
+ */
1459
+ export declare const SystemInstanceDescriptionFilterSensitiveLog: (obj: SystemInstanceDescription) => any;
1460
+ /**
1461
+ * @internal
1462
+ */
1463
+ export declare const GetSystemInstanceResponseFilterSensitiveLog: (obj: GetSystemInstanceResponse) => any;
1464
+ /**
1465
+ * @internal
1466
+ */
1467
+ export declare const GetSystemTemplateRequestFilterSensitiveLog: (obj: GetSystemTemplateRequest) => any;
1468
+ /**
1469
+ * @internal
1470
+ */
1471
+ export declare const SystemTemplateDescriptionFilterSensitiveLog: (obj: SystemTemplateDescription) => any;
1472
+ /**
1473
+ * @internal
1474
+ */
1475
+ export declare const GetSystemTemplateResponseFilterSensitiveLog: (obj: GetSystemTemplateResponse) => any;
1476
+ /**
1477
+ * @internal
1478
+ */
1479
+ export declare const GetSystemTemplateRevisionsRequestFilterSensitiveLog: (obj: GetSystemTemplateRevisionsRequest) => any;
1480
+ /**
1481
+ * @internal
1482
+ */
1483
+ export declare const GetSystemTemplateRevisionsResponseFilterSensitiveLog: (obj: GetSystemTemplateRevisionsResponse) => any;
1484
+ /**
1485
+ * @internal
1486
+ */
1487
+ export declare const GetUploadStatusRequestFilterSensitiveLog: (obj: GetUploadStatusRequest) => any;
1488
+ /**
1489
+ * @internal
1490
+ */
1491
+ export declare const GetUploadStatusResponseFilterSensitiveLog: (obj: GetUploadStatusResponse) => any;
1492
+ /**
1493
+ * @internal
1494
+ */
1495
+ export declare const ListFlowExecutionMessagesRequestFilterSensitiveLog: (obj: ListFlowExecutionMessagesRequest) => any;
1496
+ /**
1497
+ * @internal
1498
+ */
1499
+ export declare const ListFlowExecutionMessagesResponseFilterSensitiveLog: (obj: ListFlowExecutionMessagesResponse) => any;
1500
+ /**
1501
+ * @internal
1502
+ */
1503
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1504
+ /**
1505
+ * @internal
1506
+ */
1507
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1508
+ /**
1509
+ * @internal
1510
+ */
1511
+ export declare const SearchEntitiesRequestFilterSensitiveLog: (obj: SearchEntitiesRequest) => any;
1512
+ /**
1513
+ * @internal
1514
+ */
1515
+ export declare const SearchEntitiesResponseFilterSensitiveLog: (obj: SearchEntitiesResponse) => any;
1516
+ /**
1517
+ * @internal
1518
+ */
1519
+ export declare const SearchFlowExecutionsRequestFilterSensitiveLog: (obj: SearchFlowExecutionsRequest) => any;
1520
+ /**
1521
+ * @internal
1522
+ */
1523
+ export declare const SearchFlowExecutionsResponseFilterSensitiveLog: (obj: SearchFlowExecutionsResponse) => any;
1524
+ /**
1525
+ * @internal
1526
+ */
1527
+ export declare const SearchFlowTemplatesRequestFilterSensitiveLog: (obj: SearchFlowTemplatesRequest) => any;
1528
+ /**
1529
+ * @internal
1530
+ */
1531
+ export declare const SearchFlowTemplatesResponseFilterSensitiveLog: (obj: SearchFlowTemplatesResponse) => any;
1532
+ /**
1533
+ * @internal
1534
+ */
1535
+ export declare const SystemInstanceFilterFilterSensitiveLog: (obj: SystemInstanceFilter) => any;
1536
+ /**
1537
+ * @internal
1538
+ */
1539
+ export declare const SearchSystemInstancesRequestFilterSensitiveLog: (obj: SearchSystemInstancesRequest) => any;
1540
+ /**
1541
+ * @internal
1542
+ */
1543
+ export declare const SearchSystemInstancesResponseFilterSensitiveLog: (obj: SearchSystemInstancesResponse) => any;
1544
+ /**
1545
+ * @internal
1546
+ */
1547
+ export declare const SystemTemplateFilterFilterSensitiveLog: (obj: SystemTemplateFilter) => any;
1548
+ /**
1549
+ * @internal
1550
+ */
1551
+ export declare const SearchSystemTemplatesRequestFilterSensitiveLog: (obj: SearchSystemTemplatesRequest) => any;
1552
+ /**
1553
+ * @internal
1554
+ */
1555
+ export declare const SearchSystemTemplatesResponseFilterSensitiveLog: (obj: SearchSystemTemplatesResponse) => any;
1556
+ /**
1557
+ * @internal
1558
+ */
1559
+ export declare const SearchThingsRequestFilterSensitiveLog: (obj: SearchThingsRequest) => any;
1560
+ /**
1561
+ * @internal
1562
+ */
1563
+ export declare const ThingFilterSensitiveLog: (obj: Thing) => any;
1564
+ /**
1565
+ * @internal
1566
+ */
1567
+ export declare const SearchThingsResponseFilterSensitiveLog: (obj: SearchThingsResponse) => any;
1568
+ /**
1569
+ * @internal
1570
+ */
1571
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1572
+ /**
1573
+ * @internal
1574
+ */
1575
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1576
+ /**
1577
+ * @internal
1578
+ */
1579
+ export declare const UndeploySystemInstanceRequestFilterSensitiveLog: (obj: UndeploySystemInstanceRequest) => any;
1580
+ /**
1581
+ * @internal
1582
+ */
1583
+ export declare const UndeploySystemInstanceResponseFilterSensitiveLog: (obj: UndeploySystemInstanceResponse) => any;
1584
+ /**
1585
+ * @internal
1586
+ */
1587
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1588
+ /**
1589
+ * @internal
1590
+ */
1591
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1592
+ /**
1593
+ * @internal
1594
+ */
1595
+ export declare const UpdateFlowTemplateRequestFilterSensitiveLog: (obj: UpdateFlowTemplateRequest) => any;
1596
+ /**
1597
+ * @internal
1598
+ */
1599
+ export declare const UpdateFlowTemplateResponseFilterSensitiveLog: (obj: UpdateFlowTemplateResponse) => any;
1600
+ /**
1601
+ * @internal
1602
+ */
1603
+ export declare const UpdateSystemTemplateRequestFilterSensitiveLog: (obj: UpdateSystemTemplateRequest) => any;
1604
+ /**
1605
+ * @internal
1606
+ */
1607
+ export declare const UpdateSystemTemplateResponseFilterSensitiveLog: (obj: UpdateSystemTemplateResponse) => any;
1608
+ /**
1609
+ * @internal
1610
+ */
1611
+ export declare const UploadEntityDefinitionsRequestFilterSensitiveLog: (obj: UploadEntityDefinitionsRequest) => any;
1612
+ /**
1613
+ * @internal
1614
+ */
1615
+ export declare const UploadEntityDefinitionsResponseFilterSensitiveLog: (obj: UploadEntityDefinitionsResponse) => any;