@aws-sdk/client-iotthingsgraph 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/IoTThingsGraph.d.ts +634 -180
- package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +340 -108
- package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +35 -35
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/IoTThingsGraphServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +993 -897
- package/dist-types/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchThingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +425 -107
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,897 +1,993 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
|
|
3
|
-
export interface AssociateEntityToThingRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export declare class InvalidRequestException extends __BaseException {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export interface
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
export
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
export interface SystemTemplateSummary {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
}
|
|
197
|
-
export interface
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
}
|
|
207
|
-
export interface
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
export interface
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
}
|
|
226
|
-
export interface
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
}
|
|
254
|
-
export
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
export interface
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
}
|
|
451
|
-
export interface
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
}
|
|
466
|
-
export interface
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
}
|
|
478
|
-
export interface
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
}
|
|
531
|
-
export interface
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
}
|
|
575
|
-
export interface
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
export interface
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
export interface
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
}
|
|
625
|
-
export interface
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
export declare const
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
export declare const
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
export declare const
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
export declare const
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
export declare const
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
export declare const
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
export declare const
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
export declare const
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
export declare const
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
export declare const
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
export declare const
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
export declare const
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
export declare const
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
export declare const
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
export declare const
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
export declare const
|
|
784
|
-
|
|
785
|
-
export declare const
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
export declare const
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
export declare const
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
export declare const
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
export declare const GetEntitiesRequestFilterSensitiveLog: (
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
export declare const
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
export declare const
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
export declare const
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
export declare const
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
export declare const
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
export declare const
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
export declare const
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
export declare const
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
export declare const
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
export declare const
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
export declare const
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
export declare const
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
export declare const
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
export declare const
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
export declare const
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
export declare const
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
export declare const
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
export declare const
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
export declare const
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
export declare const
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
export declare const
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
export declare const
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
export declare const
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTThingsGraphServiceException as __BaseException } from "./IoTThingsGraphServiceException";
|
|
3
|
+
export interface AssociateEntityToThingRequest {
|
|
4
|
+
thingName: string | undefined;
|
|
5
|
+
|
|
6
|
+
entityId: string | undefined;
|
|
7
|
+
|
|
8
|
+
namespaceVersion?: number;
|
|
9
|
+
}
|
|
10
|
+
export interface AssociateEntityToThingResponse {}
|
|
11
|
+
|
|
12
|
+
export declare class InternalFailureException extends __BaseException {
|
|
13
|
+
readonly name: "InternalFailureException";
|
|
14
|
+
readonly $fault: "server";
|
|
15
|
+
|
|
16
|
+
constructor(
|
|
17
|
+
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
22
|
+
readonly name: "InvalidRequestException";
|
|
23
|
+
readonly $fault: "client";
|
|
24
|
+
|
|
25
|
+
constructor(
|
|
26
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
31
|
+
readonly name: "ResourceNotFoundException";
|
|
32
|
+
readonly $fault: "client";
|
|
33
|
+
|
|
34
|
+
constructor(
|
|
35
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export declare class ThrottlingException extends __BaseException {
|
|
40
|
+
readonly name: "ThrottlingException";
|
|
41
|
+
readonly $fault: "client";
|
|
42
|
+
|
|
43
|
+
constructor(
|
|
44
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
export declare enum DefinitionLanguage {
|
|
48
|
+
GRAPHQL = "GRAPHQL",
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface DefinitionDocument {
|
|
52
|
+
language: DefinitionLanguage | string | undefined;
|
|
53
|
+
|
|
54
|
+
text: string | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface CreateFlowTemplateRequest {
|
|
57
|
+
definition: DefinitionDocument | undefined;
|
|
58
|
+
|
|
59
|
+
compatibleNamespaceVersion?: number;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export interface FlowTemplateSummary {
|
|
63
|
+
id?: string;
|
|
64
|
+
|
|
65
|
+
arn?: string;
|
|
66
|
+
|
|
67
|
+
revisionNumber?: number;
|
|
68
|
+
|
|
69
|
+
createdAt?: Date;
|
|
70
|
+
}
|
|
71
|
+
export interface CreateFlowTemplateResponse {
|
|
72
|
+
summary?: FlowTemplateSummary;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export declare class LimitExceededException extends __BaseException {
|
|
76
|
+
readonly name: "LimitExceededException";
|
|
77
|
+
readonly $fault: "client";
|
|
78
|
+
|
|
79
|
+
constructor(
|
|
80
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
85
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
86
|
+
readonly $fault: "client";
|
|
87
|
+
|
|
88
|
+
constructor(
|
|
89
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export interface MetricsConfiguration {
|
|
94
|
+
cloudMetricEnabled?: boolean;
|
|
95
|
+
|
|
96
|
+
metricRuleRoleArn?: string;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface Tag {
|
|
100
|
+
key: string | undefined;
|
|
101
|
+
|
|
102
|
+
value: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
export declare enum DeploymentTarget {
|
|
105
|
+
CLOUD = "CLOUD",
|
|
106
|
+
GREENGRASS = "GREENGRASS",
|
|
107
|
+
}
|
|
108
|
+
export interface CreateSystemInstanceRequest {
|
|
109
|
+
tags?: Tag[];
|
|
110
|
+
|
|
111
|
+
definition: DefinitionDocument | undefined;
|
|
112
|
+
|
|
113
|
+
target: DeploymentTarget | string | undefined;
|
|
114
|
+
|
|
115
|
+
greengrassGroupName?: string;
|
|
116
|
+
|
|
117
|
+
s3BucketName?: string;
|
|
118
|
+
|
|
119
|
+
metricsConfiguration?: MetricsConfiguration;
|
|
120
|
+
|
|
121
|
+
flowActionsRoleArn?: string;
|
|
122
|
+
}
|
|
123
|
+
export declare enum SystemInstanceDeploymentStatus {
|
|
124
|
+
BOOTSTRAP = "BOOTSTRAP",
|
|
125
|
+
DELETED_IN_TARGET = "DELETED_IN_TARGET",
|
|
126
|
+
DEPLOYED_IN_TARGET = "DEPLOYED_IN_TARGET",
|
|
127
|
+
DEPLOY_IN_PROGRESS = "DEPLOY_IN_PROGRESS",
|
|
128
|
+
FAILED = "FAILED",
|
|
129
|
+
NOT_DEPLOYED = "NOT_DEPLOYED",
|
|
130
|
+
PENDING_DELETE = "PENDING_DELETE",
|
|
131
|
+
UNDEPLOY_IN_PROGRESS = "UNDEPLOY_IN_PROGRESS",
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export interface SystemInstanceSummary {
|
|
135
|
+
id?: string;
|
|
136
|
+
|
|
137
|
+
arn?: string;
|
|
138
|
+
|
|
139
|
+
status?: SystemInstanceDeploymentStatus | string;
|
|
140
|
+
|
|
141
|
+
target?: DeploymentTarget | string;
|
|
142
|
+
|
|
143
|
+
greengrassGroupName?: string;
|
|
144
|
+
|
|
145
|
+
createdAt?: Date;
|
|
146
|
+
|
|
147
|
+
updatedAt?: Date;
|
|
148
|
+
|
|
149
|
+
greengrassGroupId?: string;
|
|
150
|
+
|
|
151
|
+
greengrassGroupVersionId?: string;
|
|
152
|
+
}
|
|
153
|
+
export interface CreateSystemInstanceResponse {
|
|
154
|
+
summary?: SystemInstanceSummary;
|
|
155
|
+
}
|
|
156
|
+
export interface CreateSystemTemplateRequest {
|
|
157
|
+
definition: DefinitionDocument | undefined;
|
|
158
|
+
|
|
159
|
+
compatibleNamespaceVersion?: number;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface SystemTemplateSummary {
|
|
163
|
+
id?: string;
|
|
164
|
+
|
|
165
|
+
arn?: string;
|
|
166
|
+
|
|
167
|
+
revisionNumber?: number;
|
|
168
|
+
|
|
169
|
+
createdAt?: Date;
|
|
170
|
+
}
|
|
171
|
+
export interface CreateSystemTemplateResponse {
|
|
172
|
+
summary?: SystemTemplateSummary;
|
|
173
|
+
}
|
|
174
|
+
export interface DeleteFlowTemplateRequest {
|
|
175
|
+
id: string | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface DeleteFlowTemplateResponse {}
|
|
178
|
+
|
|
179
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
180
|
+
readonly name: "ResourceInUseException";
|
|
181
|
+
readonly $fault: "client";
|
|
182
|
+
|
|
183
|
+
constructor(
|
|
184
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
185
|
+
);
|
|
186
|
+
}
|
|
187
|
+
export interface DeleteNamespaceRequest {}
|
|
188
|
+
export interface DeleteNamespaceResponse {
|
|
189
|
+
namespaceArn?: string;
|
|
190
|
+
|
|
191
|
+
namespaceName?: string;
|
|
192
|
+
}
|
|
193
|
+
export interface DeleteSystemInstanceRequest {
|
|
194
|
+
id?: string;
|
|
195
|
+
}
|
|
196
|
+
export interface DeleteSystemInstanceResponse {}
|
|
197
|
+
export interface DeleteSystemTemplateRequest {
|
|
198
|
+
id: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface DeleteSystemTemplateResponse {}
|
|
201
|
+
|
|
202
|
+
export interface DependencyRevision {
|
|
203
|
+
id?: string;
|
|
204
|
+
|
|
205
|
+
revisionNumber?: number;
|
|
206
|
+
}
|
|
207
|
+
export interface DeploySystemInstanceRequest {
|
|
208
|
+
id?: string;
|
|
209
|
+
}
|
|
210
|
+
export interface DeploySystemInstanceResponse {
|
|
211
|
+
summary: SystemInstanceSummary | undefined;
|
|
212
|
+
|
|
213
|
+
greengrassDeploymentId?: string;
|
|
214
|
+
}
|
|
215
|
+
export interface DeprecateFlowTemplateRequest {
|
|
216
|
+
id: string | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface DeprecateFlowTemplateResponse {}
|
|
219
|
+
export interface DeprecateSystemTemplateRequest {
|
|
220
|
+
id: string | undefined;
|
|
221
|
+
}
|
|
222
|
+
export interface DeprecateSystemTemplateResponse {}
|
|
223
|
+
export interface DescribeNamespaceRequest {
|
|
224
|
+
namespaceName?: string;
|
|
225
|
+
}
|
|
226
|
+
export interface DescribeNamespaceResponse {
|
|
227
|
+
namespaceArn?: string;
|
|
228
|
+
|
|
229
|
+
namespaceName?: string;
|
|
230
|
+
|
|
231
|
+
trackingNamespaceName?: string;
|
|
232
|
+
|
|
233
|
+
trackingNamespaceVersion?: number;
|
|
234
|
+
|
|
235
|
+
namespaceVersion?: number;
|
|
236
|
+
}
|
|
237
|
+
export declare enum EntityType {
|
|
238
|
+
ACTION = "ACTION",
|
|
239
|
+
CAPABILITY = "CAPABILITY",
|
|
240
|
+
DEVICE = "DEVICE",
|
|
241
|
+
DEVICE_MODEL = "DEVICE_MODEL",
|
|
242
|
+
ENUM = "ENUM",
|
|
243
|
+
EVENT = "EVENT",
|
|
244
|
+
MAPPING = "MAPPING",
|
|
245
|
+
PROPERTY = "PROPERTY",
|
|
246
|
+
SERVICE = "SERVICE",
|
|
247
|
+
STATE = "STATE",
|
|
248
|
+
}
|
|
249
|
+
export interface DissociateEntityFromThingRequest {
|
|
250
|
+
thingName: string | undefined;
|
|
251
|
+
|
|
252
|
+
entityType: EntityType | string | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface DissociateEntityFromThingResponse {}
|
|
255
|
+
|
|
256
|
+
export interface EntityDescription {
|
|
257
|
+
id?: string;
|
|
258
|
+
|
|
259
|
+
arn?: string;
|
|
260
|
+
|
|
261
|
+
type?: EntityType | string;
|
|
262
|
+
|
|
263
|
+
createdAt?: Date;
|
|
264
|
+
|
|
265
|
+
definition?: DefinitionDocument;
|
|
266
|
+
}
|
|
267
|
+
export declare enum EntityFilterName {
|
|
268
|
+
NAME = "NAME",
|
|
269
|
+
NAMESPACE = "NAMESPACE",
|
|
270
|
+
REFERENCED_ENTITY_ID = "REFERENCED_ENTITY_ID",
|
|
271
|
+
SEMANTIC_TYPE_PATH = "SEMANTIC_TYPE_PATH",
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export interface EntityFilter {
|
|
275
|
+
name?: EntityFilterName | string;
|
|
276
|
+
|
|
277
|
+
value?: string[];
|
|
278
|
+
}
|
|
279
|
+
export declare enum FlowExecutionEventType {
|
|
280
|
+
ACKNOWLEDGE_TASK_MESSAGE = "ACKNOWLEDGE_TASK_MESSAGE",
|
|
281
|
+
ACTIVITY_FAILED = "ACTIVITY_FAILED",
|
|
282
|
+
ACTIVITY_SCHEDULED = "ACTIVITY_SCHEDULED",
|
|
283
|
+
ACTIVITY_STARTED = "ACTIVITY_STARTED",
|
|
284
|
+
ACTIVITY_SUCCEEDED = "ACTIVITY_SUCCEEDED",
|
|
285
|
+
EXECUTION_ABORTED = "EXECUTION_ABORTED",
|
|
286
|
+
EXECUTION_FAILED = "EXECUTION_FAILED",
|
|
287
|
+
EXECUTION_STARTED = "EXECUTION_STARTED",
|
|
288
|
+
EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
|
|
289
|
+
SCHEDULE_NEXT_READY_STEPS_TASK = "SCHEDULE_NEXT_READY_STEPS_TASK",
|
|
290
|
+
START_FLOW_EXECUTION_TASK = "START_FLOW_EXECUTION_TASK",
|
|
291
|
+
STEP_FAILED = "STEP_FAILED",
|
|
292
|
+
STEP_STARTED = "STEP_STARTED",
|
|
293
|
+
STEP_SUCCEEDED = "STEP_SUCCEEDED",
|
|
294
|
+
THING_ACTION_TASK = "THING_ACTION_TASK",
|
|
295
|
+
THING_ACTION_TASK_FAILED = "THING_ACTION_TASK_FAILED",
|
|
296
|
+
THING_ACTION_TASK_SUCCEEDED = "THING_ACTION_TASK_SUCCEEDED",
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
export interface FlowExecutionMessage {
|
|
300
|
+
messageId?: string;
|
|
301
|
+
|
|
302
|
+
eventType?: FlowExecutionEventType | string;
|
|
303
|
+
|
|
304
|
+
timestamp?: Date;
|
|
305
|
+
|
|
306
|
+
payload?: string;
|
|
307
|
+
}
|
|
308
|
+
export declare enum FlowExecutionStatus {
|
|
309
|
+
ABORTED = "ABORTED",
|
|
310
|
+
FAILED = "FAILED",
|
|
311
|
+
RUNNING = "RUNNING",
|
|
312
|
+
SUCCEEDED = "SUCCEEDED",
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export interface FlowExecutionSummary {
|
|
316
|
+
flowExecutionId?: string;
|
|
317
|
+
|
|
318
|
+
status?: FlowExecutionStatus | string;
|
|
319
|
+
|
|
320
|
+
systemInstanceId?: string;
|
|
321
|
+
|
|
322
|
+
flowTemplateId?: string;
|
|
323
|
+
|
|
324
|
+
createdAt?: Date;
|
|
325
|
+
|
|
326
|
+
updatedAt?: Date;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export interface FlowTemplateDescription {
|
|
330
|
+
summary?: FlowTemplateSummary;
|
|
331
|
+
|
|
332
|
+
definition?: DefinitionDocument;
|
|
333
|
+
|
|
334
|
+
validatedNamespaceVersion?: number;
|
|
335
|
+
}
|
|
336
|
+
export declare enum FlowTemplateFilterName {
|
|
337
|
+
DEVICE_MODEL_ID = "DEVICE_MODEL_ID",
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
export interface FlowTemplateFilter {
|
|
341
|
+
name: FlowTemplateFilterName | string | undefined;
|
|
342
|
+
|
|
343
|
+
value: string[] | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface GetEntitiesRequest {
|
|
346
|
+
ids: string[] | undefined;
|
|
347
|
+
|
|
348
|
+
namespaceVersion?: number;
|
|
349
|
+
}
|
|
350
|
+
export interface GetEntitiesResponse {
|
|
351
|
+
descriptions?: EntityDescription[];
|
|
352
|
+
}
|
|
353
|
+
export interface GetFlowTemplateRequest {
|
|
354
|
+
id: string | undefined;
|
|
355
|
+
|
|
356
|
+
revisionNumber?: number;
|
|
357
|
+
}
|
|
358
|
+
export interface GetFlowTemplateResponse {
|
|
359
|
+
description?: FlowTemplateDescription;
|
|
360
|
+
}
|
|
361
|
+
export interface GetFlowTemplateRevisionsRequest {
|
|
362
|
+
id: string | undefined;
|
|
363
|
+
|
|
364
|
+
nextToken?: string;
|
|
365
|
+
|
|
366
|
+
maxResults?: number;
|
|
367
|
+
}
|
|
368
|
+
export interface GetFlowTemplateRevisionsResponse {
|
|
369
|
+
summaries?: FlowTemplateSummary[];
|
|
370
|
+
|
|
371
|
+
nextToken?: string;
|
|
372
|
+
}
|
|
373
|
+
export interface GetNamespaceDeletionStatusRequest {}
|
|
374
|
+
export declare enum NamespaceDeletionStatusErrorCodes {
|
|
375
|
+
VALIDATION_FAILED = "VALIDATION_FAILED",
|
|
376
|
+
}
|
|
377
|
+
export declare enum NamespaceDeletionStatus {
|
|
378
|
+
FAILED = "FAILED",
|
|
379
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
380
|
+
SUCCEEDED = "SUCCEEDED",
|
|
381
|
+
}
|
|
382
|
+
export interface GetNamespaceDeletionStatusResponse {
|
|
383
|
+
namespaceArn?: string;
|
|
384
|
+
|
|
385
|
+
namespaceName?: string;
|
|
386
|
+
|
|
387
|
+
status?: NamespaceDeletionStatus | string;
|
|
388
|
+
|
|
389
|
+
errorCode?: NamespaceDeletionStatusErrorCodes | string;
|
|
390
|
+
|
|
391
|
+
errorMessage?: string;
|
|
392
|
+
}
|
|
393
|
+
export interface GetSystemInstanceRequest {
|
|
394
|
+
id: string | undefined;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
export interface SystemInstanceDescription {
|
|
398
|
+
summary?: SystemInstanceSummary;
|
|
399
|
+
|
|
400
|
+
definition?: DefinitionDocument;
|
|
401
|
+
|
|
402
|
+
s3BucketName?: string;
|
|
403
|
+
|
|
404
|
+
metricsConfiguration?: MetricsConfiguration;
|
|
405
|
+
|
|
406
|
+
validatedNamespaceVersion?: number;
|
|
407
|
+
|
|
408
|
+
validatedDependencyRevisions?: DependencyRevision[];
|
|
409
|
+
|
|
410
|
+
flowActionsRoleArn?: string;
|
|
411
|
+
}
|
|
412
|
+
export interface GetSystemInstanceResponse {
|
|
413
|
+
description?: SystemInstanceDescription;
|
|
414
|
+
}
|
|
415
|
+
export interface GetSystemTemplateRequest {
|
|
416
|
+
id: string | undefined;
|
|
417
|
+
|
|
418
|
+
revisionNumber?: number;
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
export interface SystemTemplateDescription {
|
|
422
|
+
summary?: SystemTemplateSummary;
|
|
423
|
+
|
|
424
|
+
definition?: DefinitionDocument;
|
|
425
|
+
|
|
426
|
+
validatedNamespaceVersion?: number;
|
|
427
|
+
}
|
|
428
|
+
export interface GetSystemTemplateResponse {
|
|
429
|
+
description?: SystemTemplateDescription;
|
|
430
|
+
}
|
|
431
|
+
export interface GetSystemTemplateRevisionsRequest {
|
|
432
|
+
id: string | undefined;
|
|
433
|
+
|
|
434
|
+
nextToken?: string;
|
|
435
|
+
|
|
436
|
+
maxResults?: number;
|
|
437
|
+
}
|
|
438
|
+
export interface GetSystemTemplateRevisionsResponse {
|
|
439
|
+
summaries?: SystemTemplateSummary[];
|
|
440
|
+
|
|
441
|
+
nextToken?: string;
|
|
442
|
+
}
|
|
443
|
+
export interface GetUploadStatusRequest {
|
|
444
|
+
uploadId: string | undefined;
|
|
445
|
+
}
|
|
446
|
+
export declare enum UploadStatus {
|
|
447
|
+
FAILED = "FAILED",
|
|
448
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
449
|
+
SUCCEEDED = "SUCCEEDED",
|
|
450
|
+
}
|
|
451
|
+
export interface GetUploadStatusResponse {
|
|
452
|
+
uploadId: string | undefined;
|
|
453
|
+
|
|
454
|
+
uploadStatus: UploadStatus | string | undefined;
|
|
455
|
+
|
|
456
|
+
namespaceArn?: string;
|
|
457
|
+
|
|
458
|
+
namespaceName?: string;
|
|
459
|
+
|
|
460
|
+
namespaceVersion?: number;
|
|
461
|
+
|
|
462
|
+
failureReason?: string[];
|
|
463
|
+
|
|
464
|
+
createdDate: Date | undefined;
|
|
465
|
+
}
|
|
466
|
+
export interface ListFlowExecutionMessagesRequest {
|
|
467
|
+
flowExecutionId: string | undefined;
|
|
468
|
+
|
|
469
|
+
nextToken?: string;
|
|
470
|
+
|
|
471
|
+
maxResults?: number;
|
|
472
|
+
}
|
|
473
|
+
export interface ListFlowExecutionMessagesResponse {
|
|
474
|
+
messages?: FlowExecutionMessage[];
|
|
475
|
+
|
|
476
|
+
nextToken?: string;
|
|
477
|
+
}
|
|
478
|
+
export interface ListTagsForResourceRequest {
|
|
479
|
+
maxResults?: number;
|
|
480
|
+
|
|
481
|
+
resourceArn: string | undefined;
|
|
482
|
+
|
|
483
|
+
nextToken?: string;
|
|
484
|
+
}
|
|
485
|
+
export interface ListTagsForResourceResponse {
|
|
486
|
+
tags?: Tag[];
|
|
487
|
+
|
|
488
|
+
nextToken?: string;
|
|
489
|
+
}
|
|
490
|
+
export interface SearchEntitiesRequest {
|
|
491
|
+
entityTypes: (EntityType | string)[] | undefined;
|
|
492
|
+
|
|
493
|
+
filters?: EntityFilter[];
|
|
494
|
+
|
|
495
|
+
nextToken?: string;
|
|
496
|
+
|
|
497
|
+
maxResults?: number;
|
|
498
|
+
|
|
499
|
+
namespaceVersion?: number;
|
|
500
|
+
}
|
|
501
|
+
export interface SearchEntitiesResponse {
|
|
502
|
+
descriptions?: EntityDescription[];
|
|
503
|
+
|
|
504
|
+
nextToken?: string;
|
|
505
|
+
}
|
|
506
|
+
export interface SearchFlowExecutionsRequest {
|
|
507
|
+
systemInstanceId: string | undefined;
|
|
508
|
+
|
|
509
|
+
flowExecutionId?: string;
|
|
510
|
+
|
|
511
|
+
startTime?: Date;
|
|
512
|
+
|
|
513
|
+
endTime?: Date;
|
|
514
|
+
|
|
515
|
+
nextToken?: string;
|
|
516
|
+
|
|
517
|
+
maxResults?: number;
|
|
518
|
+
}
|
|
519
|
+
export interface SearchFlowExecutionsResponse {
|
|
520
|
+
summaries?: FlowExecutionSummary[];
|
|
521
|
+
|
|
522
|
+
nextToken?: string;
|
|
523
|
+
}
|
|
524
|
+
export interface SearchFlowTemplatesRequest {
|
|
525
|
+
filters?: FlowTemplateFilter[];
|
|
526
|
+
|
|
527
|
+
nextToken?: string;
|
|
528
|
+
|
|
529
|
+
maxResults?: number;
|
|
530
|
+
}
|
|
531
|
+
export interface SearchFlowTemplatesResponse {
|
|
532
|
+
summaries?: FlowTemplateSummary[];
|
|
533
|
+
|
|
534
|
+
nextToken?: string;
|
|
535
|
+
}
|
|
536
|
+
export declare enum SystemInstanceFilterName {
|
|
537
|
+
GREENGRASS_GROUP_NAME = "GREENGRASS_GROUP_NAME",
|
|
538
|
+
STATUS = "STATUS",
|
|
539
|
+
SYSTEM_TEMPLATE_ID = "SYSTEM_TEMPLATE_ID",
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
export interface SystemInstanceFilter {
|
|
543
|
+
name?: SystemInstanceFilterName | string;
|
|
544
|
+
|
|
545
|
+
value?: string[];
|
|
546
|
+
}
|
|
547
|
+
export interface SearchSystemInstancesRequest {
|
|
548
|
+
filters?: SystemInstanceFilter[];
|
|
549
|
+
|
|
550
|
+
nextToken?: string;
|
|
551
|
+
|
|
552
|
+
maxResults?: number;
|
|
553
|
+
}
|
|
554
|
+
export interface SearchSystemInstancesResponse {
|
|
555
|
+
summaries?: SystemInstanceSummary[];
|
|
556
|
+
|
|
557
|
+
nextToken?: string;
|
|
558
|
+
}
|
|
559
|
+
export declare enum SystemTemplateFilterName {
|
|
560
|
+
FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID",
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export interface SystemTemplateFilter {
|
|
564
|
+
name: SystemTemplateFilterName | string | undefined;
|
|
565
|
+
|
|
566
|
+
value: string[] | undefined;
|
|
567
|
+
}
|
|
568
|
+
export interface SearchSystemTemplatesRequest {
|
|
569
|
+
filters?: SystemTemplateFilter[];
|
|
570
|
+
|
|
571
|
+
nextToken?: string;
|
|
572
|
+
|
|
573
|
+
maxResults?: number;
|
|
574
|
+
}
|
|
575
|
+
export interface SearchSystemTemplatesResponse {
|
|
576
|
+
summaries?: SystemTemplateSummary[];
|
|
577
|
+
|
|
578
|
+
nextToken?: string;
|
|
579
|
+
}
|
|
580
|
+
export interface SearchThingsRequest {
|
|
581
|
+
entityId: string | undefined;
|
|
582
|
+
|
|
583
|
+
nextToken?: string;
|
|
584
|
+
|
|
585
|
+
maxResults?: number;
|
|
586
|
+
|
|
587
|
+
namespaceVersion?: number;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
export interface Thing {
|
|
591
|
+
thingArn?: string;
|
|
592
|
+
|
|
593
|
+
thingName?: string;
|
|
594
|
+
}
|
|
595
|
+
export interface SearchThingsResponse {
|
|
596
|
+
things?: Thing[];
|
|
597
|
+
|
|
598
|
+
nextToken?: string;
|
|
599
|
+
}
|
|
600
|
+
export interface TagResourceRequest {
|
|
601
|
+
resourceArn: string | undefined;
|
|
602
|
+
|
|
603
|
+
tags: Tag[] | undefined;
|
|
604
|
+
}
|
|
605
|
+
export interface TagResourceResponse {}
|
|
606
|
+
export interface UndeploySystemInstanceRequest {
|
|
607
|
+
id?: string;
|
|
608
|
+
}
|
|
609
|
+
export interface UndeploySystemInstanceResponse {
|
|
610
|
+
summary?: SystemInstanceSummary;
|
|
611
|
+
}
|
|
612
|
+
export interface UntagResourceRequest {
|
|
613
|
+
resourceArn: string | undefined;
|
|
614
|
+
|
|
615
|
+
tagKeys: string[] | undefined;
|
|
616
|
+
}
|
|
617
|
+
export interface UntagResourceResponse {}
|
|
618
|
+
export interface UpdateFlowTemplateRequest {
|
|
619
|
+
id: string | undefined;
|
|
620
|
+
|
|
621
|
+
definition: DefinitionDocument | undefined;
|
|
622
|
+
|
|
623
|
+
compatibleNamespaceVersion?: number;
|
|
624
|
+
}
|
|
625
|
+
export interface UpdateFlowTemplateResponse {
|
|
626
|
+
summary?: FlowTemplateSummary;
|
|
627
|
+
}
|
|
628
|
+
export interface UpdateSystemTemplateRequest {
|
|
629
|
+
id: string | undefined;
|
|
630
|
+
|
|
631
|
+
definition: DefinitionDocument | undefined;
|
|
632
|
+
|
|
633
|
+
compatibleNamespaceVersion?: number;
|
|
634
|
+
}
|
|
635
|
+
export interface UpdateSystemTemplateResponse {
|
|
636
|
+
summary?: SystemTemplateSummary;
|
|
637
|
+
}
|
|
638
|
+
export interface UploadEntityDefinitionsRequest {
|
|
639
|
+
document?: DefinitionDocument;
|
|
640
|
+
|
|
641
|
+
syncWithPublicNamespace?: boolean;
|
|
642
|
+
|
|
643
|
+
deprecateExistingEntities?: boolean;
|
|
644
|
+
}
|
|
645
|
+
export interface UploadEntityDefinitionsResponse {
|
|
646
|
+
uploadId: string | undefined;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
export declare const AssociateEntityToThingRequestFilterSensitiveLog: (
|
|
650
|
+
obj: AssociateEntityToThingRequest
|
|
651
|
+
) => any;
|
|
652
|
+
|
|
653
|
+
export declare const AssociateEntityToThingResponseFilterSensitiveLog: (
|
|
654
|
+
obj: AssociateEntityToThingResponse
|
|
655
|
+
) => any;
|
|
656
|
+
|
|
657
|
+
export declare const DefinitionDocumentFilterSensitiveLog: (
|
|
658
|
+
obj: DefinitionDocument
|
|
659
|
+
) => any;
|
|
660
|
+
|
|
661
|
+
export declare const CreateFlowTemplateRequestFilterSensitiveLog: (
|
|
662
|
+
obj: CreateFlowTemplateRequest
|
|
663
|
+
) => any;
|
|
664
|
+
|
|
665
|
+
export declare const FlowTemplateSummaryFilterSensitiveLog: (
|
|
666
|
+
obj: FlowTemplateSummary
|
|
667
|
+
) => any;
|
|
668
|
+
|
|
669
|
+
export declare const CreateFlowTemplateResponseFilterSensitiveLog: (
|
|
670
|
+
obj: CreateFlowTemplateResponse
|
|
671
|
+
) => any;
|
|
672
|
+
|
|
673
|
+
export declare const MetricsConfigurationFilterSensitiveLog: (
|
|
674
|
+
obj: MetricsConfiguration
|
|
675
|
+
) => any;
|
|
676
|
+
|
|
677
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
678
|
+
|
|
679
|
+
export declare const CreateSystemInstanceRequestFilterSensitiveLog: (
|
|
680
|
+
obj: CreateSystemInstanceRequest
|
|
681
|
+
) => any;
|
|
682
|
+
|
|
683
|
+
export declare const SystemInstanceSummaryFilterSensitiveLog: (
|
|
684
|
+
obj: SystemInstanceSummary
|
|
685
|
+
) => any;
|
|
686
|
+
|
|
687
|
+
export declare const CreateSystemInstanceResponseFilterSensitiveLog: (
|
|
688
|
+
obj: CreateSystemInstanceResponse
|
|
689
|
+
) => any;
|
|
690
|
+
|
|
691
|
+
export declare const CreateSystemTemplateRequestFilterSensitiveLog: (
|
|
692
|
+
obj: CreateSystemTemplateRequest
|
|
693
|
+
) => any;
|
|
694
|
+
|
|
695
|
+
export declare const SystemTemplateSummaryFilterSensitiveLog: (
|
|
696
|
+
obj: SystemTemplateSummary
|
|
697
|
+
) => any;
|
|
698
|
+
|
|
699
|
+
export declare const CreateSystemTemplateResponseFilterSensitiveLog: (
|
|
700
|
+
obj: CreateSystemTemplateResponse
|
|
701
|
+
) => any;
|
|
702
|
+
|
|
703
|
+
export declare const DeleteFlowTemplateRequestFilterSensitiveLog: (
|
|
704
|
+
obj: DeleteFlowTemplateRequest
|
|
705
|
+
) => any;
|
|
706
|
+
|
|
707
|
+
export declare const DeleteFlowTemplateResponseFilterSensitiveLog: (
|
|
708
|
+
obj: DeleteFlowTemplateResponse
|
|
709
|
+
) => any;
|
|
710
|
+
|
|
711
|
+
export declare const DeleteNamespaceRequestFilterSensitiveLog: (
|
|
712
|
+
obj: DeleteNamespaceRequest
|
|
713
|
+
) => any;
|
|
714
|
+
|
|
715
|
+
export declare const DeleteNamespaceResponseFilterSensitiveLog: (
|
|
716
|
+
obj: DeleteNamespaceResponse
|
|
717
|
+
) => any;
|
|
718
|
+
|
|
719
|
+
export declare const DeleteSystemInstanceRequestFilterSensitiveLog: (
|
|
720
|
+
obj: DeleteSystemInstanceRequest
|
|
721
|
+
) => any;
|
|
722
|
+
|
|
723
|
+
export declare const DeleteSystemInstanceResponseFilterSensitiveLog: (
|
|
724
|
+
obj: DeleteSystemInstanceResponse
|
|
725
|
+
) => any;
|
|
726
|
+
|
|
727
|
+
export declare const DeleteSystemTemplateRequestFilterSensitiveLog: (
|
|
728
|
+
obj: DeleteSystemTemplateRequest
|
|
729
|
+
) => any;
|
|
730
|
+
|
|
731
|
+
export declare const DeleteSystemTemplateResponseFilterSensitiveLog: (
|
|
732
|
+
obj: DeleteSystemTemplateResponse
|
|
733
|
+
) => any;
|
|
734
|
+
|
|
735
|
+
export declare const DependencyRevisionFilterSensitiveLog: (
|
|
736
|
+
obj: DependencyRevision
|
|
737
|
+
) => any;
|
|
738
|
+
|
|
739
|
+
export declare const DeploySystemInstanceRequestFilterSensitiveLog: (
|
|
740
|
+
obj: DeploySystemInstanceRequest
|
|
741
|
+
) => any;
|
|
742
|
+
|
|
743
|
+
export declare const DeploySystemInstanceResponseFilterSensitiveLog: (
|
|
744
|
+
obj: DeploySystemInstanceResponse
|
|
745
|
+
) => any;
|
|
746
|
+
|
|
747
|
+
export declare const DeprecateFlowTemplateRequestFilterSensitiveLog: (
|
|
748
|
+
obj: DeprecateFlowTemplateRequest
|
|
749
|
+
) => any;
|
|
750
|
+
|
|
751
|
+
export declare const DeprecateFlowTemplateResponseFilterSensitiveLog: (
|
|
752
|
+
obj: DeprecateFlowTemplateResponse
|
|
753
|
+
) => any;
|
|
754
|
+
|
|
755
|
+
export declare const DeprecateSystemTemplateRequestFilterSensitiveLog: (
|
|
756
|
+
obj: DeprecateSystemTemplateRequest
|
|
757
|
+
) => any;
|
|
758
|
+
|
|
759
|
+
export declare const DeprecateSystemTemplateResponseFilterSensitiveLog: (
|
|
760
|
+
obj: DeprecateSystemTemplateResponse
|
|
761
|
+
) => any;
|
|
762
|
+
|
|
763
|
+
export declare const DescribeNamespaceRequestFilterSensitiveLog: (
|
|
764
|
+
obj: DescribeNamespaceRequest
|
|
765
|
+
) => any;
|
|
766
|
+
|
|
767
|
+
export declare const DescribeNamespaceResponseFilterSensitiveLog: (
|
|
768
|
+
obj: DescribeNamespaceResponse
|
|
769
|
+
) => any;
|
|
770
|
+
|
|
771
|
+
export declare const DissociateEntityFromThingRequestFilterSensitiveLog: (
|
|
772
|
+
obj: DissociateEntityFromThingRequest
|
|
773
|
+
) => any;
|
|
774
|
+
|
|
775
|
+
export declare const DissociateEntityFromThingResponseFilterSensitiveLog: (
|
|
776
|
+
obj: DissociateEntityFromThingResponse
|
|
777
|
+
) => any;
|
|
778
|
+
|
|
779
|
+
export declare const EntityDescriptionFilterSensitiveLog: (
|
|
780
|
+
obj: EntityDescription
|
|
781
|
+
) => any;
|
|
782
|
+
|
|
783
|
+
export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
|
|
784
|
+
|
|
785
|
+
export declare const FlowExecutionMessageFilterSensitiveLog: (
|
|
786
|
+
obj: FlowExecutionMessage
|
|
787
|
+
) => any;
|
|
788
|
+
|
|
789
|
+
export declare const FlowExecutionSummaryFilterSensitiveLog: (
|
|
790
|
+
obj: FlowExecutionSummary
|
|
791
|
+
) => any;
|
|
792
|
+
|
|
793
|
+
export declare const FlowTemplateDescriptionFilterSensitiveLog: (
|
|
794
|
+
obj: FlowTemplateDescription
|
|
795
|
+
) => any;
|
|
796
|
+
|
|
797
|
+
export declare const FlowTemplateFilterFilterSensitiveLog: (
|
|
798
|
+
obj: FlowTemplateFilter
|
|
799
|
+
) => any;
|
|
800
|
+
|
|
801
|
+
export declare const GetEntitiesRequestFilterSensitiveLog: (
|
|
802
|
+
obj: GetEntitiesRequest
|
|
803
|
+
) => any;
|
|
804
|
+
|
|
805
|
+
export declare const GetEntitiesResponseFilterSensitiveLog: (
|
|
806
|
+
obj: GetEntitiesResponse
|
|
807
|
+
) => any;
|
|
808
|
+
|
|
809
|
+
export declare const GetFlowTemplateRequestFilterSensitiveLog: (
|
|
810
|
+
obj: GetFlowTemplateRequest
|
|
811
|
+
) => any;
|
|
812
|
+
|
|
813
|
+
export declare const GetFlowTemplateResponseFilterSensitiveLog: (
|
|
814
|
+
obj: GetFlowTemplateResponse
|
|
815
|
+
) => any;
|
|
816
|
+
|
|
817
|
+
export declare const GetFlowTemplateRevisionsRequestFilterSensitiveLog: (
|
|
818
|
+
obj: GetFlowTemplateRevisionsRequest
|
|
819
|
+
) => any;
|
|
820
|
+
|
|
821
|
+
export declare const GetFlowTemplateRevisionsResponseFilterSensitiveLog: (
|
|
822
|
+
obj: GetFlowTemplateRevisionsResponse
|
|
823
|
+
) => any;
|
|
824
|
+
|
|
825
|
+
export declare const GetNamespaceDeletionStatusRequestFilterSensitiveLog: (
|
|
826
|
+
obj: GetNamespaceDeletionStatusRequest
|
|
827
|
+
) => any;
|
|
828
|
+
|
|
829
|
+
export declare const GetNamespaceDeletionStatusResponseFilterSensitiveLog: (
|
|
830
|
+
obj: GetNamespaceDeletionStatusResponse
|
|
831
|
+
) => any;
|
|
832
|
+
|
|
833
|
+
export declare const GetSystemInstanceRequestFilterSensitiveLog: (
|
|
834
|
+
obj: GetSystemInstanceRequest
|
|
835
|
+
) => any;
|
|
836
|
+
|
|
837
|
+
export declare const SystemInstanceDescriptionFilterSensitiveLog: (
|
|
838
|
+
obj: SystemInstanceDescription
|
|
839
|
+
) => any;
|
|
840
|
+
|
|
841
|
+
export declare const GetSystemInstanceResponseFilterSensitiveLog: (
|
|
842
|
+
obj: GetSystemInstanceResponse
|
|
843
|
+
) => any;
|
|
844
|
+
|
|
845
|
+
export declare const GetSystemTemplateRequestFilterSensitiveLog: (
|
|
846
|
+
obj: GetSystemTemplateRequest
|
|
847
|
+
) => any;
|
|
848
|
+
|
|
849
|
+
export declare const SystemTemplateDescriptionFilterSensitiveLog: (
|
|
850
|
+
obj: SystemTemplateDescription
|
|
851
|
+
) => any;
|
|
852
|
+
|
|
853
|
+
export declare const GetSystemTemplateResponseFilterSensitiveLog: (
|
|
854
|
+
obj: GetSystemTemplateResponse
|
|
855
|
+
) => any;
|
|
856
|
+
|
|
857
|
+
export declare const GetSystemTemplateRevisionsRequestFilterSensitiveLog: (
|
|
858
|
+
obj: GetSystemTemplateRevisionsRequest
|
|
859
|
+
) => any;
|
|
860
|
+
|
|
861
|
+
export declare const GetSystemTemplateRevisionsResponseFilterSensitiveLog: (
|
|
862
|
+
obj: GetSystemTemplateRevisionsResponse
|
|
863
|
+
) => any;
|
|
864
|
+
|
|
865
|
+
export declare const GetUploadStatusRequestFilterSensitiveLog: (
|
|
866
|
+
obj: GetUploadStatusRequest
|
|
867
|
+
) => any;
|
|
868
|
+
|
|
869
|
+
export declare const GetUploadStatusResponseFilterSensitiveLog: (
|
|
870
|
+
obj: GetUploadStatusResponse
|
|
871
|
+
) => any;
|
|
872
|
+
|
|
873
|
+
export declare const ListFlowExecutionMessagesRequestFilterSensitiveLog: (
|
|
874
|
+
obj: ListFlowExecutionMessagesRequest
|
|
875
|
+
) => any;
|
|
876
|
+
|
|
877
|
+
export declare const ListFlowExecutionMessagesResponseFilterSensitiveLog: (
|
|
878
|
+
obj: ListFlowExecutionMessagesResponse
|
|
879
|
+
) => any;
|
|
880
|
+
|
|
881
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
882
|
+
obj: ListTagsForResourceRequest
|
|
883
|
+
) => any;
|
|
884
|
+
|
|
885
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
886
|
+
obj: ListTagsForResourceResponse
|
|
887
|
+
) => any;
|
|
888
|
+
|
|
889
|
+
export declare const SearchEntitiesRequestFilterSensitiveLog: (
|
|
890
|
+
obj: SearchEntitiesRequest
|
|
891
|
+
) => any;
|
|
892
|
+
|
|
893
|
+
export declare const SearchEntitiesResponseFilterSensitiveLog: (
|
|
894
|
+
obj: SearchEntitiesResponse
|
|
895
|
+
) => any;
|
|
896
|
+
|
|
897
|
+
export declare const SearchFlowExecutionsRequestFilterSensitiveLog: (
|
|
898
|
+
obj: SearchFlowExecutionsRequest
|
|
899
|
+
) => any;
|
|
900
|
+
|
|
901
|
+
export declare const SearchFlowExecutionsResponseFilterSensitiveLog: (
|
|
902
|
+
obj: SearchFlowExecutionsResponse
|
|
903
|
+
) => any;
|
|
904
|
+
|
|
905
|
+
export declare const SearchFlowTemplatesRequestFilterSensitiveLog: (
|
|
906
|
+
obj: SearchFlowTemplatesRequest
|
|
907
|
+
) => any;
|
|
908
|
+
|
|
909
|
+
export declare const SearchFlowTemplatesResponseFilterSensitiveLog: (
|
|
910
|
+
obj: SearchFlowTemplatesResponse
|
|
911
|
+
) => any;
|
|
912
|
+
|
|
913
|
+
export declare const SystemInstanceFilterFilterSensitiveLog: (
|
|
914
|
+
obj: SystemInstanceFilter
|
|
915
|
+
) => any;
|
|
916
|
+
|
|
917
|
+
export declare const SearchSystemInstancesRequestFilterSensitiveLog: (
|
|
918
|
+
obj: SearchSystemInstancesRequest
|
|
919
|
+
) => any;
|
|
920
|
+
|
|
921
|
+
export declare const SearchSystemInstancesResponseFilterSensitiveLog: (
|
|
922
|
+
obj: SearchSystemInstancesResponse
|
|
923
|
+
) => any;
|
|
924
|
+
|
|
925
|
+
export declare const SystemTemplateFilterFilterSensitiveLog: (
|
|
926
|
+
obj: SystemTemplateFilter
|
|
927
|
+
) => any;
|
|
928
|
+
|
|
929
|
+
export declare const SearchSystemTemplatesRequestFilterSensitiveLog: (
|
|
930
|
+
obj: SearchSystemTemplatesRequest
|
|
931
|
+
) => any;
|
|
932
|
+
|
|
933
|
+
export declare const SearchSystemTemplatesResponseFilterSensitiveLog: (
|
|
934
|
+
obj: SearchSystemTemplatesResponse
|
|
935
|
+
) => any;
|
|
936
|
+
|
|
937
|
+
export declare const SearchThingsRequestFilterSensitiveLog: (
|
|
938
|
+
obj: SearchThingsRequest
|
|
939
|
+
) => any;
|
|
940
|
+
|
|
941
|
+
export declare const ThingFilterSensitiveLog: (obj: Thing) => any;
|
|
942
|
+
|
|
943
|
+
export declare const SearchThingsResponseFilterSensitiveLog: (
|
|
944
|
+
obj: SearchThingsResponse
|
|
945
|
+
) => any;
|
|
946
|
+
|
|
947
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
948
|
+
obj: TagResourceRequest
|
|
949
|
+
) => any;
|
|
950
|
+
|
|
951
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
952
|
+
obj: TagResourceResponse
|
|
953
|
+
) => any;
|
|
954
|
+
|
|
955
|
+
export declare const UndeploySystemInstanceRequestFilterSensitiveLog: (
|
|
956
|
+
obj: UndeploySystemInstanceRequest
|
|
957
|
+
) => any;
|
|
958
|
+
|
|
959
|
+
export declare const UndeploySystemInstanceResponseFilterSensitiveLog: (
|
|
960
|
+
obj: UndeploySystemInstanceResponse
|
|
961
|
+
) => any;
|
|
962
|
+
|
|
963
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
964
|
+
obj: UntagResourceRequest
|
|
965
|
+
) => any;
|
|
966
|
+
|
|
967
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
968
|
+
obj: UntagResourceResponse
|
|
969
|
+
) => any;
|
|
970
|
+
|
|
971
|
+
export declare const UpdateFlowTemplateRequestFilterSensitiveLog: (
|
|
972
|
+
obj: UpdateFlowTemplateRequest
|
|
973
|
+
) => any;
|
|
974
|
+
|
|
975
|
+
export declare const UpdateFlowTemplateResponseFilterSensitiveLog: (
|
|
976
|
+
obj: UpdateFlowTemplateResponse
|
|
977
|
+
) => any;
|
|
978
|
+
|
|
979
|
+
export declare const UpdateSystemTemplateRequestFilterSensitiveLog: (
|
|
980
|
+
obj: UpdateSystemTemplateRequest
|
|
981
|
+
) => any;
|
|
982
|
+
|
|
983
|
+
export declare const UpdateSystemTemplateResponseFilterSensitiveLog: (
|
|
984
|
+
obj: UpdateSystemTemplateResponse
|
|
985
|
+
) => any;
|
|
986
|
+
|
|
987
|
+
export declare const UploadEntityDefinitionsRequestFilterSensitiveLog: (
|
|
988
|
+
obj: UploadEntityDefinitionsRequest
|
|
989
|
+
) => any;
|
|
990
|
+
|
|
991
|
+
export declare const UploadEntityDefinitionsResponseFilterSensitiveLog: (
|
|
992
|
+
obj: UploadEntityDefinitionsResponse
|
|
993
|
+
) => any;
|