@aws-sdk/client-iotthingsgraph 3.296.0 → 3.298.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 (124) hide show
  1. package/dist-cjs/commands/AssociateEntityToThingCommand.js +2 -3
  2. package/dist-cjs/commands/CreateFlowTemplateCommand.js +2 -3
  3. package/dist-cjs/commands/CreateSystemInstanceCommand.js +2 -3
  4. package/dist-cjs/commands/CreateSystemTemplateCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +2 -3
  9. package/dist-cjs/commands/DeploySystemInstanceCommand.js +2 -3
  10. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +2 -3
  11. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -3
  13. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +2 -3
  14. package/dist-cjs/commands/GetEntitiesCommand.js +2 -3
  15. package/dist-cjs/commands/GetFlowTemplateCommand.js +2 -3
  16. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +2 -3
  17. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +2 -3
  18. package/dist-cjs/commands/GetSystemInstanceCommand.js +2 -3
  19. package/dist-cjs/commands/GetSystemTemplateCommand.js +2 -3
  20. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +2 -3
  21. package/dist-cjs/commands/GetUploadStatusCommand.js +2 -3
  22. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +2 -3
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  24. package/dist-cjs/commands/SearchEntitiesCommand.js +2 -3
  25. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +2 -3
  26. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +2 -3
  27. package/dist-cjs/commands/SearchSystemInstancesCommand.js +2 -3
  28. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +2 -3
  29. package/dist-cjs/commands/SearchThingsCommand.js +2 -3
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  31. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +2 -3
  32. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  33. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +2 -3
  34. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +2 -3
  35. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +2 -3
  36. package/dist-cjs/models/models_0.js +1 -355
  37. package/dist-es/commands/AssociateEntityToThingCommand.js +2 -3
  38. package/dist-es/commands/CreateFlowTemplateCommand.js +2 -3
  39. package/dist-es/commands/CreateSystemInstanceCommand.js +2 -3
  40. package/dist-es/commands/CreateSystemTemplateCommand.js +2 -3
  41. package/dist-es/commands/DeleteFlowTemplateCommand.js +2 -3
  42. package/dist-es/commands/DeleteNamespaceCommand.js +2 -3
  43. package/dist-es/commands/DeleteSystemInstanceCommand.js +2 -3
  44. package/dist-es/commands/DeleteSystemTemplateCommand.js +2 -3
  45. package/dist-es/commands/DeploySystemInstanceCommand.js +2 -3
  46. package/dist-es/commands/DeprecateFlowTemplateCommand.js +2 -3
  47. package/dist-es/commands/DeprecateSystemTemplateCommand.js +2 -3
  48. package/dist-es/commands/DescribeNamespaceCommand.js +2 -3
  49. package/dist-es/commands/DissociateEntityFromThingCommand.js +2 -3
  50. package/dist-es/commands/GetEntitiesCommand.js +2 -3
  51. package/dist-es/commands/GetFlowTemplateCommand.js +2 -3
  52. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +2 -3
  53. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +2 -3
  54. package/dist-es/commands/GetSystemInstanceCommand.js +2 -3
  55. package/dist-es/commands/GetSystemTemplateCommand.js +2 -3
  56. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +2 -3
  57. package/dist-es/commands/GetUploadStatusCommand.js +2 -3
  58. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +2 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  60. package/dist-es/commands/SearchEntitiesCommand.js +2 -3
  61. package/dist-es/commands/SearchFlowExecutionsCommand.js +2 -3
  62. package/dist-es/commands/SearchFlowTemplatesCommand.js +2 -3
  63. package/dist-es/commands/SearchSystemInstancesCommand.js +2 -3
  64. package/dist-es/commands/SearchSystemTemplatesCommand.js +2 -3
  65. package/dist-es/commands/SearchThingsCommand.js +2 -3
  66. package/dist-es/commands/TagResourceCommand.js +2 -3
  67. package/dist-es/commands/UndeploySystemInstanceCommand.js +2 -3
  68. package/dist-es/commands/UntagResourceCommand.js +2 -3
  69. package/dist-es/commands/UpdateFlowTemplateCommand.js +2 -3
  70. package/dist-es/commands/UpdateSystemTemplateCommand.js +2 -3
  71. package/dist-es/commands/UploadEntityDefinitionsCommand.js +2 -3
  72. package/dist-es/models/models_0.js +0 -264
  73. package/dist-types/IoTThingsGraph.d.ts +36 -0
  74. package/dist-types/IoTThingsGraphClient.d.ts +24 -4
  75. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +16 -0
  76. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +16 -0
  77. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +16 -0
  78. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +16 -0
  79. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +16 -0
  80. package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
  81. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +16 -0
  82. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +16 -0
  83. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +16 -0
  84. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +16 -0
  85. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +16 -0
  86. package/dist-types/commands/DescribeNamespaceCommand.d.ts +16 -0
  87. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +16 -0
  88. package/dist-types/commands/GetEntitiesCommand.d.ts +16 -0
  89. package/dist-types/commands/GetFlowTemplateCommand.d.ts +16 -0
  90. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +16 -0
  91. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +16 -0
  92. package/dist-types/commands/GetSystemInstanceCommand.d.ts +16 -0
  93. package/dist-types/commands/GetSystemTemplateCommand.d.ts +16 -0
  94. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +16 -0
  95. package/dist-types/commands/GetUploadStatusCommand.d.ts +16 -0
  96. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +16 -0
  97. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  98. package/dist-types/commands/SearchEntitiesCommand.d.ts +16 -0
  99. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +16 -0
  100. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +16 -0
  101. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +16 -0
  102. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +16 -0
  103. package/dist-types/commands/SearchThingsCommand.d.ts +16 -0
  104. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  105. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +16 -0
  106. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +16 -0
  109. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +16 -0
  110. package/dist-types/models/IoTThingsGraphServiceException.d.ts +2 -0
  111. package/dist-types/models/models_0.d.ts +274 -352
  112. package/dist-types/pagination/GetFlowTemplateRevisionsPaginator.d.ts +3 -0
  113. package/dist-types/pagination/GetSystemTemplateRevisionsPaginator.d.ts +3 -0
  114. package/dist-types/pagination/Interfaces.d.ts +3 -0
  115. package/dist-types/pagination/ListFlowExecutionMessagesPaginator.d.ts +3 -0
  116. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +3 -0
  117. package/dist-types/pagination/SearchEntitiesPaginator.d.ts +3 -0
  118. package/dist-types/pagination/SearchFlowExecutionsPaginator.d.ts +3 -0
  119. package/dist-types/pagination/SearchFlowTemplatesPaginator.d.ts +3 -0
  120. package/dist-types/pagination/SearchSystemInstancesPaginator.d.ts +3 -0
  121. package/dist-types/pagination/SearchSystemTemplatesPaginator.d.ts +3 -0
  122. package/dist-types/pagination/SearchThingsPaginator.d.ts +3 -0
  123. package/dist-types/ts3.4/models/models_0.d.ts +0 -258
  124. package/package.json +4 -3
@@ -1,5 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface AssociateEntityToThingRequest {
4
7
  /**
5
8
  * <p>The name of the thing to which the entity is to be associated.</p>
@@ -18,9 +21,13 @@ export interface AssociateEntityToThingRequest {
18
21
  */
19
22
  namespaceVersion?: number;
20
23
  }
24
+ /**
25
+ * @public
26
+ */
21
27
  export interface AssociateEntityToThingResponse {
22
28
  }
23
29
  /**
30
+ * @public
24
31
  * <p></p>
25
32
  */
26
33
  export declare class InternalFailureException extends __BaseException {
@@ -32,6 +39,7 @@ export declare class InternalFailureException extends __BaseException {
32
39
  constructor(opts: __ExceptionOptionType<InternalFailureException, __BaseException>);
33
40
  }
34
41
  /**
42
+ * @public
35
43
  * <p></p>
36
44
  */
37
45
  export declare class InvalidRequestException extends __BaseException {
@@ -43,6 +51,7 @@ export declare class InvalidRequestException extends __BaseException {
43
51
  constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
44
52
  }
45
53
  /**
54
+ * @public
46
55
  * <p></p>
47
56
  */
48
57
  export declare class ResourceNotFoundException extends __BaseException {
@@ -54,6 +63,7 @@ export declare class ResourceNotFoundException extends __BaseException {
54
63
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
55
64
  }
56
65
  /**
66
+ * @public
57
67
  * <p></p>
58
68
  */
59
69
  export declare class ThrottlingException extends __BaseException {
@@ -64,10 +74,14 @@ export declare class ThrottlingException extends __BaseException {
64
74
  */
65
75
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
66
76
  }
77
+ /**
78
+ * @public
79
+ */
67
80
  export declare enum DefinitionLanguage {
68
81
  GRAPHQL = "GRAPHQL"
69
82
  }
70
83
  /**
84
+ * @public
71
85
  * <p>A document that defines an entity. </p>
72
86
  */
73
87
  export interface DefinitionDocument {
@@ -80,6 +94,9 @@ export interface DefinitionDocument {
80
94
  */
81
95
  text: string | undefined;
82
96
  }
97
+ /**
98
+ * @public
99
+ */
83
100
  export interface CreateFlowTemplateRequest {
84
101
  /**
85
102
  * <p>The workflow <code>DefinitionDocument</code>.</p>
@@ -92,6 +109,7 @@ export interface CreateFlowTemplateRequest {
92
109
  compatibleNamespaceVersion?: number;
93
110
  }
94
111
  /**
112
+ * @public
95
113
  * <p>An object that contains summary information about a workflow.</p>
96
114
  */
97
115
  export interface FlowTemplateSummary {
@@ -112,6 +130,9 @@ export interface FlowTemplateSummary {
112
130
  */
113
131
  createdAt?: Date;
114
132
  }
133
+ /**
134
+ * @public
135
+ */
115
136
  export interface CreateFlowTemplateResponse {
116
137
  /**
117
138
  * <p>The summary object that describes the created workflow.</p>
@@ -119,6 +140,7 @@ export interface CreateFlowTemplateResponse {
119
140
  summary?: FlowTemplateSummary;
120
141
  }
121
142
  /**
143
+ * @public
122
144
  * <p></p>
123
145
  */
124
146
  export declare class LimitExceededException extends __BaseException {
@@ -130,6 +152,7 @@ export declare class LimitExceededException extends __BaseException {
130
152
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
131
153
  }
132
154
  /**
155
+ * @public
133
156
  * <p></p>
134
157
  */
135
158
  export declare class ResourceAlreadyExistsException extends __BaseException {
@@ -141,6 +164,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
141
164
  constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
142
165
  }
143
166
  /**
167
+ * @public
144
168
  * <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
145
169
  */
146
170
  export interface MetricsConfiguration {
@@ -154,6 +178,7 @@ export interface MetricsConfiguration {
154
178
  metricRuleRoleArn?: string;
155
179
  }
156
180
  /**
181
+ * @public
157
182
  * <p>Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.</p>
158
183
  */
159
184
  export interface Tag {
@@ -166,10 +191,16 @@ export interface Tag {
166
191
  */
167
192
  value: string | undefined;
168
193
  }
194
+ /**
195
+ * @public
196
+ */
169
197
  export declare enum DeploymentTarget {
170
198
  CLOUD = "CLOUD",
171
199
  GREENGRASS = "GREENGRASS"
172
200
  }
201
+ /**
202
+ * @public
203
+ */
173
204
  export interface CreateSystemInstanceRequest {
174
205
  /**
175
206
  * <p>Metadata, consisting of key-value pairs, that can be used to categorize your system instances.</p>
@@ -204,6 +235,9 @@ export interface CreateSystemInstanceRequest {
204
235
  */
205
236
  flowActionsRoleArn?: string;
206
237
  }
238
+ /**
239
+ * @public
240
+ */
207
241
  export declare enum SystemInstanceDeploymentStatus {
208
242
  BOOTSTRAP = "BOOTSTRAP",
209
243
  DELETED_IN_TARGET = "DELETED_IN_TARGET",
@@ -215,6 +249,7 @@ export declare enum SystemInstanceDeploymentStatus {
215
249
  UNDEPLOY_IN_PROGRESS = "UNDEPLOY_IN_PROGRESS"
216
250
  }
217
251
  /**
252
+ * @public
218
253
  * <p>An object that contains summary information about a system instance.</p>
219
254
  */
220
255
  export interface SystemInstanceSummary {
@@ -257,12 +292,18 @@ export interface SystemInstanceSummary {
257
292
  */
258
293
  greengrassGroupVersionId?: string;
259
294
  }
295
+ /**
296
+ * @public
297
+ */
260
298
  export interface CreateSystemInstanceResponse {
261
299
  /**
262
300
  * <p>The summary object that describes the new system instance.</p>
263
301
  */
264
302
  summary?: SystemInstanceSummary;
265
303
  }
304
+ /**
305
+ * @public
306
+ */
266
307
  export interface CreateSystemTemplateRequest {
267
308
  /**
268
309
  * <p>The <code>DefinitionDocument</code> used to create the system.</p>
@@ -275,6 +316,7 @@ export interface CreateSystemTemplateRequest {
275
316
  compatibleNamespaceVersion?: number;
276
317
  }
277
318
  /**
319
+ * @public
278
320
  * <p>An object that contains information about a system.</p>
279
321
  */
280
322
  export interface SystemTemplateSummary {
@@ -295,12 +337,18 @@ export interface SystemTemplateSummary {
295
337
  */
296
338
  createdAt?: Date;
297
339
  }
340
+ /**
341
+ * @public
342
+ */
298
343
  export interface CreateSystemTemplateResponse {
299
344
  /**
300
345
  * <p>The summary object that describes the created system.</p>
301
346
  */
302
347
  summary?: SystemTemplateSummary;
303
348
  }
349
+ /**
350
+ * @public
351
+ */
304
352
  export interface DeleteFlowTemplateRequest {
305
353
  /**
306
354
  * <p>The ID of the workflow to be deleted.</p>
@@ -311,9 +359,13 @@ export interface DeleteFlowTemplateRequest {
311
359
  */
312
360
  id: string | undefined;
313
361
  }
362
+ /**
363
+ * @public
364
+ */
314
365
  export interface DeleteFlowTemplateResponse {
315
366
  }
316
367
  /**
368
+ * @public
317
369
  * <p></p>
318
370
  */
319
371
  export declare class ResourceInUseException extends __BaseException {
@@ -324,8 +376,14 @@ export declare class ResourceInUseException extends __BaseException {
324
376
  */
325
377
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
326
378
  }
379
+ /**
380
+ * @public
381
+ */
327
382
  export interface DeleteNamespaceRequest {
328
383
  }
384
+ /**
385
+ * @public
386
+ */
329
387
  export interface DeleteNamespaceResponse {
330
388
  /**
331
389
  * <p>The ARN of the namespace to be deleted.</p>
@@ -336,14 +394,23 @@ export interface DeleteNamespaceResponse {
336
394
  */
337
395
  namespaceName?: string;
338
396
  }
397
+ /**
398
+ * @public
399
+ */
339
400
  export interface DeleteSystemInstanceRequest {
340
401
  /**
341
402
  * <p>The ID of the system instance to be deleted.</p>
342
403
  */
343
404
  id?: string;
344
405
  }
406
+ /**
407
+ * @public
408
+ */
345
409
  export interface DeleteSystemInstanceResponse {
346
410
  }
411
+ /**
412
+ * @public
413
+ */
347
414
  export interface DeleteSystemTemplateRequest {
348
415
  /**
349
416
  * <p>The ID of the system to be deleted.</p>
@@ -354,9 +421,13 @@ export interface DeleteSystemTemplateRequest {
354
421
  */
355
422
  id: string | undefined;
356
423
  }
424
+ /**
425
+ * @public
426
+ */
357
427
  export interface DeleteSystemTemplateResponse {
358
428
  }
359
429
  /**
430
+ * @public
360
431
  * <p>An object that contains the ID and revision number of a workflow or system that is part of a deployment.</p>
361
432
  */
362
433
  export interface DependencyRevision {
@@ -369,6 +440,9 @@ export interface DependencyRevision {
369
440
  */
370
441
  revisionNumber?: number;
371
442
  }
443
+ /**
444
+ * @public
445
+ */
372
446
  export interface DeploySystemInstanceRequest {
373
447
  /**
374
448
  * <p>The ID of the system instance. This value is returned by the <code>CreateSystemInstance</code> action.</p>
@@ -379,6 +453,9 @@ export interface DeploySystemInstanceRequest {
379
453
  */
380
454
  id?: string;
381
455
  }
456
+ /**
457
+ * @public
458
+ */
382
459
  export interface DeploySystemInstanceResponse {
383
460
  /**
384
461
  * <p>An object that contains summary information about a system instance that was deployed. </p>
@@ -389,6 +466,9 @@ export interface DeploySystemInstanceResponse {
389
466
  */
390
467
  greengrassDeploymentId?: string;
391
468
  }
469
+ /**
470
+ * @public
471
+ */
392
472
  export interface DeprecateFlowTemplateRequest {
393
473
  /**
394
474
  * <p>The ID of the workflow to be deleted.</p>
@@ -399,8 +479,14 @@ export interface DeprecateFlowTemplateRequest {
399
479
  */
400
480
  id: string | undefined;
401
481
  }
482
+ /**
483
+ * @public
484
+ */
402
485
  export interface DeprecateFlowTemplateResponse {
403
486
  }
487
+ /**
488
+ * @public
489
+ */
404
490
  export interface DeprecateSystemTemplateRequest {
405
491
  /**
406
492
  * <p>The ID of the system to delete.</p>
@@ -411,14 +497,23 @@ export interface DeprecateSystemTemplateRequest {
411
497
  */
412
498
  id: string | undefined;
413
499
  }
500
+ /**
501
+ * @public
502
+ */
414
503
  export interface DeprecateSystemTemplateResponse {
415
504
  }
505
+ /**
506
+ * @public
507
+ */
416
508
  export interface DescribeNamespaceRequest {
417
509
  /**
418
510
  * <p>The name of the user's namespace. Set this to <code>aws</code> to get the public namespace.</p>
419
511
  */
420
512
  namespaceName?: string;
421
513
  }
514
+ /**
515
+ * @public
516
+ */
422
517
  export interface DescribeNamespaceResponse {
423
518
  /**
424
519
  * <p>The ARN of the namespace.</p>
@@ -441,6 +536,9 @@ export interface DescribeNamespaceResponse {
441
536
  */
442
537
  namespaceVersion?: number;
443
538
  }
539
+ /**
540
+ * @public
541
+ */
444
542
  export declare enum EntityType {
445
543
  ACTION = "ACTION",
446
544
  CAPABILITY = "CAPABILITY",
@@ -453,6 +551,9 @@ export declare enum EntityType {
453
551
  SERVICE = "SERVICE",
454
552
  STATE = "STATE"
455
553
  }
554
+ /**
555
+ * @public
556
+ */
456
557
  export interface DissociateEntityFromThingRequest {
457
558
  /**
458
559
  * <p>The name of the thing to disassociate.</p>
@@ -463,9 +564,13 @@ export interface DissociateEntityFromThingRequest {
463
564
  */
464
565
  entityType: EntityType | string | undefined;
465
566
  }
567
+ /**
568
+ * @public
569
+ */
466
570
  export interface DissociateEntityFromThingResponse {
467
571
  }
468
572
  /**
573
+ * @public
469
574
  * <p>Describes the properties of an entity.</p>
470
575
  */
471
576
  export interface EntityDescription {
@@ -490,6 +595,9 @@ export interface EntityDescription {
490
595
  */
491
596
  definition?: DefinitionDocument;
492
597
  }
598
+ /**
599
+ * @public
600
+ */
493
601
  export declare enum EntityFilterName {
494
602
  NAME = "NAME",
495
603
  NAMESPACE = "NAMESPACE",
@@ -497,6 +605,7 @@ export declare enum EntityFilterName {
497
605
  SEMANTIC_TYPE_PATH = "SEMANTIC_TYPE_PATH"
498
606
  }
499
607
  /**
608
+ * @public
500
609
  * <p>An object that filters an entity search. Multiple filters function as OR criteria in the search. For example a search that includes
501
610
  * a <code>NAMESPACE</code> and a <code>REFERENCED_ENTITY_ID</code> filter searches for entities in the specified namespace that use the entity specified by
502
611
  * the value of <code>REFERENCED_ENTITY_ID</code>.</p>
@@ -512,6 +621,9 @@ export interface EntityFilter {
512
621
  */
513
622
  value?: string[];
514
623
  }
624
+ /**
625
+ * @public
626
+ */
515
627
  export declare enum FlowExecutionEventType {
516
628
  ACKNOWLEDGE_TASK_MESSAGE = "ACKNOWLEDGE_TASK_MESSAGE",
517
629
  ACTIVITY_FAILED = "ACTIVITY_FAILED",
@@ -532,6 +644,7 @@ export declare enum FlowExecutionEventType {
532
644
  THING_ACTION_TASK_SUCCEEDED = "THING_ACTION_TASK_SUCCEEDED"
533
645
  }
534
646
  /**
647
+ * @public
535
648
  * <p>An object that contains information about a flow event.</p>
536
649
  */
537
650
  export interface FlowExecutionMessage {
@@ -552,6 +665,9 @@ export interface FlowExecutionMessage {
552
665
  */
553
666
  payload?: string;
554
667
  }
668
+ /**
669
+ * @public
670
+ */
555
671
  export declare enum FlowExecutionStatus {
556
672
  ABORTED = "ABORTED",
557
673
  FAILED = "FAILED",
@@ -559,6 +675,7 @@ export declare enum FlowExecutionStatus {
559
675
  SUCCEEDED = "SUCCEEDED"
560
676
  }
561
677
  /**
678
+ * @public
562
679
  * <p>An object that contains summary information about a flow execution.</p>
563
680
  */
564
681
  export interface FlowExecutionSummary {
@@ -588,6 +705,7 @@ export interface FlowExecutionSummary {
588
705
  updatedAt?: Date;
589
706
  }
590
707
  /**
708
+ * @public
591
709
  * <p>An object that contains a workflow's definition and summary information.</p>
592
710
  */
593
711
  export interface FlowTemplateDescription {
@@ -604,10 +722,14 @@ export interface FlowTemplateDescription {
604
722
  */
605
723
  validatedNamespaceVersion?: number;
606
724
  }
725
+ /**
726
+ * @public
727
+ */
607
728
  export declare enum FlowTemplateFilterName {
608
729
  DEVICE_MODEL_ID = "DEVICE_MODEL_ID"
609
730
  }
610
731
  /**
732
+ * @public
611
733
  * <p>An object that filters a workflow search.</p>
612
734
  */
613
735
  export interface FlowTemplateFilter {
@@ -620,6 +742,9 @@ export interface FlowTemplateFilter {
620
742
  */
621
743
  value: string[] | undefined;
622
744
  }
745
+ /**
746
+ * @public
747
+ */
623
748
  export interface GetEntitiesRequest {
624
749
  /**
625
750
  * <p>An array of entity IDs.</p>
@@ -634,12 +759,18 @@ export interface GetEntitiesRequest {
634
759
  */
635
760
  namespaceVersion?: number;
636
761
  }
762
+ /**
763
+ * @public
764
+ */
637
765
  export interface GetEntitiesResponse {
638
766
  /**
639
767
  * <p>An array of descriptions for the specified entities.</p>
640
768
  */
641
769
  descriptions?: EntityDescription[];
642
770
  }
771
+ /**
772
+ * @public
773
+ */
643
774
  export interface GetFlowTemplateRequest {
644
775
  /**
645
776
  * <p>The ID of the workflow.</p>
@@ -654,12 +785,18 @@ export interface GetFlowTemplateRequest {
654
785
  */
655
786
  revisionNumber?: number;
656
787
  }
788
+ /**
789
+ * @public
790
+ */
657
791
  export interface GetFlowTemplateResponse {
658
792
  /**
659
793
  * <p>The object that describes the specified workflow.</p>
660
794
  */
661
795
  description?: FlowTemplateDescription;
662
796
  }
797
+ /**
798
+ * @public
799
+ */
663
800
  export interface GetFlowTemplateRevisionsRequest {
664
801
  /**
665
802
  * <p>The ID of the workflow.</p>
@@ -678,6 +815,9 @@ export interface GetFlowTemplateRevisionsRequest {
678
815
  */
679
816
  maxResults?: number;
680
817
  }
818
+ /**
819
+ * @public
820
+ */
681
821
  export interface GetFlowTemplateRevisionsResponse {
682
822
  /**
683
823
  * <p>An array of objects that provide summary data about each revision.</p>
@@ -688,16 +828,28 @@ export interface GetFlowTemplateRevisionsResponse {
688
828
  */
689
829
  nextToken?: string;
690
830
  }
831
+ /**
832
+ * @public
833
+ */
691
834
  export interface GetNamespaceDeletionStatusRequest {
692
835
  }
836
+ /**
837
+ * @public
838
+ */
693
839
  export declare enum NamespaceDeletionStatusErrorCodes {
694
840
  VALIDATION_FAILED = "VALIDATION_FAILED"
695
841
  }
842
+ /**
843
+ * @public
844
+ */
696
845
  export declare enum NamespaceDeletionStatus {
697
846
  FAILED = "FAILED",
698
847
  IN_PROGRESS = "IN_PROGRESS",
699
848
  SUCCEEDED = "SUCCEEDED"
700
849
  }
850
+ /**
851
+ * @public
852
+ */
701
853
  export interface GetNamespaceDeletionStatusResponse {
702
854
  /**
703
855
  * <p>The ARN of the namespace that is being deleted.</p>
@@ -720,6 +872,9 @@ export interface GetNamespaceDeletionStatusResponse {
720
872
  */
721
873
  errorMessage?: string;
722
874
  }
875
+ /**
876
+ * @public
877
+ */
723
878
  export interface GetSystemInstanceRequest {
724
879
  /**
725
880
  * <p>The ID of the system deployment instance. This value is returned by <code>CreateSystemInstance</code>.</p>
@@ -731,6 +886,7 @@ export interface GetSystemInstanceRequest {
731
886
  id: string | undefined;
732
887
  }
733
888
  /**
889
+ * @public
734
890
  * <p>An object that contains a system instance definition and summary information.</p>
735
891
  */
736
892
  export interface SystemInstanceDescription {
@@ -765,12 +921,18 @@ export interface SystemInstanceDescription {
765
921
  */
766
922
  flowActionsRoleArn?: string;
767
923
  }
924
+ /**
925
+ * @public
926
+ */
768
927
  export interface GetSystemInstanceResponse {
769
928
  /**
770
929
  * <p>An object that describes the system instance.</p>
771
930
  */
772
931
  description?: SystemInstanceDescription;
773
932
  }
933
+ /**
934
+ * @public
935
+ */
774
936
  export interface GetSystemTemplateRequest {
775
937
  /**
776
938
  * <p>The ID of the system to get. This ID must be in the user's namespace.</p>
@@ -786,6 +948,7 @@ export interface GetSystemTemplateRequest {
786
948
  revisionNumber?: number;
787
949
  }
788
950
  /**
951
+ * @public
789
952
  * <p>An object that contains a system's definition document and summary information.</p>
790
953
  */
791
954
  export interface SystemTemplateDescription {
@@ -802,12 +965,18 @@ export interface SystemTemplateDescription {
802
965
  */
803
966
  validatedNamespaceVersion?: number;
804
967
  }
968
+ /**
969
+ * @public
970
+ */
805
971
  export interface GetSystemTemplateResponse {
806
972
  /**
807
973
  * <p>An object that contains summary data about the system.</p>
808
974
  */
809
975
  description?: SystemTemplateDescription;
810
976
  }
977
+ /**
978
+ * @public
979
+ */
811
980
  export interface GetSystemTemplateRevisionsRequest {
812
981
  /**
813
982
  * <p>The ID of the system template.</p>
@@ -826,6 +995,9 @@ export interface GetSystemTemplateRevisionsRequest {
826
995
  */
827
996
  maxResults?: number;
828
997
  }
998
+ /**
999
+ * @public
1000
+ */
829
1001
  export interface GetSystemTemplateRevisionsResponse {
830
1002
  /**
831
1003
  * <p>An array of objects that contain summary data about the system template revisions.</p>
@@ -836,17 +1008,26 @@ export interface GetSystemTemplateRevisionsResponse {
836
1008
  */
837
1009
  nextToken?: string;
838
1010
  }
1011
+ /**
1012
+ * @public
1013
+ */
839
1014
  export interface GetUploadStatusRequest {
840
1015
  /**
841
1016
  * <p>The ID of the upload. This value is returned by the <code>UploadEntityDefinitions</code> action.</p>
842
1017
  */
843
1018
  uploadId: string | undefined;
844
1019
  }
1020
+ /**
1021
+ * @public
1022
+ */
845
1023
  export declare enum UploadStatus {
846
1024
  FAILED = "FAILED",
847
1025
  IN_PROGRESS = "IN_PROGRESS",
848
1026
  SUCCEEDED = "SUCCEEDED"
849
1027
  }
1028
+ /**
1029
+ * @public
1030
+ */
850
1031
  export interface GetUploadStatusResponse {
851
1032
  /**
852
1033
  * <p>The ID of the upload.</p>
@@ -877,6 +1058,9 @@ export interface GetUploadStatusResponse {
877
1058
  */
878
1059
  createdDate: Date | undefined;
879
1060
  }
1061
+ /**
1062
+ * @public
1063
+ */
880
1064
  export interface ListFlowExecutionMessagesRequest {
881
1065
  /**
882
1066
  * <p>The ID of the flow execution.</p>
@@ -891,6 +1075,9 @@ export interface ListFlowExecutionMessagesRequest {
891
1075
  */
892
1076
  maxResults?: number;
893
1077
  }
1078
+ /**
1079
+ * @public
1080
+ */
894
1081
  export interface ListFlowExecutionMessagesResponse {
895
1082
  /**
896
1083
  * <p>A list of objects that contain information about events in the specified flow execution.</p>
@@ -901,6 +1088,9 @@ export interface ListFlowExecutionMessagesResponse {
901
1088
  */
902
1089
  nextToken?: string;
903
1090
  }
1091
+ /**
1092
+ * @public
1093
+ */
904
1094
  export interface ListTagsForResourceRequest {
905
1095
  /**
906
1096
  * <p>The maximum number of tags to return.</p>
@@ -915,6 +1105,9 @@ export interface ListTagsForResourceRequest {
915
1105
  */
916
1106
  nextToken?: string;
917
1107
  }
1108
+ /**
1109
+ * @public
1110
+ */
918
1111
  export interface ListTagsForResourceResponse {
919
1112
  /**
920
1113
  * <p>List of tags returned by the <code>ListTagsForResource</code> operation.</p>
@@ -925,6 +1118,9 @@ export interface ListTagsForResourceResponse {
925
1118
  */
926
1119
  nextToken?: string;
927
1120
  }
1121
+ /**
1122
+ * @public
1123
+ */
928
1124
  export interface SearchEntitiesRequest {
929
1125
  /**
930
1126
  * <p>The entity types for which to search.</p>
@@ -951,6 +1147,9 @@ export interface SearchEntitiesRequest {
951
1147
  */
952
1148
  namespaceVersion?: number;
953
1149
  }
1150
+ /**
1151
+ * @public
1152
+ */
954
1153
  export interface SearchEntitiesResponse {
955
1154
  /**
956
1155
  * <p>An array of descriptions for each entity returned in the search result.</p>
@@ -961,6 +1160,9 @@ export interface SearchEntitiesResponse {
961
1160
  */
962
1161
  nextToken?: string;
963
1162
  }
1163
+ /**
1164
+ * @public
1165
+ */
964
1166
  export interface SearchFlowExecutionsRequest {
965
1167
  /**
966
1168
  * <p>The ID of the system instance that contains the flow.</p>
@@ -987,6 +1189,9 @@ export interface SearchFlowExecutionsRequest {
987
1189
  */
988
1190
  maxResults?: number;
989
1191
  }
1192
+ /**
1193
+ * @public
1194
+ */
990
1195
  export interface SearchFlowExecutionsResponse {
991
1196
  /**
992
1197
  * <p>An array of objects that contain summary information about each workflow execution in the result set.</p>
@@ -997,6 +1202,9 @@ export interface SearchFlowExecutionsResponse {
997
1202
  */
998
1203
  nextToken?: string;
999
1204
  }
1205
+ /**
1206
+ * @public
1207
+ */
1000
1208
  export interface SearchFlowTemplatesRequest {
1001
1209
  /**
1002
1210
  * <p>An array of objects that limit the result set. The only valid filter is <code>DEVICE_MODEL_ID</code>.</p>
@@ -1011,6 +1219,9 @@ export interface SearchFlowTemplatesRequest {
1011
1219
  */
1012
1220
  maxResults?: number;
1013
1221
  }
1222
+ /**
1223
+ * @public
1224
+ */
1014
1225
  export interface SearchFlowTemplatesResponse {
1015
1226
  /**
1016
1227
  * <p>An array of objects that contain summary information about each workflow in the result set.</p>
@@ -1021,12 +1232,16 @@ export interface SearchFlowTemplatesResponse {
1021
1232
  */
1022
1233
  nextToken?: string;
1023
1234
  }
1235
+ /**
1236
+ * @public
1237
+ */
1024
1238
  export declare enum SystemInstanceFilterName {
1025
1239
  GREENGRASS_GROUP_NAME = "GREENGRASS_GROUP_NAME",
1026
1240
  STATUS = "STATUS",
1027
1241
  SYSTEM_TEMPLATE_ID = "SYSTEM_TEMPLATE_ID"
1028
1242
  }
1029
1243
  /**
1244
+ * @public
1030
1245
  * <p>An object that filters a system instance search.
1031
1246
  * Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a
1032
1247
  * STATUS filter searches for system instances in the specified Greengrass group that have the specified status.</p>
@@ -1041,6 +1256,9 @@ export interface SystemInstanceFilter {
1041
1256
  */
1042
1257
  value?: string[];
1043
1258
  }
1259
+ /**
1260
+ * @public
1261
+ */
1044
1262
  export interface SearchSystemInstancesRequest {
1045
1263
  /**
1046
1264
  * <p>Optional filter to apply to the search. Valid filters are <code>SYSTEM_TEMPLATE_ID</code>, <code>STATUS</code>, and
@@ -1057,6 +1275,9 @@ export interface SearchSystemInstancesRequest {
1057
1275
  */
1058
1276
  maxResults?: number;
1059
1277
  }
1278
+ /**
1279
+ * @public
1280
+ */
1060
1281
  export interface SearchSystemInstancesResponse {
1061
1282
  /**
1062
1283
  * <p>An array of objects that contain summary data abour the system instances in the result set.</p>
@@ -1067,10 +1288,14 @@ export interface SearchSystemInstancesResponse {
1067
1288
  */
1068
1289
  nextToken?: string;
1069
1290
  }
1291
+ /**
1292
+ * @public
1293
+ */
1070
1294
  export declare enum SystemTemplateFilterName {
1071
1295
  FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID"
1072
1296
  }
1073
1297
  /**
1298
+ * @public
1074
1299
  * <p>An object that filters a system search.</p>
1075
1300
  */
1076
1301
  export interface SystemTemplateFilter {
@@ -1083,6 +1308,9 @@ export interface SystemTemplateFilter {
1083
1308
  */
1084
1309
  value: string[] | undefined;
1085
1310
  }
1311
+ /**
1312
+ * @public
1313
+ */
1086
1314
  export interface SearchSystemTemplatesRequest {
1087
1315
  /**
1088
1316
  * <p>An array of filters that limit the result set. The only valid filter is <code>FLOW_TEMPLATE_ID</code>.</p>
@@ -1097,6 +1325,9 @@ export interface SearchSystemTemplatesRequest {
1097
1325
  */
1098
1326
  maxResults?: number;
1099
1327
  }
1328
+ /**
1329
+ * @public
1330
+ */
1100
1331
  export interface SearchSystemTemplatesResponse {
1101
1332
  /**
1102
1333
  * <p>An array of objects that contain summary information about each system deployment in the result set.</p>
@@ -1107,6 +1338,9 @@ export interface SearchSystemTemplatesResponse {
1107
1338
  */
1108
1339
  nextToken?: string;
1109
1340
  }
1341
+ /**
1342
+ * @public
1343
+ */
1110
1344
  export interface SearchThingsRequest {
1111
1345
  /**
1112
1346
  * <p>The ID of the entity to which the things are associated.</p>
@@ -1130,6 +1364,7 @@ export interface SearchThingsRequest {
1130
1364
  namespaceVersion?: number;
1131
1365
  }
1132
1366
  /**
1367
+ * @public
1133
1368
  * <p>An AWS IoT thing.</p>
1134
1369
  */
1135
1370
  export interface Thing {
@@ -1142,6 +1377,9 @@ export interface Thing {
1142
1377
  */
1143
1378
  thingName?: string;
1144
1379
  }
1380
+ /**
1381
+ * @public
1382
+ */
1145
1383
  export interface SearchThingsResponse {
1146
1384
  /**
1147
1385
  * <p>An array of things in the result set.</p>
@@ -1152,6 +1390,9 @@ export interface SearchThingsResponse {
1152
1390
  */
1153
1391
  nextToken?: string;
1154
1392
  }
1393
+ /**
1394
+ * @public
1395
+ */
1155
1396
  export interface TagResourceRequest {
1156
1397
  /**
1157
1398
  * <p>The Amazon Resource Name (ARN) of the resource whose tags are returned.</p>
@@ -1162,20 +1403,32 @@ export interface TagResourceRequest {
1162
1403
  */
1163
1404
  tags: Tag[] | undefined;
1164
1405
  }
1406
+ /**
1407
+ * @public
1408
+ */
1165
1409
  export interface TagResourceResponse {
1166
1410
  }
1411
+ /**
1412
+ * @public
1413
+ */
1167
1414
  export interface UndeploySystemInstanceRequest {
1168
1415
  /**
1169
1416
  * <p>The ID of the system instance to remove from its target.</p>
1170
1417
  */
1171
1418
  id?: string;
1172
1419
  }
1420
+ /**
1421
+ * @public
1422
+ */
1173
1423
  export interface UndeploySystemInstanceResponse {
1174
1424
  /**
1175
1425
  * <p>An object that contains summary information about the system instance that was removed from its target.</p>
1176
1426
  */
1177
1427
  summary?: SystemInstanceSummary;
1178
1428
  }
1429
+ /**
1430
+ * @public
1431
+ */
1179
1432
  export interface UntagResourceRequest {
1180
1433
  /**
1181
1434
  * <p>The Amazon Resource Name (ARN) of the resource whose tags are to be removed.</p>
@@ -1187,8 +1440,14 @@ export interface UntagResourceRequest {
1187
1440
  */
1188
1441
  tagKeys: string[] | undefined;
1189
1442
  }
1443
+ /**
1444
+ * @public
1445
+ */
1190
1446
  export interface UntagResourceResponse {
1191
1447
  }
1448
+ /**
1449
+ * @public
1450
+ */
1192
1451
  export interface UpdateFlowTemplateRequest {
1193
1452
  /**
1194
1453
  * <p>The ID of the workflow to be updated.</p>
@@ -1209,12 +1468,18 @@ export interface UpdateFlowTemplateRequest {
1209
1468
  */
1210
1469
  compatibleNamespaceVersion?: number;
1211
1470
  }
1471
+ /**
1472
+ * @public
1473
+ */
1212
1474
  export interface UpdateFlowTemplateResponse {
1213
1475
  /**
1214
1476
  * <p>An object containing summary information about the updated workflow.</p>
1215
1477
  */
1216
1478
  summary?: FlowTemplateSummary;
1217
1479
  }
1480
+ /**
1481
+ * @public
1482
+ */
1218
1483
  export interface UpdateSystemTemplateRequest {
1219
1484
  /**
1220
1485
  * <p>The ID of the system to be updated.</p>
@@ -1234,12 +1499,18 @@ export interface UpdateSystemTemplateRequest {
1234
1499
  */
1235
1500
  compatibleNamespaceVersion?: number;
1236
1501
  }
1502
+ /**
1503
+ * @public
1504
+ */
1237
1505
  export interface UpdateSystemTemplateResponse {
1238
1506
  /**
1239
1507
  * <p>An object containing summary information about the updated system.</p>
1240
1508
  */
1241
1509
  summary?: SystemTemplateSummary;
1242
1510
  }
1511
+ /**
1512
+ * @public
1513
+ */
1243
1514
  export interface UploadEntityDefinitionsRequest {
1244
1515
  /**
1245
1516
  * <p>The <code>DefinitionDocument</code> that defines the updated entities.</p>
@@ -1255,361 +1526,12 @@ export interface UploadEntityDefinitionsRequest {
1255
1526
  */
1256
1527
  deprecateExistingEntities?: boolean;
1257
1528
  }
1529
+ /**
1530
+ * @public
1531
+ */
1258
1532
  export interface UploadEntityDefinitionsResponse {
1259
1533
  /**
1260
1534
  * <p>The ID that specifies the upload action. You can use this to track the status of the upload.</p>
1261
1535
  */
1262
1536
  uploadId: string | undefined;
1263
1537
  }
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;