@aws-sdk/client-iotthingsgraph 3.279.0 → 3.281.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 (37) hide show
  1. package/README.md +283 -0
  2. package/dist-types/commands/AssociateEntityToThingCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateFlowTemplateCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateSystemInstanceCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateSystemTemplateCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteFlowTemplateCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteNamespaceCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteSystemInstanceCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteSystemTemplateCommand.d.ts +6 -0
  10. package/dist-types/commands/DeploySystemInstanceCommand.d.ts +6 -0
  11. package/dist-types/commands/DeprecateFlowTemplateCommand.d.ts +6 -0
  12. package/dist-types/commands/DeprecateSystemTemplateCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeNamespaceCommand.d.ts +6 -0
  14. package/dist-types/commands/DissociateEntityFromThingCommand.d.ts +6 -0
  15. package/dist-types/commands/GetEntitiesCommand.d.ts +6 -0
  16. package/dist-types/commands/GetFlowTemplateCommand.d.ts +6 -0
  17. package/dist-types/commands/GetFlowTemplateRevisionsCommand.d.ts +6 -0
  18. package/dist-types/commands/GetNamespaceDeletionStatusCommand.d.ts +6 -0
  19. package/dist-types/commands/GetSystemInstanceCommand.d.ts +6 -0
  20. package/dist-types/commands/GetSystemTemplateCommand.d.ts +6 -0
  21. package/dist-types/commands/GetSystemTemplateRevisionsCommand.d.ts +6 -0
  22. package/dist-types/commands/GetUploadStatusCommand.d.ts +6 -0
  23. package/dist-types/commands/ListFlowExecutionMessagesCommand.d.ts +6 -0
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  25. package/dist-types/commands/SearchEntitiesCommand.d.ts +6 -0
  26. package/dist-types/commands/SearchFlowExecutionsCommand.d.ts +6 -0
  27. package/dist-types/commands/SearchFlowTemplatesCommand.d.ts +6 -0
  28. package/dist-types/commands/SearchSystemInstancesCommand.d.ts +6 -0
  29. package/dist-types/commands/SearchSystemTemplatesCommand.d.ts +6 -0
  30. package/dist-types/commands/SearchThingsCommand.d.ts +6 -0
  31. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  32. package/dist-types/commands/UndeploySystemInstanceCommand.d.ts +6 -0
  33. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  34. package/dist-types/commands/UpdateFlowTemplateCommand.d.ts +6 -0
  35. package/dist-types/commands/UpdateSystemTemplateCommand.d.ts +6 -0
  36. package/dist-types/commands/UploadEntityDefinitionsCommand.d.ts +6 -0
  37. package/package.json +3 -3
package/README.md CHANGED
@@ -210,3 +210,286 @@ To contribute to client you can check our [generate clients scripts](https://git
210
210
  This SDK is distributed under the
211
211
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
212
212
  see LICENSE for more information.
213
+
214
+ ## Client Commands (Operations List)
215
+
216
+ <details>
217
+ <summary>
218
+ AssociateEntityToThing
219
+ </summary>
220
+
221
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/associateentitytothingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/associateentitytothingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/associateentitytothingcommandoutput.html)
222
+
223
+ </details>
224
+ <details>
225
+ <summary>
226
+ CreateFlowTemplate
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/createflowtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/createflowtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/createflowtemplatecommandoutput.html)
230
+
231
+ </details>
232
+ <details>
233
+ <summary>
234
+ CreateSystemInstance
235
+ </summary>
236
+
237
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/createsysteminstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/createsysteminstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/createsysteminstancecommandoutput.html)
238
+
239
+ </details>
240
+ <details>
241
+ <summary>
242
+ CreateSystemTemplate
243
+ </summary>
244
+
245
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/createsystemtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/createsystemtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/createsystemtemplatecommandoutput.html)
246
+
247
+ </details>
248
+ <details>
249
+ <summary>
250
+ DeleteFlowTemplate
251
+ </summary>
252
+
253
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/deleteflowtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deleteflowtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deleteflowtemplatecommandoutput.html)
254
+
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ DeleteNamespace
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/deletenamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deletenamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deletenamespacecommandoutput.html)
262
+
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ DeleteSystemInstance
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/deletesysteminstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deletesysteminstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deletesysteminstancecommandoutput.html)
270
+
271
+ </details>
272
+ <details>
273
+ <summary>
274
+ DeleteSystemTemplate
275
+ </summary>
276
+
277
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/deletesystemtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deletesystemtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deletesystemtemplatecommandoutput.html)
278
+
279
+ </details>
280
+ <details>
281
+ <summary>
282
+ DeploySystemInstance
283
+ </summary>
284
+
285
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/deploysysteminstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deploysysteminstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deploysysteminstancecommandoutput.html)
286
+
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ DeprecateFlowTemplate
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/deprecateflowtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deprecateflowtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deprecateflowtemplatecommandoutput.html)
294
+
295
+ </details>
296
+ <details>
297
+ <summary>
298
+ DeprecateSystemTemplate
299
+ </summary>
300
+
301
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/deprecatesystemtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deprecatesystemtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/deprecatesystemtemplatecommandoutput.html)
302
+
303
+ </details>
304
+ <details>
305
+ <summary>
306
+ DescribeNamespace
307
+ </summary>
308
+
309
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/describenamespacecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/describenamespacecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/describenamespacecommandoutput.html)
310
+
311
+ </details>
312
+ <details>
313
+ <summary>
314
+ DissociateEntityFromThing
315
+ </summary>
316
+
317
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/dissociateentityfromthingcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/dissociateentityfromthingcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/dissociateentityfromthingcommandoutput.html)
318
+
319
+ </details>
320
+ <details>
321
+ <summary>
322
+ GetEntities
323
+ </summary>
324
+
325
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/getentitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getentitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getentitiescommandoutput.html)
326
+
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ GetFlowTemplate
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/getflowtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getflowtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getflowtemplatecommandoutput.html)
334
+
335
+ </details>
336
+ <details>
337
+ <summary>
338
+ GetFlowTemplateRevisions
339
+ </summary>
340
+
341
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/getflowtemplaterevisionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getflowtemplaterevisionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getflowtemplaterevisionscommandoutput.html)
342
+
343
+ </details>
344
+ <details>
345
+ <summary>
346
+ GetNamespaceDeletionStatus
347
+ </summary>
348
+
349
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/getnamespacedeletionstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getnamespacedeletionstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getnamespacedeletionstatuscommandoutput.html)
350
+
351
+ </details>
352
+ <details>
353
+ <summary>
354
+ GetSystemInstance
355
+ </summary>
356
+
357
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/getsysteminstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getsysteminstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getsysteminstancecommandoutput.html)
358
+
359
+ </details>
360
+ <details>
361
+ <summary>
362
+ GetSystemTemplate
363
+ </summary>
364
+
365
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/getsystemtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getsystemtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getsystemtemplatecommandoutput.html)
366
+
367
+ </details>
368
+ <details>
369
+ <summary>
370
+ GetSystemTemplateRevisions
371
+ </summary>
372
+
373
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/getsystemtemplaterevisionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getsystemtemplaterevisionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getsystemtemplaterevisionscommandoutput.html)
374
+
375
+ </details>
376
+ <details>
377
+ <summary>
378
+ GetUploadStatus
379
+ </summary>
380
+
381
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/getuploadstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getuploadstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/getuploadstatuscommandoutput.html)
382
+
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ ListFlowExecutionMessages
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/listflowexecutionmessagescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/listflowexecutionmessagescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/listflowexecutionmessagescommandoutput.html)
390
+
391
+ </details>
392
+ <details>
393
+ <summary>
394
+ ListTagsForResource
395
+ </summary>
396
+
397
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/listtagsforresourcecommandoutput.html)
398
+
399
+ </details>
400
+ <details>
401
+ <summary>
402
+ SearchEntities
403
+ </summary>
404
+
405
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/searchentitiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchentitiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchentitiescommandoutput.html)
406
+
407
+ </details>
408
+ <details>
409
+ <summary>
410
+ SearchFlowExecutions
411
+ </summary>
412
+
413
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/searchflowexecutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchflowexecutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchflowexecutionscommandoutput.html)
414
+
415
+ </details>
416
+ <details>
417
+ <summary>
418
+ SearchFlowTemplates
419
+ </summary>
420
+
421
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/searchflowtemplatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchflowtemplatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchflowtemplatescommandoutput.html)
422
+
423
+ </details>
424
+ <details>
425
+ <summary>
426
+ SearchSystemInstances
427
+ </summary>
428
+
429
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/searchsysteminstancescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchsysteminstancescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchsysteminstancescommandoutput.html)
430
+
431
+ </details>
432
+ <details>
433
+ <summary>
434
+ SearchSystemTemplates
435
+ </summary>
436
+
437
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/searchsystemtemplatescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchsystemtemplatescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchsystemtemplatescommandoutput.html)
438
+
439
+ </details>
440
+ <details>
441
+ <summary>
442
+ SearchThings
443
+ </summary>
444
+
445
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/searchthingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchthingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/searchthingscommandoutput.html)
446
+
447
+ </details>
448
+ <details>
449
+ <summary>
450
+ TagResource
451
+ </summary>
452
+
453
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/tagresourcecommandoutput.html)
454
+
455
+ </details>
456
+ <details>
457
+ <summary>
458
+ UndeploySystemInstance
459
+ </summary>
460
+
461
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/undeploysysteminstancecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/undeploysysteminstancecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/undeploysysteminstancecommandoutput.html)
462
+
463
+ </details>
464
+ <details>
465
+ <summary>
466
+ UntagResource
467
+ </summary>
468
+
469
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/untagresourcecommandoutput.html)
470
+
471
+ </details>
472
+ <details>
473
+ <summary>
474
+ UpdateFlowTemplate
475
+ </summary>
476
+
477
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/updateflowtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/updateflowtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/updateflowtemplatecommandoutput.html)
478
+
479
+ </details>
480
+ <details>
481
+ <summary>
482
+ UpdateSystemTemplate
483
+ </summary>
484
+
485
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/updatesystemtemplatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/updatesystemtemplatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/updatesystemtemplatecommandoutput.html)
486
+
487
+ </details>
488
+ <details>
489
+ <summary>
490
+ UploadEntityDefinitions
491
+ </summary>
492
+
493
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/classes/uploadentitydefinitionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/uploadentitydefinitionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotthingsgraph/interfaces/uploadentitydefinitionscommandoutput.html)
494
+
495
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { AssociateEntityToThingRequest, AssociateEntityToThingResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociateEntityToThingCommand}.
8
+ */
6
9
  export interface AssociateEntityToThingCommandInput extends AssociateEntityToThingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateEntityToThingCommand}.
13
+ */
8
14
  export interface AssociateEntityToThingCommandOutput extends AssociateEntityToThingResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateFlowTemplateCommand}.
8
+ */
6
9
  export interface CreateFlowTemplateCommandInput extends CreateFlowTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateFlowTemplateCommand}.
13
+ */
8
14
  export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSystemInstanceCommand}.
8
+ */
6
9
  export interface CreateSystemInstanceCommandInput extends CreateSystemInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSystemInstanceCommand}.
13
+ */
8
14
  export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSystemTemplateCommand}.
8
+ */
6
9
  export interface CreateSystemTemplateCommandInput extends CreateSystemTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSystemTemplateCommand}.
13
+ */
8
14
  export interface CreateSystemTemplateCommandOutput extends CreateSystemTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFlowTemplateCommand}.
8
+ */
6
9
  export interface DeleteFlowTemplateCommandInput extends DeleteFlowTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFlowTemplateCommand}.
13
+ */
8
14
  export interface DeleteFlowTemplateCommandOutput extends DeleteFlowTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteNamespaceCommand}.
8
+ */
6
9
  export interface DeleteNamespaceCommandInput extends DeleteNamespaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteNamespaceCommand}.
13
+ */
8
14
  export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSystemInstanceCommand}.
8
+ */
6
9
  export interface DeleteSystemInstanceCommandInput extends DeleteSystemInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSystemInstanceCommand}.
13
+ */
8
14
  export interface DeleteSystemInstanceCommandOutput extends DeleteSystemInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSystemTemplateCommand}.
8
+ */
6
9
  export interface DeleteSystemTemplateCommandInput extends DeleteSystemTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSystemTemplateCommand}.
13
+ */
8
14
  export interface DeleteSystemTemplateCommandOutput extends DeleteSystemTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeploySystemInstanceCommand}.
8
+ */
6
9
  export interface DeploySystemInstanceCommandInput extends DeploySystemInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeploySystemInstanceCommand}.
13
+ */
8
14
  export interface DeploySystemInstanceCommandOutput extends DeploySystemInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeprecateFlowTemplateCommand}.
8
+ */
6
9
  export interface DeprecateFlowTemplateCommandInput extends DeprecateFlowTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeprecateFlowTemplateCommand}.
13
+ */
8
14
  export interface DeprecateFlowTemplateCommandOutput extends DeprecateFlowTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeprecateSystemTemplateCommand}.
8
+ */
6
9
  export interface DeprecateSystemTemplateCommandInput extends DeprecateSystemTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeprecateSystemTemplateCommand}.
13
+ */
8
14
  export interface DeprecateSystemTemplateCommandOutput extends DeprecateSystemTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeNamespaceCommand}.
8
+ */
6
9
  export interface DescribeNamespaceCommandInput extends DescribeNamespaceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeNamespaceCommand}.
13
+ */
8
14
  export interface DescribeNamespaceCommandOutput extends DescribeNamespaceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DissociateEntityFromThingCommand}.
8
+ */
6
9
  export interface DissociateEntityFromThingCommandInput extends DissociateEntityFromThingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DissociateEntityFromThingCommand}.
13
+ */
8
14
  export interface DissociateEntityFromThingCommandOutput extends DissociateEntityFromThingResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEntitiesCommand}.
8
+ */
6
9
  export interface GetEntitiesCommandInput extends GetEntitiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEntitiesCommand}.
13
+ */
8
14
  export interface GetEntitiesCommandOutput extends GetEntitiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFlowTemplateCommand}.
8
+ */
6
9
  export interface GetFlowTemplateCommandInput extends GetFlowTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFlowTemplateCommand}.
13
+ */
8
14
  export interface GetFlowTemplateCommandOutput extends GetFlowTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetFlowTemplateRevisionsCommand}.
8
+ */
6
9
  export interface GetFlowTemplateRevisionsCommandInput extends GetFlowTemplateRevisionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetFlowTemplateRevisionsCommand}.
13
+ */
8
14
  export interface GetFlowTemplateRevisionsCommandOutput extends GetFlowTemplateRevisionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetNamespaceDeletionStatusRequest, GetNamespaceDeletionStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetNamespaceDeletionStatusCommand}.
8
+ */
6
9
  export interface GetNamespaceDeletionStatusCommandInput extends GetNamespaceDeletionStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetNamespaceDeletionStatusCommand}.
13
+ */
8
14
  export interface GetNamespaceDeletionStatusCommandOutput extends GetNamespaceDeletionStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetSystemInstanceRequest, GetSystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSystemInstanceCommand}.
8
+ */
6
9
  export interface GetSystemInstanceCommandInput extends GetSystemInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSystemInstanceCommand}.
13
+ */
8
14
  export interface GetSystemInstanceCommandOutput extends GetSystemInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetSystemTemplateRequest, GetSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSystemTemplateCommand}.
8
+ */
6
9
  export interface GetSystemTemplateCommandInput extends GetSystemTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSystemTemplateCommand}.
13
+ */
8
14
  export interface GetSystemTemplateCommandOutput extends GetSystemTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetSystemTemplateRevisionsRequest, GetSystemTemplateRevisionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSystemTemplateRevisionsCommand}.
8
+ */
6
9
  export interface GetSystemTemplateRevisionsCommandInput extends GetSystemTemplateRevisionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSystemTemplateRevisionsCommand}.
13
+ */
8
14
  export interface GetSystemTemplateRevisionsCommandOutput extends GetSystemTemplateRevisionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { GetUploadStatusRequest, GetUploadStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUploadStatusCommand}.
8
+ */
6
9
  export interface GetUploadStatusCommandInput extends GetUploadStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUploadStatusCommand}.
13
+ */
8
14
  export interface GetUploadStatusCommandOutput extends GetUploadStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { ListFlowExecutionMessagesRequest, ListFlowExecutionMessagesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListFlowExecutionMessagesCommand}.
8
+ */
6
9
  export interface ListFlowExecutionMessagesCommandInput extends ListFlowExecutionMessagesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListFlowExecutionMessagesCommand}.
13
+ */
8
14
  export interface ListFlowExecutionMessagesCommandOutput extends ListFlowExecutionMessagesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchEntitiesRequest, SearchEntitiesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchEntitiesCommand}.
8
+ */
6
9
  export interface SearchEntitiesCommandInput extends SearchEntitiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchEntitiesCommand}.
13
+ */
8
14
  export interface SearchEntitiesCommandOutput extends SearchEntitiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchFlowExecutionsRequest, SearchFlowExecutionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchFlowExecutionsCommand}.
8
+ */
6
9
  export interface SearchFlowExecutionsCommandInput extends SearchFlowExecutionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchFlowExecutionsCommand}.
13
+ */
8
14
  export interface SearchFlowExecutionsCommandOutput extends SearchFlowExecutionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchFlowTemplatesRequest, SearchFlowTemplatesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchFlowTemplatesCommand}.
8
+ */
6
9
  export interface SearchFlowTemplatesCommandInput extends SearchFlowTemplatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchFlowTemplatesCommand}.
13
+ */
8
14
  export interface SearchFlowTemplatesCommandOutput extends SearchFlowTemplatesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchSystemInstancesRequest, SearchSystemInstancesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchSystemInstancesCommand}.
8
+ */
6
9
  export interface SearchSystemInstancesCommandInput extends SearchSystemInstancesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchSystemInstancesCommand}.
13
+ */
8
14
  export interface SearchSystemInstancesCommandOutput extends SearchSystemInstancesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchSystemTemplatesRequest, SearchSystemTemplatesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchSystemTemplatesCommand}.
8
+ */
6
9
  export interface SearchSystemTemplatesCommandInput extends SearchSystemTemplatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchSystemTemplatesCommand}.
13
+ */
8
14
  export interface SearchSystemTemplatesCommandOutput extends SearchSystemTemplatesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { SearchThingsRequest, SearchThingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link SearchThingsCommand}.
8
+ */
6
9
  export interface SearchThingsCommandInput extends SearchThingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SearchThingsCommand}.
13
+ */
8
14
  export interface SearchThingsCommandOutput extends SearchThingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UndeploySystemInstanceRequest, UndeploySystemInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UndeploySystemInstanceCommand}.
8
+ */
6
9
  export interface UndeploySystemInstanceCommandInput extends UndeploySystemInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UndeploySystemInstanceCommand}.
13
+ */
8
14
  export interface UndeploySystemInstanceCommandOutput extends UndeploySystemInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateFlowTemplateCommand}.
8
+ */
6
9
  export interface UpdateFlowTemplateCommandInput extends UpdateFlowTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateFlowTemplateCommand}.
13
+ */
8
14
  export interface UpdateFlowTemplateCommandOutput extends UpdateFlowTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateSystemTemplateCommand}.
8
+ */
6
9
  export interface UpdateSystemTemplateCommandInput extends UpdateSystemTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSystemTemplateCommand}.
13
+ */
8
14
  export interface UpdateSystemTemplateCommandOutput extends UpdateSystemTemplateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTThingsGraphClient";
5
5
  import { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UploadEntityDefinitionsCommand}.
8
+ */
6
9
  export interface UploadEntityDefinitionsCommandInput extends UploadEntityDefinitionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UploadEntityDefinitionsCommand}.
13
+ */
8
14
  export interface UploadEntityDefinitionsCommandOutput extends UploadEntityDefinitionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotthingsgraph",
3
3
  "description": "AWS SDK for JavaScript Iotthingsgraph Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",