@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
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <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
10
- * one entity of a particular type can be associated with a thing.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { IoTThingsGraphClient, DissociateEntityFromThingCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
15
- * // const { IoTThingsGraphClient, DissociateEntityFromThingCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
16
- * const client = new IoTThingsGraphClient(config);
17
- * const command = new DissociateEntityFromThingCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DissociateEntityFromThingCommandInput} for command's `input` shape.
22
- * @see {@link DissociateEntityFromThingCommandOutput} for command's `response` shape.
23
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class DissociateEntityFromThingCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class DissociateEntityFromThingCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.DissociateEntityFromThingCommand = DissociateEntityFromThingCommand;
62
- //# sourceMappingURL=DissociateEntityFromThingCommand.js.map
@@ -5,66 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the
10
- * following TDM entities.</p>
11
- * <ul>
12
- * <li>
13
- * <p>Properties</p>
14
- * </li>
15
- * <li>
16
- * <p>States</p>
17
- * </li>
18
- * <li>
19
- * <p>Events</p>
20
- * </li>
21
- * <li>
22
- * <p>Actions</p>
23
- * </li>
24
- * <li>
25
- * <p>Capabilities</p>
26
- * </li>
27
- * <li>
28
- * <p>Mappings</p>
29
- * </li>
30
- * <li>
31
- * <p>Devices</p>
32
- * </li>
33
- * <li>
34
- * <p>Device Models</p>
35
- * </li>
36
- * <li>
37
- * <p>Services</p>
38
- * </li>
39
- * </ul>
40
- * <p>This action doesn't return definitions for systems, flows, and deployments.</p>
41
- * @example
42
- * Use a bare-bones client and the command you need to make an API call.
43
- * ```javascript
44
- * import { IoTThingsGraphClient, GetEntitiesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
45
- * // const { IoTThingsGraphClient, GetEntitiesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
46
- * const client = new IoTThingsGraphClient(config);
47
- * const command = new GetEntitiesCommand(input);
48
- * const response = await client.send(command);
49
- * ```
50
- *
51
- * @see {@link GetEntitiesCommandInput} for command's `input` shape.
52
- * @see {@link GetEntitiesCommandOutput} for command's `response` shape.
53
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
54
- *
55
- */
56
8
  class GetEntitiesCommand extends smithy_client_1.Command {
57
- // Start section: command_properties
58
- // End section: command_properties
59
9
  constructor(input) {
60
- // Start section: command_constructor
61
10
  super();
62
11
  this.input = input;
63
- // End section: command_constructor
64
12
  }
65
- /**
66
- * @internal
67
- */
68
13
  resolveMiddleware(clientStack, configuration, options) {
69
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
70
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -89,4 +34,3 @@ class GetEntitiesCommand extends smithy_client_1.Command {
89
34
  }
90
35
  }
91
36
  exports.GetEntitiesCommand = GetEntitiesCommand;
92
- //# sourceMappingURL=GetEntitiesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Gets the latest version of the <code>DefinitionDocument</code> and <code>FlowTemplateSummary</code> for the specified workflow.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, GetFlowTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, GetFlowTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new GetFlowTemplateCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetFlowTemplateCommandInput} for command's `input` shape.
21
- * @see {@link GetFlowTemplateCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetFlowTemplateCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetFlowTemplateCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetFlowTemplateCommand = GetFlowTemplateCommand;
61
- //# sourceMappingURL=GetFlowTemplateCommand.js.map
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated,
10
- * this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { IoTThingsGraphClient, GetFlowTemplateRevisionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
15
- * // const { IoTThingsGraphClient, GetFlowTemplateRevisionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
16
- * const client = new IoTThingsGraphClient(config);
17
- * const command = new GetFlowTemplateRevisionsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetFlowTemplateRevisionsCommandInput} for command's `input` shape.
22
- * @see {@link GetFlowTemplateRevisionsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class GetFlowTemplateRevisionsCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class GetFlowTemplateRevisionsCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.GetFlowTemplateRevisionsCommand = GetFlowTemplateRevisionsCommand;
62
- //# sourceMappingURL=GetFlowTemplateRevisionsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Gets the status of a namespace deletion task.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, GetNamespaceDeletionStatusCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, GetNamespaceDeletionStatusCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new GetNamespaceDeletionStatusCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetNamespaceDeletionStatusCommandInput} for command's `input` shape.
21
- * @see {@link GetNamespaceDeletionStatusCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetNamespaceDeletionStatusCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetNamespaceDeletionStatusCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetNamespaceDeletionStatusCommand = GetNamespaceDeletionStatusCommand;
61
- //# sourceMappingURL=GetNamespaceDeletionStatusCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Gets a system instance.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, GetSystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, GetSystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new GetSystemInstanceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetSystemInstanceCommandInput} for command's `input` shape.
21
- * @see {@link GetSystemInstanceCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetSystemInstanceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetSystemInstanceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetSystemInstanceCommand = GetSystemInstanceCommand;
61
- //# sourceMappingURL=GetSystemInstanceCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Gets a system.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, GetSystemTemplateCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, GetSystemTemplateCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new GetSystemTemplateCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetSystemTemplateCommandInput} for command's `input` shape.
21
- * @see {@link GetSystemTemplateCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetSystemTemplateCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetSystemTemplateCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetSystemTemplateCommand = GetSystemTemplateCommand;
61
- //# sourceMappingURL=GetSystemTemplateCommand.js.map
@@ -5,36 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <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
10
- * the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { IoTThingsGraphClient, GetSystemTemplateRevisionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
15
- * // const { IoTThingsGraphClient, GetSystemTemplateRevisionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
16
- * const client = new IoTThingsGraphClient(config);
17
- * const command = new GetSystemTemplateRevisionsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetSystemTemplateRevisionsCommandInput} for command's `input` shape.
22
- * @see {@link GetSystemTemplateRevisionsCommandOutput} for command's `response` shape.
23
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
8
  class GetSystemTemplateRevisionsCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class GetSystemTemplateRevisionsCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.GetSystemTemplateRevisionsCommand = GetSystemTemplateRevisionsCommand;
62
- //# sourceMappingURL=GetSystemTemplateRevisionsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Gets the status of the specified upload.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, GetUploadStatusCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, GetUploadStatusCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new GetUploadStatusCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link GetUploadStatusCommandInput} for command's `input` shape.
21
- * @see {@link GetUploadStatusCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class GetUploadStatusCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class GetUploadStatusCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.GetUploadStatusCommand = GetUploadStatusCommand;
61
- //# sourceMappingURL=GetUploadStatusCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Returns a list of objects that contain information about events in a flow execution.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, ListFlowExecutionMessagesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, ListFlowExecutionMessagesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new ListFlowExecutionMessagesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListFlowExecutionMessagesCommandInput} for command's `input` shape.
21
- * @see {@link ListFlowExecutionMessagesCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListFlowExecutionMessagesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListFlowExecutionMessagesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListFlowExecutionMessagesCommand = ListFlowExecutionMessagesCommand;
61
- //# sourceMappingURL=ListFlowExecutionMessagesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Lists all tags on an AWS IoT Things Graph resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, ListTagsForResourceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, ListTagsForResourceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new ListTagsForResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
21
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListTagsForResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <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>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, SearchEntitiesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, SearchEntitiesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new SearchEntitiesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link SearchEntitiesCommandInput} for command's `input` shape.
21
- * @see {@link SearchEntitiesCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class SearchEntitiesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class SearchEntitiesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.SearchEntitiesCommand = SearchEntitiesCommand;
61
- //# sourceMappingURL=SearchEntitiesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Searches for AWS IoT Things Graph workflow execution instances.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, SearchFlowExecutionsCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, SearchFlowExecutionsCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new SearchFlowExecutionsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link SearchFlowExecutionsCommandInput} for command's `input` shape.
21
- * @see {@link SearchFlowExecutionsCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class SearchFlowExecutionsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class SearchFlowExecutionsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.SearchFlowExecutionsCommand = SearchFlowExecutionsCommand;
61
- //# sourceMappingURL=SearchFlowExecutionsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Searches for summary information about workflows.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, SearchFlowTemplatesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, SearchFlowTemplatesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new SearchFlowTemplatesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link SearchFlowTemplatesCommandInput} for command's `input` shape.
21
- * @see {@link SearchFlowTemplatesCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class SearchFlowTemplatesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class SearchFlowTemplatesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.SearchFlowTemplatesCommand = SearchFlowTemplatesCommand;
61
- //# sourceMappingURL=SearchFlowTemplatesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
- /**
9
- * <p>Searches for system instances in the user's account.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { IoTThingsGraphClient, SearchSystemInstancesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
14
- * // const { IoTThingsGraphClient, SearchSystemInstancesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
15
- * const client = new IoTThingsGraphClient(config);
16
- * const command = new SearchSystemInstancesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link SearchSystemInstancesCommandInput} for command's `input` shape.
21
- * @see {@link SearchSystemInstancesCommandOutput} for command's `response` shape.
22
- * @see {@link IoTThingsGraphClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class SearchSystemInstancesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class SearchSystemInstancesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.SearchSystemInstancesCommand = SearchSystemInstancesCommand;
61
- //# sourceMappingURL=SearchSystemInstancesCommand.js.map