@aws-sdk/client-iotthingsgraph 3.35.0 → 3.38.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 (343) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/IoTThingsGraph.js +0 -8
  3. package/dist-cjs/IoTThingsGraphClient.js +0 -13
  4. package/dist-cjs/commands/AssociateEntityToThingCommand.js +0 -26
  5. package/dist-cjs/commands/CreateFlowTemplateCommand.js +0 -27
  6. package/dist-cjs/commands/CreateSystemInstanceCommand.js +0 -33
  7. package/dist-cjs/commands/CreateSystemTemplateCommand.js +0 -26
  8. package/dist-cjs/commands/DeleteFlowTemplateCommand.js +0 -26
  9. package/dist-cjs/commands/DeleteNamespaceCommand.js +0 -25
  10. package/dist-cjs/commands/DeleteSystemInstanceCommand.js +0 -27
  11. package/dist-cjs/commands/DeleteSystemTemplateCommand.js +0 -26
  12. package/dist-cjs/commands/DeploySystemInstanceCommand.js +0 -36
  13. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js +0 -25
  14. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js +0 -25
  15. package/dist-cjs/commands/DescribeNamespaceCommand.js +0 -25
  16. package/dist-cjs/commands/DissociateEntityFromThingCommand.js +0 -26
  17. package/dist-cjs/commands/GetEntitiesCommand.js +0 -56
  18. package/dist-cjs/commands/GetFlowTemplateCommand.js +0 -25
  19. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js +0 -26
  20. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js +0 -25
  21. package/dist-cjs/commands/GetSystemInstanceCommand.js +0 -25
  22. package/dist-cjs/commands/GetSystemTemplateCommand.js +0 -25
  23. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js +0 -26
  24. package/dist-cjs/commands/GetUploadStatusCommand.js +0 -25
  25. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js +0 -25
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  27. package/dist-cjs/commands/SearchEntitiesCommand.js +0 -25
  28. package/dist-cjs/commands/SearchFlowExecutionsCommand.js +0 -25
  29. package/dist-cjs/commands/SearchFlowTemplatesCommand.js +0 -25
  30. package/dist-cjs/commands/SearchSystemInstancesCommand.js +0 -25
  31. package/dist-cjs/commands/SearchSystemTemplatesCommand.js +0 -25
  32. package/dist-cjs/commands/SearchThingsCommand.js +0 -28
  33. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  34. package/dist-cjs/commands/UndeploySystemInstanceCommand.js +0 -25
  35. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  36. package/dist-cjs/commands/UpdateFlowTemplateCommand.js +0 -26
  37. package/dist-cjs/commands/UpdateSystemTemplateCommand.js +0 -25
  38. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js +0 -35
  39. package/dist-cjs/commands/index.js +38 -0
  40. package/dist-cjs/endpoints.js +1 -2
  41. package/dist-cjs/index.js +4 -49
  42. package/dist-cjs/models/index.js +0 -1
  43. package/dist-cjs/models/models_0.js +0 -286
  44. package/dist-cjs/pagination/GetFlowTemplateRevisionsPaginator.js +0 -11
  45. package/dist-cjs/pagination/GetSystemTemplateRevisionsPaginator.js +0 -11
  46. package/dist-cjs/pagination/Interfaces.js +0 -1
  47. package/dist-cjs/pagination/ListFlowExecutionMessagesPaginator.js +0 -11
  48. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +0 -11
  49. package/dist-cjs/pagination/SearchEntitiesPaginator.js +0 -11
  50. package/dist-cjs/pagination/SearchFlowExecutionsPaginator.js +0 -11
  51. package/dist-cjs/pagination/SearchFlowTemplatesPaginator.js +0 -11
  52. package/dist-cjs/pagination/SearchSystemInstancesPaginator.js +0 -11
  53. package/dist-cjs/pagination/SearchSystemTemplatesPaginator.js +0 -11
  54. package/dist-cjs/pagination/SearchThingsPaginator.js +0 -11
  55. package/dist-cjs/pagination/index.js +14 -0
  56. package/dist-cjs/protocols/Aws_json1_1.js +0 -6
  57. package/dist-cjs/runtimeConfig.browser.js +1 -6
  58. package/dist-cjs/runtimeConfig.js +2 -7
  59. package/dist-cjs/runtimeConfig.native.js +0 -4
  60. package/dist-cjs/runtimeConfig.shared.js +0 -4
  61. package/dist-es/IoTThingsGraph.js +0 -1
  62. package/dist-es/IoTThingsGraphClient.js +0 -1
  63. package/dist-es/commands/AssociateEntityToThingCommand.js +0 -1
  64. package/dist-es/commands/CreateFlowTemplateCommand.js +0 -1
  65. package/dist-es/commands/CreateSystemInstanceCommand.js +0 -1
  66. package/dist-es/commands/CreateSystemTemplateCommand.js +0 -1
  67. package/dist-es/commands/DeleteFlowTemplateCommand.js +0 -1
  68. package/dist-es/commands/DeleteNamespaceCommand.js +0 -1
  69. package/dist-es/commands/DeleteSystemInstanceCommand.js +0 -1
  70. package/dist-es/commands/DeleteSystemTemplateCommand.js +0 -1
  71. package/dist-es/commands/DeploySystemInstanceCommand.js +0 -1
  72. package/dist-es/commands/DeprecateFlowTemplateCommand.js +0 -1
  73. package/dist-es/commands/DeprecateSystemTemplateCommand.js +0 -1
  74. package/dist-es/commands/DescribeNamespaceCommand.js +0 -1
  75. package/dist-es/commands/DissociateEntityFromThingCommand.js +0 -1
  76. package/dist-es/commands/GetEntitiesCommand.js +0 -1
  77. package/dist-es/commands/GetFlowTemplateCommand.js +0 -1
  78. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js +0 -1
  79. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js +0 -1
  80. package/dist-es/commands/GetSystemInstanceCommand.js +0 -1
  81. package/dist-es/commands/GetSystemTemplateCommand.js +0 -1
  82. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js +0 -1
  83. package/dist-es/commands/GetUploadStatusCommand.js +0 -1
  84. package/dist-es/commands/ListFlowExecutionMessagesCommand.js +0 -1
  85. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  86. package/dist-es/commands/SearchEntitiesCommand.js +0 -1
  87. package/dist-es/commands/SearchFlowExecutionsCommand.js +0 -1
  88. package/dist-es/commands/SearchFlowTemplatesCommand.js +0 -1
  89. package/dist-es/commands/SearchSystemInstancesCommand.js +0 -1
  90. package/dist-es/commands/SearchSystemTemplatesCommand.js +0 -1
  91. package/dist-es/commands/SearchThingsCommand.js +0 -1
  92. package/dist-es/commands/TagResourceCommand.js +0 -1
  93. package/dist-es/commands/UndeploySystemInstanceCommand.js +0 -1
  94. package/dist-es/commands/UntagResourceCommand.js +0 -1
  95. package/dist-es/commands/UpdateFlowTemplateCommand.js +0 -1
  96. package/dist-es/commands/UpdateSystemTemplateCommand.js +0 -1
  97. package/dist-es/commands/UploadEntityDefinitionsCommand.js +0 -1
  98. package/dist-es/commands/index.js +35 -0
  99. package/dist-es/endpoints.js +1 -2
  100. package/dist-es/index.js +4 -49
  101. package/dist-es/models/index.js +0 -1
  102. package/dist-es/models/models_0.js +0 -1
  103. package/dist-es/pagination/GetFlowTemplateRevisionsPaginator.js +0 -1
  104. package/dist-es/pagination/GetSystemTemplateRevisionsPaginator.js +0 -1
  105. package/dist-es/pagination/Interfaces.js +0 -1
  106. package/dist-es/pagination/ListFlowExecutionMessagesPaginator.js +0 -1
  107. package/dist-es/pagination/ListTagsForResourcePaginator.js +0 -1
  108. package/dist-es/pagination/SearchEntitiesPaginator.js +0 -1
  109. package/dist-es/pagination/SearchFlowExecutionsPaginator.js +0 -1
  110. package/dist-es/pagination/SearchFlowTemplatesPaginator.js +0 -1
  111. package/dist-es/pagination/SearchSystemInstancesPaginator.js +0 -1
  112. package/dist-es/pagination/SearchSystemTemplatesPaginator.js +0 -1
  113. package/dist-es/pagination/SearchThingsPaginator.js +0 -1
  114. package/dist-es/pagination/index.js +11 -0
  115. package/dist-es/protocols/Aws_json1_1.js +0 -1
  116. package/dist-es/runtimeConfig.browser.js +1 -2
  117. package/dist-es/runtimeConfig.js +2 -3
  118. package/dist-es/runtimeConfig.native.js +0 -1
  119. package/dist-es/runtimeConfig.shared.js +0 -1
  120. package/dist-types/commands/index.d.ts +35 -0
  121. package/dist-types/index.d.ts +4 -48
  122. package/dist-types/pagination/index.d.ts +11 -0
  123. package/dist-types/ts3.4/IoTThingsGraph.d.ts +36 -187
  124. package/dist-types/ts3.4/IoTThingsGraphClient.d.ts +24 -93
  125. package/dist-types/ts3.4/commands/AssociateEntityToThingCommand.d.ts +2 -21
  126. package/dist-types/ts3.4/commands/CreateFlowTemplateCommand.d.ts +2 -22
  127. package/dist-types/ts3.4/commands/CreateSystemInstanceCommand.d.ts +2 -28
  128. package/dist-types/ts3.4/commands/CreateSystemTemplateCommand.d.ts +2 -21
  129. package/dist-types/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +2 -21
  130. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -20
  131. package/dist-types/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +2 -22
  132. package/dist-types/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +2 -21
  133. package/dist-types/ts3.4/commands/DeploySystemInstanceCommand.d.ts +2 -31
  134. package/dist-types/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +2 -20
  135. package/dist-types/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +2 -20
  136. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +2 -20
  137. package/dist-types/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +2 -21
  138. package/dist-types/ts3.4/commands/GetEntitiesCommand.d.ts +2 -51
  139. package/dist-types/ts3.4/commands/GetFlowTemplateCommand.d.ts +2 -20
  140. package/dist-types/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +2 -21
  141. package/dist-types/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -20
  142. package/dist-types/ts3.4/commands/GetSystemInstanceCommand.d.ts +2 -20
  143. package/dist-types/ts3.4/commands/GetSystemTemplateCommand.d.ts +2 -20
  144. package/dist-types/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +2 -21
  145. package/dist-types/ts3.4/commands/GetUploadStatusCommand.d.ts +2 -20
  146. package/dist-types/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +2 -20
  147. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  148. package/dist-types/ts3.4/commands/SearchEntitiesCommand.d.ts +2 -20
  149. package/dist-types/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +2 -20
  150. package/dist-types/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +2 -20
  151. package/dist-types/ts3.4/commands/SearchSystemInstancesCommand.d.ts +2 -20
  152. package/dist-types/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +2 -20
  153. package/dist-types/ts3.4/commands/SearchThingsCommand.d.ts +2 -23
  154. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  155. package/dist-types/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +2 -20
  156. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  157. package/dist-types/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +2 -21
  158. package/dist-types/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +2 -20
  159. package/dist-types/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +2 -30
  160. package/dist-types/ts3.4/commands/index.d.ts +35 -0
  161. package/dist-types/ts3.4/index.d.ts +4 -48
  162. package/dist-types/ts3.4/models/models_0.d.ts +316 -1034
  163. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  164. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  165. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  166. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  167. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  168. package/package.json +33 -30
  169. package/dist-cjs/IoTThingsGraph.js.map +0 -1
  170. package/dist-cjs/IoTThingsGraphClient.js.map +0 -1
  171. package/dist-cjs/commands/AssociateEntityToThingCommand.js.map +0 -1
  172. package/dist-cjs/commands/CreateFlowTemplateCommand.js.map +0 -1
  173. package/dist-cjs/commands/CreateSystemInstanceCommand.js.map +0 -1
  174. package/dist-cjs/commands/CreateSystemTemplateCommand.js.map +0 -1
  175. package/dist-cjs/commands/DeleteFlowTemplateCommand.js.map +0 -1
  176. package/dist-cjs/commands/DeleteNamespaceCommand.js.map +0 -1
  177. package/dist-cjs/commands/DeleteSystemInstanceCommand.js.map +0 -1
  178. package/dist-cjs/commands/DeleteSystemTemplateCommand.js.map +0 -1
  179. package/dist-cjs/commands/DeploySystemInstanceCommand.js.map +0 -1
  180. package/dist-cjs/commands/DeprecateFlowTemplateCommand.js.map +0 -1
  181. package/dist-cjs/commands/DeprecateSystemTemplateCommand.js.map +0 -1
  182. package/dist-cjs/commands/DescribeNamespaceCommand.js.map +0 -1
  183. package/dist-cjs/commands/DissociateEntityFromThingCommand.js.map +0 -1
  184. package/dist-cjs/commands/GetEntitiesCommand.js.map +0 -1
  185. package/dist-cjs/commands/GetFlowTemplateCommand.js.map +0 -1
  186. package/dist-cjs/commands/GetFlowTemplateRevisionsCommand.js.map +0 -1
  187. package/dist-cjs/commands/GetNamespaceDeletionStatusCommand.js.map +0 -1
  188. package/dist-cjs/commands/GetSystemInstanceCommand.js.map +0 -1
  189. package/dist-cjs/commands/GetSystemTemplateCommand.js.map +0 -1
  190. package/dist-cjs/commands/GetSystemTemplateRevisionsCommand.js.map +0 -1
  191. package/dist-cjs/commands/GetUploadStatusCommand.js.map +0 -1
  192. package/dist-cjs/commands/ListFlowExecutionMessagesCommand.js.map +0 -1
  193. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  194. package/dist-cjs/commands/SearchEntitiesCommand.js.map +0 -1
  195. package/dist-cjs/commands/SearchFlowExecutionsCommand.js.map +0 -1
  196. package/dist-cjs/commands/SearchFlowTemplatesCommand.js.map +0 -1
  197. package/dist-cjs/commands/SearchSystemInstancesCommand.js.map +0 -1
  198. package/dist-cjs/commands/SearchSystemTemplatesCommand.js.map +0 -1
  199. package/dist-cjs/commands/SearchThingsCommand.js.map +0 -1
  200. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  201. package/dist-cjs/commands/UndeploySystemInstanceCommand.js.map +0 -1
  202. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  203. package/dist-cjs/commands/UpdateFlowTemplateCommand.js.map +0 -1
  204. package/dist-cjs/commands/UpdateSystemTemplateCommand.js.map +0 -1
  205. package/dist-cjs/commands/UploadEntityDefinitionsCommand.js.map +0 -1
  206. package/dist-cjs/endpoints.js.map +0 -1
  207. package/dist-cjs/index.js.map +0 -1
  208. package/dist-cjs/models/index.js.map +0 -1
  209. package/dist-cjs/models/models_0.js.map +0 -1
  210. package/dist-cjs/pagination/GetFlowTemplateRevisionsPaginator.js.map +0 -1
  211. package/dist-cjs/pagination/GetSystemTemplateRevisionsPaginator.js.map +0 -1
  212. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  213. package/dist-cjs/pagination/ListFlowExecutionMessagesPaginator.js.map +0 -1
  214. package/dist-cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  215. package/dist-cjs/pagination/SearchEntitiesPaginator.js.map +0 -1
  216. package/dist-cjs/pagination/SearchFlowExecutionsPaginator.js.map +0 -1
  217. package/dist-cjs/pagination/SearchFlowTemplatesPaginator.js.map +0 -1
  218. package/dist-cjs/pagination/SearchSystemInstancesPaginator.js.map +0 -1
  219. package/dist-cjs/pagination/SearchSystemTemplatesPaginator.js.map +0 -1
  220. package/dist-cjs/pagination/SearchThingsPaginator.js.map +0 -1
  221. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  222. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  223. package/dist-cjs/runtimeConfig.js.map +0 -1
  224. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  225. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  226. package/dist-es/IoTThingsGraph.js.map +0 -1
  227. package/dist-es/IoTThingsGraphClient.js.map +0 -1
  228. package/dist-es/commands/AssociateEntityToThingCommand.js.map +0 -1
  229. package/dist-es/commands/CreateFlowTemplateCommand.js.map +0 -1
  230. package/dist-es/commands/CreateSystemInstanceCommand.js.map +0 -1
  231. package/dist-es/commands/CreateSystemTemplateCommand.js.map +0 -1
  232. package/dist-es/commands/DeleteFlowTemplateCommand.js.map +0 -1
  233. package/dist-es/commands/DeleteNamespaceCommand.js.map +0 -1
  234. package/dist-es/commands/DeleteSystemInstanceCommand.js.map +0 -1
  235. package/dist-es/commands/DeleteSystemTemplateCommand.js.map +0 -1
  236. package/dist-es/commands/DeploySystemInstanceCommand.js.map +0 -1
  237. package/dist-es/commands/DeprecateFlowTemplateCommand.js.map +0 -1
  238. package/dist-es/commands/DeprecateSystemTemplateCommand.js.map +0 -1
  239. package/dist-es/commands/DescribeNamespaceCommand.js.map +0 -1
  240. package/dist-es/commands/DissociateEntityFromThingCommand.js.map +0 -1
  241. package/dist-es/commands/GetEntitiesCommand.js.map +0 -1
  242. package/dist-es/commands/GetFlowTemplateCommand.js.map +0 -1
  243. package/dist-es/commands/GetFlowTemplateRevisionsCommand.js.map +0 -1
  244. package/dist-es/commands/GetNamespaceDeletionStatusCommand.js.map +0 -1
  245. package/dist-es/commands/GetSystemInstanceCommand.js.map +0 -1
  246. package/dist-es/commands/GetSystemTemplateCommand.js.map +0 -1
  247. package/dist-es/commands/GetSystemTemplateRevisionsCommand.js.map +0 -1
  248. package/dist-es/commands/GetUploadStatusCommand.js.map +0 -1
  249. package/dist-es/commands/ListFlowExecutionMessagesCommand.js.map +0 -1
  250. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  251. package/dist-es/commands/SearchEntitiesCommand.js.map +0 -1
  252. package/dist-es/commands/SearchFlowExecutionsCommand.js.map +0 -1
  253. package/dist-es/commands/SearchFlowTemplatesCommand.js.map +0 -1
  254. package/dist-es/commands/SearchSystemInstancesCommand.js.map +0 -1
  255. package/dist-es/commands/SearchSystemTemplatesCommand.js.map +0 -1
  256. package/dist-es/commands/SearchThingsCommand.js.map +0 -1
  257. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  258. package/dist-es/commands/UndeploySystemInstanceCommand.js.map +0 -1
  259. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  260. package/dist-es/commands/UpdateFlowTemplateCommand.js.map +0 -1
  261. package/dist-es/commands/UpdateSystemTemplateCommand.js.map +0 -1
  262. package/dist-es/commands/UploadEntityDefinitionsCommand.js.map +0 -1
  263. package/dist-es/endpoints.js.map +0 -1
  264. package/dist-es/index.js.map +0 -1
  265. package/dist-es/models/index.js.map +0 -1
  266. package/dist-es/models/models_0.js.map +0 -1
  267. package/dist-es/pagination/GetFlowTemplateRevisionsPaginator.js.map +0 -1
  268. package/dist-es/pagination/GetSystemTemplateRevisionsPaginator.js.map +0 -1
  269. package/dist-es/pagination/Interfaces.js.map +0 -1
  270. package/dist-es/pagination/ListFlowExecutionMessagesPaginator.js.map +0 -1
  271. package/dist-es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  272. package/dist-es/pagination/SearchEntitiesPaginator.js.map +0 -1
  273. package/dist-es/pagination/SearchFlowExecutionsPaginator.js.map +0 -1
  274. package/dist-es/pagination/SearchFlowTemplatesPaginator.js.map +0 -1
  275. package/dist-es/pagination/SearchSystemInstancesPaginator.js.map +0 -1
  276. package/dist-es/pagination/SearchSystemTemplatesPaginator.js.map +0 -1
  277. package/dist-es/pagination/SearchThingsPaginator.js.map +0 -1
  278. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  279. package/dist-es/runtimeConfig.browser.js.map +0 -1
  280. package/dist-es/runtimeConfig.js.map +0 -1
  281. package/dist-es/runtimeConfig.native.js.map +0 -1
  282. package/dist-es/runtimeConfig.shared.js.map +0 -1
  283. package/jest.config.js +0 -4
  284. package/src/IoTThingsGraph.ts +0 -1359
  285. package/src/IoTThingsGraphClient.ts +0 -408
  286. package/src/commands/AssociateEntityToThingCommand.ts +0 -96
  287. package/src/commands/CreateFlowTemplateCommand.ts +0 -97
  288. package/src/commands/CreateSystemInstanceCommand.ts +0 -103
  289. package/src/commands/CreateSystemTemplateCommand.ts +0 -96
  290. package/src/commands/DeleteFlowTemplateCommand.ts +0 -96
  291. package/src/commands/DeleteNamespaceCommand.ts +0 -95
  292. package/src/commands/DeleteSystemInstanceCommand.ts +0 -97
  293. package/src/commands/DeleteSystemTemplateCommand.ts +0 -96
  294. package/src/commands/DeploySystemInstanceCommand.ts +0 -106
  295. package/src/commands/DeprecateFlowTemplateCommand.ts +0 -95
  296. package/src/commands/DeprecateSystemTemplateCommand.ts +0 -95
  297. package/src/commands/DescribeNamespaceCommand.ts +0 -95
  298. package/src/commands/DissociateEntityFromThingCommand.ts +0 -99
  299. package/src/commands/GetEntitiesCommand.ts +0 -126
  300. package/src/commands/GetFlowTemplateCommand.ts +0 -95
  301. package/src/commands/GetFlowTemplateRevisionsCommand.ts +0 -96
  302. package/src/commands/GetNamespaceDeletionStatusCommand.ts +0 -98
  303. package/src/commands/GetSystemInstanceCommand.ts +0 -95
  304. package/src/commands/GetSystemTemplateCommand.ts +0 -95
  305. package/src/commands/GetSystemTemplateRevisionsCommand.ts +0 -99
  306. package/src/commands/GetUploadStatusCommand.ts +0 -95
  307. package/src/commands/ListFlowExecutionMessagesCommand.ts +0 -98
  308. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  309. package/src/commands/SearchEntitiesCommand.ts +0 -95
  310. package/src/commands/SearchFlowExecutionsCommand.ts +0 -95
  311. package/src/commands/SearchFlowTemplatesCommand.ts +0 -95
  312. package/src/commands/SearchSystemInstancesCommand.ts +0 -95
  313. package/src/commands/SearchSystemTemplatesCommand.ts +0 -95
  314. package/src/commands/SearchThingsCommand.ts +0 -98
  315. package/src/commands/TagResourceCommand.ts +0 -95
  316. package/src/commands/UndeploySystemInstanceCommand.ts +0 -95
  317. package/src/commands/UntagResourceCommand.ts +0 -95
  318. package/src/commands/UpdateFlowTemplateCommand.ts +0 -96
  319. package/src/commands/UpdateSystemTemplateCommand.ts +0 -95
  320. package/src/commands/UploadEntityDefinitionsCommand.ts +0 -105
  321. package/src/endpoints.ts +0 -57
  322. package/src/index.ts +0 -49
  323. package/src/models/index.ts +0 -1
  324. package/src/models/models_0.ts +0 -2312
  325. package/src/pagination/GetFlowTemplateRevisionsPaginator.ts +0 -59
  326. package/src/pagination/GetSystemTemplateRevisionsPaginator.ts +0 -59
  327. package/src/pagination/Interfaces.ts +0 -8
  328. package/src/pagination/ListFlowExecutionMessagesPaginator.ts +0 -59
  329. package/src/pagination/ListTagsForResourcePaginator.ts +0 -59
  330. package/src/pagination/SearchEntitiesPaginator.ts +0 -59
  331. package/src/pagination/SearchFlowExecutionsPaginator.ts +0 -59
  332. package/src/pagination/SearchFlowTemplatesPaginator.ts +0 -59
  333. package/src/pagination/SearchSystemInstancesPaginator.ts +0 -59
  334. package/src/pagination/SearchSystemTemplatesPaginator.ts +0 -59
  335. package/src/pagination/SearchThingsPaginator.ts +0 -59
  336. package/src/protocols/Aws_json1_1.ts +0 -4845
  337. package/src/runtimeConfig.browser.ts +0 -41
  338. package/src/runtimeConfig.native.ts +0 -17
  339. package/src/runtimeConfig.shared.ts +0 -17
  340. package/src/runtimeConfig.ts +0 -46
  341. package/tsconfig.es.json +0 -10
  342. package/tsconfig.json +0 -33
  343. package/tsconfig.types.json +0 -9
@@ -35,296 +35,145 @@ import { UpdateFlowTemplateCommandInput, UpdateFlowTemplateCommandOutput } from
35
35
  import { UpdateSystemTemplateCommandInput, UpdateSystemTemplateCommandOutput } from "./commands/UpdateSystemTemplateCommand";
36
36
  import { UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutput } from "./commands/UploadEntityDefinitionsCommand";
37
37
  import { IoTThingsGraphClient } from "./IoTThingsGraphClient";
38
- /**
39
- * <fullname>AWS IoT Things Graph</fullname>
40
- * <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
41
- * such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
42
- * and defining how they interact at an abstract level.</p>
43
- * <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
44
- */
38
+
45
39
  export declare class IoTThingsGraph extends IoTThingsGraphClient {
46
- /**
47
- * <p>Associates a device with a concrete thing that is in the user's registry.</p>
48
- * <p>A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.</p>
49
- */
40
+
50
41
  associateEntityToThing(args: AssociateEntityToThingCommandInput, options?: __HttpHandlerOptions): Promise<AssociateEntityToThingCommandOutput>;
51
42
  associateEntityToThing(args: AssociateEntityToThingCommandInput, cb: (err: any, data?: AssociateEntityToThingCommandOutput) => void): void;
52
43
  associateEntityToThing(args: AssociateEntityToThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateEntityToThingCommandOutput) => void): void;
53
- /**
54
- * <p>Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only
55
- * entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the
56
- * latest version of the user's namespace unless another namespace version is specified in the request.</p>
57
- */
44
+
58
45
  createFlowTemplate(args: CreateFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateFlowTemplateCommandOutput>;
59
46
  createFlowTemplate(args: CreateFlowTemplateCommandInput, cb: (err: any, data?: CreateFlowTemplateCommandOutput) => void): void;
60
47
  createFlowTemplate(args: CreateFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFlowTemplateCommandOutput) => void): void;
61
- /**
62
- * <p>Creates a system instance. </p>
63
- * <p>This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is
64
- * specified by the <code>greengrassGroupName</code> parameter. It also adds a file to the S3 bucket specified by the <code>s3BucketName</code> parameter. You need to
65
- * call <code>DeploySystemInstance</code> after running this action.</p>
66
- * <p>For Greengrass deployments, since this action modifies and adds resources to a Greengrass group and an S3 bucket on the caller's behalf, the calling identity must have write permissions
67
- * to both the specified Greengrass group and S3 bucket. Otherwise, the call will fail with an authorization error.</p>
68
- * <p>For cloud deployments, this action requires a <code>flowActionsRoleArn</code> value. This is an IAM role
69
- * that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.</p>
70
- * <p>If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.</p>
71
- */
48
+
72
49
  createSystemInstance(args: CreateSystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<CreateSystemInstanceCommandOutput>;
73
50
  createSystemInstance(args: CreateSystemInstanceCommandInput, cb: (err: any, data?: CreateSystemInstanceCommandOutput) => void): void;
74
51
  createSystemInstance(args: CreateSystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSystemInstanceCommandOutput) => void): void;
75
- /**
76
- * <p>Creates a system. The system is validated against the entities in the
77
- * latest version of the user's namespace unless another namespace version is specified in the request.</p>
78
- */
52
+
79
53
  createSystemTemplate(args: CreateSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateSystemTemplateCommandOutput>;
80
54
  createSystemTemplate(args: CreateSystemTemplateCommandInput, cb: (err: any, data?: CreateSystemTemplateCommandOutput) => void): void;
81
55
  createSystemTemplate(args: CreateSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSystemTemplateCommandOutput) => void): void;
82
- /**
83
- * <p>Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy.
84
- * Existing deployments that contain the workflow will continue to run (since they use a snapshot of the workflow taken at the time of deployment).</p>
85
- */
56
+
86
57
  deleteFlowTemplate(args: DeleteFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFlowTemplateCommandOutput>;
87
58
  deleteFlowTemplate(args: DeleteFlowTemplateCommandInput, cb: (err: any, data?: DeleteFlowTemplateCommandOutput) => void): void;
88
59
  deleteFlowTemplate(args: DeleteFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFlowTemplateCommandOutput) => void): void;
89
- /**
90
- * <p>Deletes the specified namespace. This action deletes all of the entities in the namespace. Delete the systems and flows that use entities in the namespace before performing this action.</p>
91
- */
60
+
92
61
  deleteNamespace(args: DeleteNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNamespaceCommandOutput>;
93
62
  deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
94
63
  deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
95
- /**
96
- * <p>Deletes a system instance.
97
- * Only system instances that have never been deployed, or that have been undeployed can be deleted.</p>
98
- * <p>Users can create a new system instance that has the same ID as a deleted system instance.</p>
99
- */
64
+
100
65
  deleteSystemInstance(args: DeleteSystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSystemInstanceCommandOutput>;
101
66
  deleteSystemInstance(args: DeleteSystemInstanceCommandInput, cb: (err: any, data?: DeleteSystemInstanceCommandOutput) => void): void;
102
67
  deleteSystemInstance(args: DeleteSystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSystemInstanceCommandOutput) => void): void;
103
- /**
104
- * <p>Deletes a system. New deployments can't contain the system after its deletion.
105
- * Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.</p>
106
- */
68
+
107
69
  deleteSystemTemplate(args: DeleteSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSystemTemplateCommandOutput>;
108
70
  deleteSystemTemplate(args: DeleteSystemTemplateCommandInput, cb: (err: any, data?: DeleteSystemTemplateCommandOutput) => void): void;
109
71
  deleteSystemTemplate(args: DeleteSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSystemTemplateCommandOutput) => void): void;
110
- /**
111
- * <p>
112
- * <b>Greengrass and Cloud Deployments</b>
113
- * </p>
114
- * <p>Deploys the system instance to the target specified in <code>CreateSystemInstance</code>. </p>
115
- * <p>
116
- * <b>Greengrass Deployments</b>
117
- * </p>
118
- * <p>If the system or any workflows and entities have been updated before this action is called, then the deployment will create a new Amazon Simple Storage Service
119
- * resource file and then deploy it.</p>
120
- * <p>Since this action creates a Greengrass deployment on the caller's behalf, the calling identity must have write permissions
121
- * to the specified Greengrass group. Otherwise, the call will fail with an authorization error.</p>
122
- * <p>For information about the artifacts that get added to your Greengrass core device when you use this API, see <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-greengrass.html">AWS IoT Things Graph and AWS IoT Greengrass</a>.</p>
123
- */
72
+
124
73
  deploySystemInstance(args: DeploySystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeploySystemInstanceCommandOutput>;
125
74
  deploySystemInstance(args: DeploySystemInstanceCommandInput, cb: (err: any, data?: DeploySystemInstanceCommandOutput) => void): void;
126
75
  deploySystemInstance(args: DeploySystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeploySystemInstanceCommandOutput) => void): void;
127
- /**
128
- * <p>Deprecates the specified workflow. This action marks the workflow for deletion. Deprecated flows can't be deployed, but existing deployments will continue to run.</p>
129
- */
76
+
130
77
  deprecateFlowTemplate(args: DeprecateFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateFlowTemplateCommandOutput>;
131
78
  deprecateFlowTemplate(args: DeprecateFlowTemplateCommandInput, cb: (err: any, data?: DeprecateFlowTemplateCommandOutput) => void): void;
132
79
  deprecateFlowTemplate(args: DeprecateFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateFlowTemplateCommandOutput) => void): void;
133
- /**
134
- * <p>Deprecates the specified system.</p>
135
- */
80
+
136
81
  deprecateSystemTemplate(args: DeprecateSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeprecateSystemTemplateCommandOutput>;
137
82
  deprecateSystemTemplate(args: DeprecateSystemTemplateCommandInput, cb: (err: any, data?: DeprecateSystemTemplateCommandOutput) => void): void;
138
83
  deprecateSystemTemplate(args: DeprecateSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprecateSystemTemplateCommandOutput) => void): void;
139
- /**
140
- * <p>Gets the latest version of the user's namespace and the public version that it is tracking.</p>
141
- */
84
+
142
85
  describeNamespace(args: DescribeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNamespaceCommandOutput>;
143
86
  describeNamespace(args: DescribeNamespaceCommandInput, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
144
87
  describeNamespace(args: DescribeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
145
- /**
146
- * <p>Dissociates a device entity from a concrete thing. The action takes only the type of the entity that you need to dissociate because only
147
- * one entity of a particular type can be associated with a thing.</p>
148
- */
88
+
149
89
  dissociateEntityFromThing(args: DissociateEntityFromThingCommandInput, options?: __HttpHandlerOptions): Promise<DissociateEntityFromThingCommandOutput>;
150
90
  dissociateEntityFromThing(args: DissociateEntityFromThingCommandInput, cb: (err: any, data?: DissociateEntityFromThingCommandOutput) => void): void;
151
91
  dissociateEntityFromThing(args: DissociateEntityFromThingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DissociateEntityFromThingCommandOutput) => void): void;
152
- /**
153
- * <p>Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the
154
- * following TDM entities.</p>
155
- * <ul>
156
- * <li>
157
- * <p>Properties</p>
158
- * </li>
159
- * <li>
160
- * <p>States</p>
161
- * </li>
162
- * <li>
163
- * <p>Events</p>
164
- * </li>
165
- * <li>
166
- * <p>Actions</p>
167
- * </li>
168
- * <li>
169
- * <p>Capabilities</p>
170
- * </li>
171
- * <li>
172
- * <p>Mappings</p>
173
- * </li>
174
- * <li>
175
- * <p>Devices</p>
176
- * </li>
177
- * <li>
178
- * <p>Device Models</p>
179
- * </li>
180
- * <li>
181
- * <p>Services</p>
182
- * </li>
183
- * </ul>
184
- * <p>This action doesn't return definitions for systems, flows, and deployments.</p>
185
- */
92
+
186
93
  getEntities(args: GetEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<GetEntitiesCommandOutput>;
187
94
  getEntities(args: GetEntitiesCommandInput, cb: (err: any, data?: GetEntitiesCommandOutput) => void): void;
188
95
  getEntities(args: GetEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEntitiesCommandOutput) => void): void;
189
- /**
190
- * <p>Gets the latest version of the <code>DefinitionDocument</code> and <code>FlowTemplateSummary</code> for the specified workflow.</p>
191
- */
96
+
192
97
  getFlowTemplate(args: GetFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetFlowTemplateCommandOutput>;
193
98
  getFlowTemplate(args: GetFlowTemplateCommandInput, cb: (err: any, data?: GetFlowTemplateCommandOutput) => void): void;
194
99
  getFlowTemplate(args: GetFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFlowTemplateCommandOutput) => void): void;
195
- /**
196
- * <p>Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated,
197
- * this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.</p>
198
- */
100
+
199
101
  getFlowTemplateRevisions(args: GetFlowTemplateRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<GetFlowTemplateRevisionsCommandOutput>;
200
102
  getFlowTemplateRevisions(args: GetFlowTemplateRevisionsCommandInput, cb: (err: any, data?: GetFlowTemplateRevisionsCommandOutput) => void): void;
201
103
  getFlowTemplateRevisions(args: GetFlowTemplateRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFlowTemplateRevisionsCommandOutput) => void): void;
202
- /**
203
- * <p>Gets the status of a namespace deletion task.</p>
204
- */
104
+
205
105
  getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetNamespaceDeletionStatusCommandOutput>;
206
106
  getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, cb: (err: any, data?: GetNamespaceDeletionStatusCommandOutput) => void): void;
207
107
  getNamespaceDeletionStatus(args: GetNamespaceDeletionStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNamespaceDeletionStatusCommandOutput) => void): void;
208
- /**
209
- * <p>Gets a system instance.</p>
210
- */
108
+
211
109
  getSystemInstance(args: GetSystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetSystemInstanceCommandOutput>;
212
110
  getSystemInstance(args: GetSystemInstanceCommandInput, cb: (err: any, data?: GetSystemInstanceCommandOutput) => void): void;
213
111
  getSystemInstance(args: GetSystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSystemInstanceCommandOutput) => void): void;
214
- /**
215
- * <p>Gets a system.</p>
216
- */
112
+
217
113
  getSystemTemplate(args: GetSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetSystemTemplateCommandOutput>;
218
114
  getSystemTemplate(args: GetSystemTemplateCommandInput, cb: (err: any, data?: GetSystemTemplateCommandOutput) => void): void;
219
115
  getSystemTemplate(args: GetSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSystemTemplateCommandOutput) => void): void;
220
- /**
221
- * <p>Gets revisions made to the specified system template. Only the previous 100 revisions are stored. If the system has been deprecated, this action will return
222
- * the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.</p>
223
- */
116
+
224
117
  getSystemTemplateRevisions(args: GetSystemTemplateRevisionsCommandInput, options?: __HttpHandlerOptions): Promise<GetSystemTemplateRevisionsCommandOutput>;
225
118
  getSystemTemplateRevisions(args: GetSystemTemplateRevisionsCommandInput, cb: (err: any, data?: GetSystemTemplateRevisionsCommandOutput) => void): void;
226
119
  getSystemTemplateRevisions(args: GetSystemTemplateRevisionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSystemTemplateRevisionsCommandOutput) => void): void;
227
- /**
228
- * <p>Gets the status of the specified upload.</p>
229
- */
120
+
230
121
  getUploadStatus(args: GetUploadStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetUploadStatusCommandOutput>;
231
122
  getUploadStatus(args: GetUploadStatusCommandInput, cb: (err: any, data?: GetUploadStatusCommandOutput) => void): void;
232
123
  getUploadStatus(args: GetUploadStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUploadStatusCommandOutput) => void): void;
233
- /**
234
- * <p>Returns a list of objects that contain information about events in a flow execution.</p>
235
- */
124
+
236
125
  listFlowExecutionMessages(args: ListFlowExecutionMessagesCommandInput, options?: __HttpHandlerOptions): Promise<ListFlowExecutionMessagesCommandOutput>;
237
126
  listFlowExecutionMessages(args: ListFlowExecutionMessagesCommandInput, cb: (err: any, data?: ListFlowExecutionMessagesCommandOutput) => void): void;
238
127
  listFlowExecutionMessages(args: ListFlowExecutionMessagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlowExecutionMessagesCommandOutput) => void): void;
239
- /**
240
- * <p>Lists all tags on an AWS IoT Things Graph resource.</p>
241
- */
128
+
242
129
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
243
130
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
244
131
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
245
- /**
246
- * <p>Searches for entities of the specified type. You can search for entities in your namespace and the public namespace that you're tracking.</p>
247
- */
132
+
248
133
  searchEntities(args: SearchEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<SearchEntitiesCommandOutput>;
249
134
  searchEntities(args: SearchEntitiesCommandInput, cb: (err: any, data?: SearchEntitiesCommandOutput) => void): void;
250
135
  searchEntities(args: SearchEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchEntitiesCommandOutput) => void): void;
251
- /**
252
- * <p>Searches for AWS IoT Things Graph workflow execution instances.</p>
253
- */
136
+
254
137
  searchFlowExecutions(args: SearchFlowExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<SearchFlowExecutionsCommandOutput>;
255
138
  searchFlowExecutions(args: SearchFlowExecutionsCommandInput, cb: (err: any, data?: SearchFlowExecutionsCommandOutput) => void): void;
256
139
  searchFlowExecutions(args: SearchFlowExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFlowExecutionsCommandOutput) => void): void;
257
- /**
258
- * <p>Searches for summary information about workflows.</p>
259
- */
140
+
260
141
  searchFlowTemplates(args: SearchFlowTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<SearchFlowTemplatesCommandOutput>;
261
142
  searchFlowTemplates(args: SearchFlowTemplatesCommandInput, cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void): void;
262
143
  searchFlowTemplates(args: SearchFlowTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFlowTemplatesCommandOutput) => void): void;
263
- /**
264
- * <p>Searches for system instances in the user's account.</p>
265
- */
144
+
266
145
  searchSystemInstances(args: SearchSystemInstancesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSystemInstancesCommandOutput>;
267
146
  searchSystemInstances(args: SearchSystemInstancesCommandInput, cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void): void;
268
147
  searchSystemInstances(args: SearchSystemInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSystemInstancesCommandOutput) => void): void;
269
- /**
270
- * <p>Searches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.</p>
271
- */
148
+
272
149
  searchSystemTemplates(args: SearchSystemTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<SearchSystemTemplatesCommandOutput>;
273
150
  searchSystemTemplates(args: SearchSystemTemplatesCommandInput, cb: (err: any, data?: SearchSystemTemplatesCommandOutput) => void): void;
274
151
  searchSystemTemplates(args: SearchSystemTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchSystemTemplatesCommandOutput) => void): void;
275
- /**
276
- * <p>Searches for things associated with the specified entity. You can search by both device and device model.</p>
277
- * <p>For example, if two different devices, camera1 and camera2, implement the camera device model, the user can associate thing1 to camera1 and thing2 to camera2.
278
- * <code>SearchThings(camera2)</code> will return only thing2, but <code>SearchThings(camera)</code> will return both thing1 and thing2.</p>
279
- * <p>This action searches for exact matches and doesn't perform partial text matching.</p>
280
- */
152
+
281
153
  searchThings(args: SearchThingsCommandInput, options?: __HttpHandlerOptions): Promise<SearchThingsCommandOutput>;
282
154
  searchThings(args: SearchThingsCommandInput, cb: (err: any, data?: SearchThingsCommandOutput) => void): void;
283
155
  searchThings(args: SearchThingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchThingsCommandOutput) => void): void;
284
- /**
285
- * <p>Creates a tag for the specified resource.</p>
286
- */
156
+
287
157
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
288
158
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
289
159
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
290
- /**
291
- * <p>Removes a system instance from its target (Cloud or Greengrass).</p>
292
- */
160
+
293
161
  undeploySystemInstance(args: UndeploySystemInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UndeploySystemInstanceCommandOutput>;
294
162
  undeploySystemInstance(args: UndeploySystemInstanceCommandInput, cb: (err: any, data?: UndeploySystemInstanceCommandOutput) => void): void;
295
163
  undeploySystemInstance(args: UndeploySystemInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UndeploySystemInstanceCommandOutput) => void): void;
296
- /**
297
- * <p>Removes a tag from the specified resource.</p>
298
- */
164
+
299
165
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
300
166
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
301
167
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
302
- /**
303
- * <p>Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this
304
- * behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace. </p>
305
- */
168
+
306
169
  updateFlowTemplate(args: UpdateFlowTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFlowTemplateCommandOutput>;
307
170
  updateFlowTemplate(args: UpdateFlowTemplateCommandInput, cb: (err: any, data?: UpdateFlowTemplateCommandOutput) => void): void;
308
171
  updateFlowTemplate(args: UpdateFlowTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFlowTemplateCommandOutput) => void): void;
309
- /**
310
- * <p>Updates the specified system. You don't need to run this action after updating a workflow. Any deployment that uses the system will see the changes in the system when it is redeployed.</p>
311
- */
172
+
312
173
  updateSystemTemplate(args: UpdateSystemTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSystemTemplateCommandOutput>;
313
174
  updateSystemTemplate(args: UpdateSystemTemplateCommandInput, cb: (err: any, data?: UpdateSystemTemplateCommandOutput) => void): void;
314
175
  updateSystemTemplate(args: UpdateSystemTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSystemTemplateCommandOutput) => void): void;
315
- /**
316
- * <p>Asynchronously uploads one or more entity definitions to the user's namespace. The <code>document</code> parameter is required if
317
- * <code>syncWithPublicNamespace</code> and <code>deleteExistingEntites</code> are false. If the <code>syncWithPublicNamespace</code> parameter is set to
318
- * <code>true</code>, the user's namespace will synchronize with the latest version of the public namespace. If <code>deprecateExistingEntities</code> is set to true,
319
- * all entities in the latest version will be deleted before the new <code>DefinitionDocument</code> is uploaded.</p>
320
- * <p>When a user uploads entity definitions for the first time, the service creates a new namespace for the user. The new namespace tracks the public namespace. Currently users
321
- * can have only one namespace. The namespace version increments whenever a user uploads entity definitions that are backwards-incompatible and whenever a user sets the
322
- * <code>syncWithPublicNamespace</code> parameter or the <code>deprecateExistingEntities</code> parameter to <code>true</code>.</p>
323
- * <p>The IDs for all of the entities should be in URN format. Each entity must be in the user's namespace. Users can't create entities in the public namespace, but entity definitions can refer to entities in the public namespace.</p>
324
- * <p>Valid entities are <code>Device</code>, <code>DeviceModel</code>, <code>Service</code>, <code>Capability</code>, <code>State</code>, <code>Action</code>, <code>Event</code>, <code>Property</code>,
325
- * <code>Mapping</code>, <code>Enum</code>.
326
- * </p>
327
- */
176
+
328
177
  uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, options?: __HttpHandlerOptions): Promise<UploadEntityDefinitionsCommandOutput>;
329
178
  uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void): void;
330
179
  uploadEntityDefinitions(args: UploadEntityDefinitionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadEntityDefinitionsCommandOutput) => void): void;
@@ -44,128 +44,59 @@ import { UploadEntityDefinitionsCommandInput, UploadEntityDefinitionsCommandOutp
44
44
  export declare type ServiceInputTypes = AssociateEntityToThingCommandInput | CreateFlowTemplateCommandInput | CreateSystemInstanceCommandInput | CreateSystemTemplateCommandInput | DeleteFlowTemplateCommandInput | DeleteNamespaceCommandInput | DeleteSystemInstanceCommandInput | DeleteSystemTemplateCommandInput | DeploySystemInstanceCommandInput | DeprecateFlowTemplateCommandInput | DeprecateSystemTemplateCommandInput | DescribeNamespaceCommandInput | DissociateEntityFromThingCommandInput | GetEntitiesCommandInput | GetFlowTemplateCommandInput | GetFlowTemplateRevisionsCommandInput | GetNamespaceDeletionStatusCommandInput | GetSystemInstanceCommandInput | GetSystemTemplateCommandInput | GetSystemTemplateRevisionsCommandInput | GetUploadStatusCommandInput | ListFlowExecutionMessagesCommandInput | ListTagsForResourceCommandInput | SearchEntitiesCommandInput | SearchFlowExecutionsCommandInput | SearchFlowTemplatesCommandInput | SearchSystemInstancesCommandInput | SearchSystemTemplatesCommandInput | SearchThingsCommandInput | TagResourceCommandInput | UndeploySystemInstanceCommandInput | UntagResourceCommandInput | UpdateFlowTemplateCommandInput | UpdateSystemTemplateCommandInput | UploadEntityDefinitionsCommandInput;
45
45
  export declare type ServiceOutputTypes = AssociateEntityToThingCommandOutput | CreateFlowTemplateCommandOutput | CreateSystemInstanceCommandOutput | CreateSystemTemplateCommandOutput | DeleteFlowTemplateCommandOutput | DeleteNamespaceCommandOutput | DeleteSystemInstanceCommandOutput | DeleteSystemTemplateCommandOutput | DeploySystemInstanceCommandOutput | DeprecateFlowTemplateCommandOutput | DeprecateSystemTemplateCommandOutput | DescribeNamespaceCommandOutput | DissociateEntityFromThingCommandOutput | GetEntitiesCommandOutput | GetFlowTemplateCommandOutput | GetFlowTemplateRevisionsCommandOutput | GetNamespaceDeletionStatusCommandOutput | GetSystemInstanceCommandOutput | GetSystemTemplateCommandOutput | GetSystemTemplateRevisionsCommandOutput | GetUploadStatusCommandOutput | ListFlowExecutionMessagesCommandOutput | ListTagsForResourceCommandOutput | SearchEntitiesCommandOutput | SearchFlowExecutionsCommandOutput | SearchFlowTemplatesCommandOutput | SearchSystemInstancesCommandOutput | SearchSystemTemplatesCommandOutput | SearchThingsCommandOutput | TagResourceCommandOutput | UndeploySystemInstanceCommandOutput | UntagResourceCommandOutput | UpdateFlowTemplateCommandOutput | UpdateSystemTemplateCommandOutput | UploadEntityDefinitionsCommandOutput;
46
46
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
47
- /**
48
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
49
- */
47
+
50
48
  requestHandler?: __HttpHandler;
51
- /**
52
- * A constructor for a class implementing the {@link __Hash} interface
53
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
54
- * @internal
55
- */
49
+
56
50
  sha256?: __HashConstructor;
57
- /**
58
- * The function that will be used to convert strings into HTTP endpoints.
59
- * @internal
60
- */
51
+
61
52
  urlParser?: __UrlParser;
62
- /**
63
- * A function that can calculate the length of a request body.
64
- * @internal
65
- */
53
+
66
54
  bodyLengthChecker?: (body: any) => number | undefined;
67
- /**
68
- * A function that converts a stream into an array of bytes.
69
- * @internal
70
- */
55
+
71
56
  streamCollector?: __StreamCollector;
72
- /**
73
- * The function that will be used to convert a base64-encoded string to a byte array.
74
- * @internal
75
- */
57
+
76
58
  base64Decoder?: __Decoder;
77
- /**
78
- * The function that will be used to convert binary data to a base64-encoded string.
79
- * @internal
80
- */
59
+
81
60
  base64Encoder?: __Encoder;
82
- /**
83
- * The function that will be used to convert a UTF8-encoded string to a byte array.
84
- * @internal
85
- */
61
+
86
62
  utf8Decoder?: __Decoder;
87
- /**
88
- * The function that will be used to convert binary data to a UTF-8 encoded string.
89
- * @internal
90
- */
63
+
91
64
  utf8Encoder?: __Encoder;
92
- /**
93
- * The runtime environment.
94
- * @internal
95
- */
65
+
96
66
  runtime?: string;
97
- /**
98
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
99
- * trait of an operation.
100
- */
67
+
101
68
  disableHostPrefix?: boolean;
102
- /**
103
- * Value for how many times a request will be made at most in case of retry.
104
- */
69
+
105
70
  maxAttempts?: number | __Provider<number>;
106
- /**
107
- * Specifies which retry algorithm to use.
108
- */
71
+
109
72
  retryMode?: string | __Provider<string>;
110
- /**
111
- * Optional logger for logging debug/info/warn/error.
112
- */
73
+
113
74
  logger?: __Logger;
114
- /**
115
- * Unique service identifier.
116
- * @internal
117
- */
75
+
118
76
  serviceId?: string;
119
- /**
120
- * The AWS region to which this client will send requests
121
- */
77
+
122
78
  region?: string | __Provider<string>;
123
- /**
124
- * Default credentials provider; Not available in browser runtime.
125
- * @internal
126
- */
79
+
127
80
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
128
- /**
129
- * Fetch related hostname, signing name or signing region with given region.
130
- * @internal
131
- */
81
+
132
82
  regionInfoProvider?: RegionInfoProvider;
133
- /**
134
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
135
- * @internal
136
- */
83
+
137
84
  defaultUserAgentProvider?: Provider<__UserAgent>;
138
85
  }
139
86
  declare type IoTThingsGraphClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
140
- /**
141
- * The configuration interface of IoTThingsGraphClient class constructor that set the region, credentials and other options.
142
- */
87
+
143
88
  export interface IoTThingsGraphClientConfig extends IoTThingsGraphClientConfigType {
144
89
  }
145
90
  declare type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
146
- /**
147
- * The resolved configuration interface of IoTThingsGraphClient class. This is resolved and normalized from the {@link IoTThingsGraphClientConfig | constructor configuration interface}.
148
- */
91
+
149
92
  export interface IoTThingsGraphClientResolvedConfig extends IoTThingsGraphClientResolvedConfigType {
150
93
  }
151
- /**
152
- * <fullname>AWS IoT Things Graph</fullname>
153
- * <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
154
- * such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services
155
- * and defining how they interact at an abstract level.</p>
156
- * <p>For more information about how AWS IoT Things Graph works, see the <a href="https://docs.aws.amazon.com/thingsgraph/latest/ug/iot-tg-whatis.html">User Guide</a>.</p>
157
- */
94
+
158
95
  export declare class IoTThingsGraphClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTThingsGraphClientResolvedConfig> {
159
- /**
160
- * The resolved configuration of IoTThingsGraphClient class. This is resolved and normalized from the {@link IoTThingsGraphClientConfig | constructor configuration interface}.
161
- */
96
+
162
97
  readonly config: IoTThingsGraphClientResolvedConfig;
163
98
  constructor(configuration: IoTThingsGraphClientConfig);
164
- /**
165
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
166
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
167
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
168
- */
99
+
169
100
  destroy(): void;
170
101
  }
171
102
  export {};
@@ -6,30 +6,11 @@ export interface AssociateEntityToThingCommandInput extends AssociateEntityToThi
6
6
  }
7
7
  export interface AssociateEntityToThingCommandOutput extends AssociateEntityToThingResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Associates a device with a concrete thing that is in the user's registry.</p>
11
- * <p>A thing can be associated with only one device at a time. If you associate a thing with a new device id, its previous association will be removed.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { IoTThingsGraphClient, AssociateEntityToThingCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
16
- * // const { IoTThingsGraphClient, AssociateEntityToThingCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
17
- * const client = new IoTThingsGraphClient(config);
18
- * const command = new AssociateEntityToThingCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link AssociateEntityToThingCommandInput} for command's `input` shape.
23
- * @see {@link AssociateEntityToThingCommandOutput} for command's `response` shape.
24
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class AssociateEntityToThingCommand extends $Command<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput, IoTThingsGraphClientResolvedConfig> {
28
11
  readonly input: AssociateEntityToThingCommandInput;
29
12
  constructor(input: AssociateEntityToThingCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEntityToThingCommandInput, AssociateEntityToThingCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface CreateFlowTemplateCommandInput extends CreateFlowTemplateReques
6
6
  }
7
7
  export interface CreateFlowTemplateCommandOutput extends CreateFlowTemplateResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only
11
- * entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the
12
- * latest version of the user's namespace unless another namespace version is specified in the request.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { IoTThingsGraphClient, CreateFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
17
- * // const { IoTThingsGraphClient, CreateFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
18
- * const client = new IoTThingsGraphClient(config);
19
- * const command = new CreateFlowTemplateCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link CreateFlowTemplateCommandInput} for command's `input` shape.
24
- * @see {@link CreateFlowTemplateCommandOutput} for command's `response` shape.
25
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class CreateFlowTemplateCommand extends $Command<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput, IoTThingsGraphClientResolvedConfig> {
29
11
  readonly input: CreateFlowTemplateCommandInput;
30
12
  constructor(input: CreateFlowTemplateCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFlowTemplateCommandInput, CreateFlowTemplateCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,37 +6,11 @@ export interface CreateSystemInstanceCommandInput extends CreateSystemInstanceRe
6
6
  }
7
7
  export interface CreateSystemInstanceCommandOutput extends CreateSystemInstanceResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a system instance. </p>
11
- * <p>This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is
12
- * specified by the <code>greengrassGroupName</code> parameter. It also adds a file to the S3 bucket specified by the <code>s3BucketName</code> parameter. You need to
13
- * call <code>DeploySystemInstance</code> after running this action.</p>
14
- * <p>For Greengrass deployments, since this action modifies and adds resources to a Greengrass group and an S3 bucket on the caller's behalf, the calling identity must have write permissions
15
- * to both the specified Greengrass group and S3 bucket. Otherwise, the call will fail with an authorization error.</p>
16
- * <p>For cloud deployments, this action requires a <code>flowActionsRoleArn</code> value. This is an IAM role
17
- * that has permissions to access AWS services, such as AWS Lambda and AWS IoT, that the flow uses when it executes.</p>
18
- * <p>If the definition document doesn't specify a version of the user's namespace, the latest version will be used by default.</p>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { IoTThingsGraphClient, CreateSystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
23
- * // const { IoTThingsGraphClient, CreateSystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
24
- * const client = new IoTThingsGraphClient(config);
25
- * const command = new CreateSystemInstanceCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link CreateSystemInstanceCommandInput} for command's `input` shape.
30
- * @see {@link CreateSystemInstanceCommandOutput} for command's `response` shape.
31
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
9
+
34
10
  export declare class CreateSystemInstanceCommand extends $Command<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput, IoTThingsGraphClientResolvedConfig> {
35
11
  readonly input: CreateSystemInstanceCommandInput;
36
12
  constructor(input: CreateSystemInstanceCommandInput);
37
- /**
38
- * @internal
39
- */
13
+
40
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTThingsGraphClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSystemInstanceCommandInput, CreateSystemInstanceCommandOutput>;
41
15
  private serialize;
42
16
  private deserialize;