@aws-sdk/client-iotthingsgraph 3.32.0 → 3.36.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 (411) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/IoTThingsGraph.js +1 -2
  3. package/{dist/cjs → dist-cjs}/IoTThingsGraphClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/AssociateEntityToThingCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CreateFlowTemplateCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CreateSystemInstanceCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/CreateSystemTemplateCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DeleteFlowTemplateCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DeleteNamespaceCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DeleteSystemInstanceCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/DeleteSystemTemplateCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/DeploySystemInstanceCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/DeprecateFlowTemplateCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/DeprecateSystemTemplateCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/DescribeNamespaceCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/DissociateEntityFromThingCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/GetEntitiesCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/GetFlowTemplateCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/GetFlowTemplateRevisionsCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/GetNamespaceDeletionStatusCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/GetSystemInstanceCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/GetSystemTemplateCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/GetSystemTemplateRevisionsCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/GetUploadStatusCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/ListFlowExecutionMessagesCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/SearchEntitiesCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/SearchFlowExecutionsCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/SearchFlowTemplatesCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/SearchSystemInstancesCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/SearchSystemTemplatesCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/commands/SearchThingsCommand.js +2 -3
  33. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  34. package/{dist/cjs → dist-cjs}/commands/UndeploySystemInstanceCommand.js +2 -3
  35. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  36. package/{dist/cjs → dist-cjs}/commands/UpdateFlowTemplateCommand.js +2 -3
  37. package/{dist/cjs → dist-cjs}/commands/UpdateSystemTemplateCommand.js +2 -3
  38. package/{dist/cjs → dist-cjs}/commands/UploadEntityDefinitionsCommand.js +2 -3
  39. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  40. package/{dist/cjs → dist-cjs}/index.js +0 -1
  41. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  42. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  43. package/{dist/cjs → dist-cjs}/pagination/GetFlowTemplateRevisionsPaginator.js +1 -2
  44. package/{dist/cjs → dist-cjs}/pagination/GetSystemTemplateRevisionsPaginator.js +1 -2
  45. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  46. package/{dist/cjs → dist-cjs}/pagination/ListFlowExecutionMessagesPaginator.js +1 -2
  47. package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -2
  48. package/{dist/cjs → dist-cjs}/pagination/SearchEntitiesPaginator.js +1 -2
  49. package/{dist/cjs → dist-cjs}/pagination/SearchFlowExecutionsPaginator.js +1 -2
  50. package/{dist/cjs → dist-cjs}/pagination/SearchFlowTemplatesPaginator.js +1 -2
  51. package/{dist/cjs → dist-cjs}/pagination/SearchSystemInstancesPaginator.js +1 -2
  52. package/{dist/cjs → dist-cjs}/pagination/SearchSystemTemplatesPaginator.js +1 -2
  53. package/{dist/cjs → dist-cjs}/pagination/SearchThingsPaginator.js +1 -2
  54. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  55. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  56. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  57. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  58. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  59. package/{dist/es → dist-es}/IoTThingsGraph.js +2 -10
  60. package/{dist/es → dist-es}/IoTThingsGraphClient.js +2 -15
  61. package/{dist/es → dist-es}/commands/AssociateEntityToThingCommand.js +4 -31
  62. package/{dist/es → dist-es}/commands/CreateFlowTemplateCommand.js +4 -32
  63. package/dist-es/commands/CreateSystemInstanceCommand.js +39 -0
  64. package/{dist/es → dist-es}/commands/CreateSystemTemplateCommand.js +4 -31
  65. package/{dist/es → dist-es}/commands/DeleteFlowTemplateCommand.js +4 -31
  66. package/{dist/es → dist-es}/commands/DeleteNamespaceCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/DeleteSystemInstanceCommand.js +4 -32
  68. package/{dist/es → dist-es}/commands/DeleteSystemTemplateCommand.js +4 -31
  69. package/dist-es/commands/DeploySystemInstanceCommand.js +39 -0
  70. package/{dist/es → dist-es}/commands/DeprecateFlowTemplateCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/DeprecateSystemTemplateCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/DescribeNamespaceCommand.js +4 -30
  73. package/{dist/es → dist-es}/commands/DissociateEntityFromThingCommand.js +4 -31
  74. package/dist-es/commands/GetEntitiesCommand.js +39 -0
  75. package/{dist/es → dist-es}/commands/GetFlowTemplateCommand.js +4 -30
  76. package/{dist/es → dist-es}/commands/GetFlowTemplateRevisionsCommand.js +4 -31
  77. package/{dist/es → dist-es}/commands/GetNamespaceDeletionStatusCommand.js +4 -30
  78. package/{dist/es → dist-es}/commands/GetSystemInstanceCommand.js +4 -30
  79. package/{dist/es → dist-es}/commands/GetSystemTemplateCommand.js +4 -30
  80. package/{dist/es → dist-es}/commands/GetSystemTemplateRevisionsCommand.js +4 -31
  81. package/{dist/es → dist-es}/commands/GetUploadStatusCommand.js +4 -30
  82. package/{dist/es → dist-es}/commands/ListFlowExecutionMessagesCommand.js +4 -30
  83. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  84. package/{dist/es → dist-es}/commands/SearchEntitiesCommand.js +4 -30
  85. package/{dist/es → dist-es}/commands/SearchFlowExecutionsCommand.js +4 -30
  86. package/{dist/es → dist-es}/commands/SearchFlowTemplatesCommand.js +4 -30
  87. package/{dist/es → dist-es}/commands/SearchSystemInstancesCommand.js +4 -30
  88. package/{dist/es → dist-es}/commands/SearchSystemTemplatesCommand.js +4 -30
  89. package/{dist/es → dist-es}/commands/SearchThingsCommand.js +4 -33
  90. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  91. package/{dist/es → dist-es}/commands/UndeploySystemInstanceCommand.js +4 -30
  92. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  93. package/{dist/es → dist-es}/commands/UpdateFlowTemplateCommand.js +4 -31
  94. package/{dist/es → dist-es}/commands/UpdateSystemTemplateCommand.js +4 -30
  95. package/dist-es/commands/UploadEntityDefinitionsCommand.js +39 -0
  96. package/{dist/es → dist-es}/endpoints.js +1 -2
  97. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  98. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  99. package/{dist/es → dist-es}/models/models_0.js +0 -286
  100. package/{dist/es → dist-es}/pagination/GetFlowTemplateRevisionsPaginator.js +17 -30
  101. package/{dist/es → dist-es}/pagination/GetSystemTemplateRevisionsPaginator.js +17 -30
  102. package/dist-es/pagination/Interfaces.js +1 -0
  103. package/{dist/es → dist-es}/pagination/ListFlowExecutionMessagesPaginator.js +17 -30
  104. package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
  105. package/{dist/es → dist-es}/pagination/SearchEntitiesPaginator.js +17 -30
  106. package/{dist/es → dist-es}/pagination/SearchFlowExecutionsPaginator.js +17 -30
  107. package/{dist/es → dist-es}/pagination/SearchFlowTemplatesPaginator.js +17 -30
  108. package/{dist/es → dist-es}/pagination/SearchSystemInstancesPaginator.js +17 -30
  109. package/{dist/es → dist-es}/pagination/SearchSystemTemplatesPaginator.js +17 -30
  110. package/{dist/es → dist-es}/pagination/SearchThingsPaginator.js +17 -30
  111. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +832 -838
  112. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  113. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  114. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  115. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  116. package/{dist/types → dist-types}/IoTThingsGraph.d.ts +2 -2
  117. package/{dist/types → dist-types}/IoTThingsGraphClient.d.ts +8 -8
  118. package/{dist/types → dist-types}/commands/AssociateEntityToThingCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/CreateFlowTemplateCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/CreateSystemInstanceCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/CreateSystemTemplateCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/DeleteFlowTemplateCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/DeleteNamespaceCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/DeleteSystemInstanceCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/DeleteSystemTemplateCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/DeploySystemInstanceCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/DeprecateFlowTemplateCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/DeprecateSystemTemplateCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/DescribeNamespaceCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/DissociateEntityFromThingCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/GetEntitiesCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/GetFlowTemplateCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/GetFlowTemplateRevisionsCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/GetSystemInstanceCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/GetSystemTemplateCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/GetSystemTemplateRevisionsCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/GetUploadStatusCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/ListFlowExecutionMessagesCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/SearchEntitiesCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/SearchFlowExecutionsCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/SearchFlowTemplatesCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/SearchSystemInstancesCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/SearchSystemTemplatesCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/SearchThingsCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/UndeploySystemInstanceCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/UpdateFlowTemplateCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/UpdateSystemTemplateCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/UploadEntityDefinitionsCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  154. package/{index.ts → dist-types/index.d.ts} +0 -0
  155. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  156. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  157. package/{dist/types → dist-types}/pagination/GetFlowTemplateRevisionsPaginator.d.ts +1 -1
  158. package/{dist/types → dist-types}/pagination/GetSystemTemplateRevisionsPaginator.d.ts +1 -1
  159. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  160. package/{dist/types → dist-types}/pagination/ListFlowExecutionMessagesPaginator.d.ts +1 -1
  161. package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  162. package/{dist/types → dist-types}/pagination/SearchEntitiesPaginator.d.ts +1 -1
  163. package/{dist/types → dist-types}/pagination/SearchFlowExecutionsPaginator.d.ts +1 -1
  164. package/{dist/types → dist-types}/pagination/SearchFlowTemplatesPaginator.d.ts +1 -1
  165. package/{dist/types → dist-types}/pagination/SearchSystemInstancesPaginator.d.ts +1 -1
  166. package/{dist/types → dist-types}/pagination/SearchSystemTemplatesPaginator.d.ts +1 -1
  167. package/{dist/types → dist-types}/pagination/SearchThingsPaginator.d.ts +1 -1
  168. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  169. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
  170. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  171. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  172. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  173. package/{dist/types → dist-types}/ts3.4/IoTThingsGraph.d.ts +2 -2
  174. package/{dist/types → dist-types}/ts3.4/IoTThingsGraphClient.d.ts +8 -8
  175. package/{dist/types → dist-types}/ts3.4/commands/AssociateEntityToThingCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/ts3.4/commands/CreateFlowTemplateCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/ts3.4/commands/CreateSystemInstanceCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/ts3.4/commands/CreateSystemTemplateCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/ts3.4/commands/DeleteFlowTemplateCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/ts3.4/commands/DeleteSystemInstanceCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/ts3.4/commands/DeleteSystemTemplateCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/ts3.4/commands/DeploySystemInstanceCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/ts3.4/commands/DeprecateFlowTemplateCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/ts3.4/commands/DeprecateSystemTemplateCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/ts3.4/commands/DescribeNamespaceCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/ts3.4/commands/DissociateEntityFromThingCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/ts3.4/commands/GetEntitiesCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/ts3.4/commands/GetFlowTemplateCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/ts3.4/commands/GetFlowTemplateRevisionsCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/ts3.4/commands/GetNamespaceDeletionStatusCommand.d.ts +2 -2
  192. package/{dist/types → dist-types}/ts3.4/commands/GetSystemInstanceCommand.d.ts +2 -2
  193. package/{dist/types → dist-types}/ts3.4/commands/GetSystemTemplateCommand.d.ts +2 -2
  194. package/{dist/types → dist-types}/ts3.4/commands/GetSystemTemplateRevisionsCommand.d.ts +2 -2
  195. package/{dist/types → dist-types}/ts3.4/commands/GetUploadStatusCommand.d.ts +2 -2
  196. package/{dist/types → dist-types}/ts3.4/commands/ListFlowExecutionMessagesCommand.d.ts +2 -2
  197. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  198. package/{dist/types → dist-types}/ts3.4/commands/SearchEntitiesCommand.d.ts +2 -2
  199. package/{dist/types → dist-types}/ts3.4/commands/SearchFlowExecutionsCommand.d.ts +2 -2
  200. package/{dist/types → dist-types}/ts3.4/commands/SearchFlowTemplatesCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/ts3.4/commands/SearchSystemInstancesCommand.d.ts +2 -2
  202. package/{dist/types → dist-types}/ts3.4/commands/SearchSystemTemplatesCommand.d.ts +2 -2
  203. package/{dist/types → dist-types}/ts3.4/commands/SearchThingsCommand.d.ts +2 -2
  204. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  205. package/{dist/types → dist-types}/ts3.4/commands/UndeploySystemInstanceCommand.d.ts +2 -2
  206. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  207. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowTemplateCommand.d.ts +2 -2
  208. package/{dist/types → dist-types}/ts3.4/commands/UpdateSystemTemplateCommand.d.ts +2 -2
  209. package/{dist/types → dist-types}/ts3.4/commands/UploadEntityDefinitionsCommand.d.ts +2 -2
  210. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  211. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  212. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  213. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  214. package/{dist/types → dist-types}/ts3.4/pagination/GetFlowTemplateRevisionsPaginator.d.ts +1 -1
  215. package/{dist/types → dist-types}/ts3.4/pagination/GetSystemTemplateRevisionsPaginator.d.ts +1 -1
  216. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  217. package/{dist/types → dist-types}/ts3.4/pagination/ListFlowExecutionMessagesPaginator.d.ts +1 -1
  218. package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  219. package/{dist/types → dist-types}/ts3.4/pagination/SearchEntitiesPaginator.d.ts +1 -1
  220. package/{dist/types → dist-types}/ts3.4/pagination/SearchFlowExecutionsPaginator.d.ts +1 -1
  221. package/{dist/types → dist-types}/ts3.4/pagination/SearchFlowTemplatesPaginator.d.ts +1 -1
  222. package/{dist/types → dist-types}/ts3.4/pagination/SearchSystemInstancesPaginator.d.ts +1 -1
  223. package/{dist/types → dist-types}/ts3.4/pagination/SearchSystemTemplatesPaginator.d.ts +1 -1
  224. package/{dist/types → dist-types}/ts3.4/pagination/SearchThingsPaginator.d.ts +1 -1
  225. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  226. package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
  227. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  228. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  229. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  230. package/package.json +52 -49
  231. package/IoTThingsGraph.ts +0 -1358
  232. package/IoTThingsGraphClient.ts +0 -407
  233. package/commands/AssociateEntityToThingCommand.ts +0 -95
  234. package/commands/CreateFlowTemplateCommand.ts +0 -96
  235. package/commands/CreateSystemInstanceCommand.ts +0 -102
  236. package/commands/CreateSystemTemplateCommand.ts +0 -95
  237. package/commands/DeleteFlowTemplateCommand.ts +0 -95
  238. package/commands/DeleteNamespaceCommand.ts +0 -94
  239. package/commands/DeleteSystemInstanceCommand.ts +0 -96
  240. package/commands/DeleteSystemTemplateCommand.ts +0 -95
  241. package/commands/DeploySystemInstanceCommand.ts +0 -105
  242. package/commands/DeprecateFlowTemplateCommand.ts +0 -94
  243. package/commands/DeprecateSystemTemplateCommand.ts +0 -94
  244. package/commands/DescribeNamespaceCommand.ts +0 -94
  245. package/commands/DissociateEntityFromThingCommand.ts +0 -98
  246. package/commands/GetEntitiesCommand.ts +0 -125
  247. package/commands/GetFlowTemplateCommand.ts +0 -94
  248. package/commands/GetFlowTemplateRevisionsCommand.ts +0 -95
  249. package/commands/GetNamespaceDeletionStatusCommand.ts +0 -97
  250. package/commands/GetSystemInstanceCommand.ts +0 -94
  251. package/commands/GetSystemTemplateCommand.ts +0 -94
  252. package/commands/GetSystemTemplateRevisionsCommand.ts +0 -98
  253. package/commands/GetUploadStatusCommand.ts +0 -94
  254. package/commands/ListFlowExecutionMessagesCommand.ts +0 -97
  255. package/commands/ListTagsForResourceCommand.ts +0 -94
  256. package/commands/SearchEntitiesCommand.ts +0 -94
  257. package/commands/SearchFlowExecutionsCommand.ts +0 -94
  258. package/commands/SearchFlowTemplatesCommand.ts +0 -94
  259. package/commands/SearchSystemInstancesCommand.ts +0 -94
  260. package/commands/SearchSystemTemplatesCommand.ts +0 -94
  261. package/commands/SearchThingsCommand.ts +0 -97
  262. package/commands/TagResourceCommand.ts +0 -94
  263. package/commands/UndeploySystemInstanceCommand.ts +0 -94
  264. package/commands/UntagResourceCommand.ts +0 -94
  265. package/commands/UpdateFlowTemplateCommand.ts +0 -95
  266. package/commands/UpdateSystemTemplateCommand.ts +0 -94
  267. package/commands/UploadEntityDefinitionsCommand.ts +0 -104
  268. package/dist/cjs/IoTThingsGraph.js.map +0 -1
  269. package/dist/cjs/IoTThingsGraphClient.js.map +0 -1
  270. package/dist/cjs/commands/AssociateEntityToThingCommand.js.map +0 -1
  271. package/dist/cjs/commands/CreateFlowTemplateCommand.js.map +0 -1
  272. package/dist/cjs/commands/CreateSystemInstanceCommand.js.map +0 -1
  273. package/dist/cjs/commands/CreateSystemTemplateCommand.js.map +0 -1
  274. package/dist/cjs/commands/DeleteFlowTemplateCommand.js.map +0 -1
  275. package/dist/cjs/commands/DeleteNamespaceCommand.js.map +0 -1
  276. package/dist/cjs/commands/DeleteSystemInstanceCommand.js.map +0 -1
  277. package/dist/cjs/commands/DeleteSystemTemplateCommand.js.map +0 -1
  278. package/dist/cjs/commands/DeploySystemInstanceCommand.js.map +0 -1
  279. package/dist/cjs/commands/DeprecateFlowTemplateCommand.js.map +0 -1
  280. package/dist/cjs/commands/DeprecateSystemTemplateCommand.js.map +0 -1
  281. package/dist/cjs/commands/DescribeNamespaceCommand.js.map +0 -1
  282. package/dist/cjs/commands/DissociateEntityFromThingCommand.js.map +0 -1
  283. package/dist/cjs/commands/GetEntitiesCommand.js.map +0 -1
  284. package/dist/cjs/commands/GetFlowTemplateCommand.js.map +0 -1
  285. package/dist/cjs/commands/GetFlowTemplateRevisionsCommand.js.map +0 -1
  286. package/dist/cjs/commands/GetNamespaceDeletionStatusCommand.js.map +0 -1
  287. package/dist/cjs/commands/GetSystemInstanceCommand.js.map +0 -1
  288. package/dist/cjs/commands/GetSystemTemplateCommand.js.map +0 -1
  289. package/dist/cjs/commands/GetSystemTemplateRevisionsCommand.js.map +0 -1
  290. package/dist/cjs/commands/GetUploadStatusCommand.js.map +0 -1
  291. package/dist/cjs/commands/ListFlowExecutionMessagesCommand.js.map +0 -1
  292. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  293. package/dist/cjs/commands/SearchEntitiesCommand.js.map +0 -1
  294. package/dist/cjs/commands/SearchFlowExecutionsCommand.js.map +0 -1
  295. package/dist/cjs/commands/SearchFlowTemplatesCommand.js.map +0 -1
  296. package/dist/cjs/commands/SearchSystemInstancesCommand.js.map +0 -1
  297. package/dist/cjs/commands/SearchSystemTemplatesCommand.js.map +0 -1
  298. package/dist/cjs/commands/SearchThingsCommand.js.map +0 -1
  299. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  300. package/dist/cjs/commands/UndeploySystemInstanceCommand.js.map +0 -1
  301. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  302. package/dist/cjs/commands/UpdateFlowTemplateCommand.js.map +0 -1
  303. package/dist/cjs/commands/UpdateSystemTemplateCommand.js.map +0 -1
  304. package/dist/cjs/commands/UploadEntityDefinitionsCommand.js.map +0 -1
  305. package/dist/cjs/endpoints.js.map +0 -1
  306. package/dist/cjs/index.js.map +0 -1
  307. package/dist/cjs/models/index.js.map +0 -1
  308. package/dist/cjs/models/models_0.js.map +0 -1
  309. package/dist/cjs/package.json +0 -91
  310. package/dist/cjs/pagination/GetFlowTemplateRevisionsPaginator.js.map +0 -1
  311. package/dist/cjs/pagination/GetSystemTemplateRevisionsPaginator.js.map +0 -1
  312. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  313. package/dist/cjs/pagination/ListFlowExecutionMessagesPaginator.js.map +0 -1
  314. package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  315. package/dist/cjs/pagination/SearchEntitiesPaginator.js.map +0 -1
  316. package/dist/cjs/pagination/SearchFlowExecutionsPaginator.js.map +0 -1
  317. package/dist/cjs/pagination/SearchFlowTemplatesPaginator.js.map +0 -1
  318. package/dist/cjs/pagination/SearchSystemInstancesPaginator.js.map +0 -1
  319. package/dist/cjs/pagination/SearchSystemTemplatesPaginator.js.map +0 -1
  320. package/dist/cjs/pagination/SearchThingsPaginator.js.map +0 -1
  321. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  322. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  323. package/dist/cjs/runtimeConfig.js.map +0 -1
  324. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  325. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  326. package/dist/es/IoTThingsGraph.js.map +0 -1
  327. package/dist/es/IoTThingsGraphClient.js.map +0 -1
  328. package/dist/es/commands/AssociateEntityToThingCommand.js.map +0 -1
  329. package/dist/es/commands/CreateFlowTemplateCommand.js.map +0 -1
  330. package/dist/es/commands/CreateSystemInstanceCommand.js +0 -73
  331. package/dist/es/commands/CreateSystemInstanceCommand.js.map +0 -1
  332. package/dist/es/commands/CreateSystemTemplateCommand.js.map +0 -1
  333. package/dist/es/commands/DeleteFlowTemplateCommand.js.map +0 -1
  334. package/dist/es/commands/DeleteNamespaceCommand.js.map +0 -1
  335. package/dist/es/commands/DeleteSystemInstanceCommand.js.map +0 -1
  336. package/dist/es/commands/DeleteSystemTemplateCommand.js.map +0 -1
  337. package/dist/es/commands/DeploySystemInstanceCommand.js +0 -76
  338. package/dist/es/commands/DeploySystemInstanceCommand.js.map +0 -1
  339. package/dist/es/commands/DeprecateFlowTemplateCommand.js.map +0 -1
  340. package/dist/es/commands/DeprecateSystemTemplateCommand.js.map +0 -1
  341. package/dist/es/commands/DescribeNamespaceCommand.js.map +0 -1
  342. package/dist/es/commands/DissociateEntityFromThingCommand.js.map +0 -1
  343. package/dist/es/commands/GetEntitiesCommand.js +0 -96
  344. package/dist/es/commands/GetEntitiesCommand.js.map +0 -1
  345. package/dist/es/commands/GetFlowTemplateCommand.js.map +0 -1
  346. package/dist/es/commands/GetFlowTemplateRevisionsCommand.js.map +0 -1
  347. package/dist/es/commands/GetNamespaceDeletionStatusCommand.js.map +0 -1
  348. package/dist/es/commands/GetSystemInstanceCommand.js.map +0 -1
  349. package/dist/es/commands/GetSystemTemplateCommand.js.map +0 -1
  350. package/dist/es/commands/GetSystemTemplateRevisionsCommand.js.map +0 -1
  351. package/dist/es/commands/GetUploadStatusCommand.js.map +0 -1
  352. package/dist/es/commands/ListFlowExecutionMessagesCommand.js.map +0 -1
  353. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  354. package/dist/es/commands/SearchEntitiesCommand.js.map +0 -1
  355. package/dist/es/commands/SearchFlowExecutionsCommand.js.map +0 -1
  356. package/dist/es/commands/SearchFlowTemplatesCommand.js.map +0 -1
  357. package/dist/es/commands/SearchSystemInstancesCommand.js.map +0 -1
  358. package/dist/es/commands/SearchSystemTemplatesCommand.js.map +0 -1
  359. package/dist/es/commands/SearchThingsCommand.js.map +0 -1
  360. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  361. package/dist/es/commands/UndeploySystemInstanceCommand.js.map +0 -1
  362. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  363. package/dist/es/commands/UpdateFlowTemplateCommand.js.map +0 -1
  364. package/dist/es/commands/UpdateSystemTemplateCommand.js.map +0 -1
  365. package/dist/es/commands/UploadEntityDefinitionsCommand.js +0 -75
  366. package/dist/es/commands/UploadEntityDefinitionsCommand.js.map +0 -1
  367. package/dist/es/endpoints.js.map +0 -1
  368. package/dist/es/index.js +0 -50
  369. package/dist/es/index.js.map +0 -1
  370. package/dist/es/models/index.js +0 -2
  371. package/dist/es/models/index.js.map +0 -1
  372. package/dist/es/models/models_0.js.map +0 -1
  373. package/dist/es/package.json +0 -91
  374. package/dist/es/pagination/GetFlowTemplateRevisionsPaginator.js.map +0 -1
  375. package/dist/es/pagination/GetSystemTemplateRevisionsPaginator.js.map +0 -1
  376. package/dist/es/pagination/Interfaces.js +0 -2
  377. package/dist/es/pagination/Interfaces.js.map +0 -1
  378. package/dist/es/pagination/ListFlowExecutionMessagesPaginator.js.map +0 -1
  379. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  380. package/dist/es/pagination/SearchEntitiesPaginator.js.map +0 -1
  381. package/dist/es/pagination/SearchFlowExecutionsPaginator.js.map +0 -1
  382. package/dist/es/pagination/SearchFlowTemplatesPaginator.js.map +0 -1
  383. package/dist/es/pagination/SearchSystemInstancesPaginator.js.map +0 -1
  384. package/dist/es/pagination/SearchSystemTemplatesPaginator.js.map +0 -1
  385. package/dist/es/pagination/SearchThingsPaginator.js.map +0 -1
  386. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  387. package/dist/es/runtimeConfig.browser.js.map +0 -1
  388. package/dist/es/runtimeConfig.js.map +0 -1
  389. package/dist/es/runtimeConfig.native.js.map +0 -1
  390. package/dist/es/runtimeConfig.shared.js.map +0 -1
  391. package/endpoints.ts +0 -57
  392. package/jest.config.js +0 -4
  393. package/models/models_0.ts +0 -2312
  394. package/pagination/GetFlowTemplateRevisionsPaginator.ts +0 -58
  395. package/pagination/GetSystemTemplateRevisionsPaginator.ts +0 -58
  396. package/pagination/Interfaces.ts +0 -7
  397. package/pagination/ListFlowExecutionMessagesPaginator.ts +0 -58
  398. package/pagination/ListTagsForResourcePaginator.ts +0 -58
  399. package/pagination/SearchEntitiesPaginator.ts +0 -58
  400. package/pagination/SearchFlowExecutionsPaginator.ts +0 -58
  401. package/pagination/SearchFlowTemplatesPaginator.ts +0 -58
  402. package/pagination/SearchSystemInstancesPaginator.ts +0 -58
  403. package/pagination/SearchSystemTemplatesPaginator.ts +0 -58
  404. package/pagination/SearchThingsPaginator.ts +0 -58
  405. package/protocols/Aws_json1_1.ts +0 -4844
  406. package/runtimeConfig.browser.ts +0 -40
  407. package/runtimeConfig.native.ts +0 -16
  408. package/runtimeConfig.shared.ts +0 -16
  409. package/runtimeConfig.ts +0 -45
  410. package/tsconfig.es.json +0 -12
  411. package/tsconfig.json +0 -32
package/CHANGELOG.md CHANGED
@@ -3,6 +3,50 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
7
+
8
+
9
+ ### Features
10
+
11
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
12
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
13
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
14
+
15
+
16
+
17
+
18
+
19
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
20
+
21
+
22
+ ### Features
23
+
24
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
25
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
26
+
27
+
28
+
29
+
30
+
31
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
32
+
33
+
34
+ ### Features
35
+
36
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
43
+
44
+ **Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
45
+
46
+
47
+
48
+
49
+
6
50
  # [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
7
51
 
8
52
  **Note:** Version bump only for package @aws-sdk/client-iotthingsgraph
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IoTThingsGraph = void 0;
4
- const IoTThingsGraphClient_1 = require("./IoTThingsGraphClient");
5
4
  const AssociateEntityToThingCommand_1 = require("./commands/AssociateEntityToThingCommand");
6
5
  const CreateFlowTemplateCommand_1 = require("./commands/CreateFlowTemplateCommand");
7
6
  const CreateSystemInstanceCommand_1 = require("./commands/CreateSystemInstanceCommand");
@@ -37,6 +36,7 @@ const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
37
36
  const UpdateFlowTemplateCommand_1 = require("./commands/UpdateFlowTemplateCommand");
38
37
  const UpdateSystemTemplateCommand_1 = require("./commands/UpdateSystemTemplateCommand");
39
38
  const UploadEntityDefinitionsCommand_1 = require("./commands/UploadEntityDefinitionsCommand");
39
+ const IoTThingsGraphClient_1 = require("./IoTThingsGraphClient");
40
40
  /**
41
41
  * <fullname>AWS IoT Things Graph</fullname>
42
42
  * <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
@@ -537,4 +537,3 @@ class IoTThingsGraph extends IoTThingsGraphClient_1.IoTThingsGraphClient {
537
537
  }
538
538
  }
539
539
  exports.IoTThingsGraph = IoTThingsGraph;
540
- //# sourceMappingURL=IoTThingsGraph.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.IoTThingsGraphClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
13
  /**
14
14
  * <fullname>AWS IoT Things Graph</fullname>
15
15
  * <p>AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards,
@@ -19,13 +19,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
19
19
  */
20
20
  class IoTThingsGraphClient extends smithy_client_1.Client {
21
21
  constructor(configuration) {
22
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
23
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
24
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
25
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
26
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
27
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
28
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
22
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
23
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
24
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
25
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
26
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
27
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
28
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
29
29
  super(_config_6);
30
30
  this.config = _config_6;
31
31
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -45,4 +45,3 @@ class IoTThingsGraphClient extends smithy_client_1.Client {
45
45
  }
46
46
  }
47
47
  exports.IoTThingsGraphClient = IoTThingsGraphClient;
48
- //# sourceMappingURL=IoTThingsGraphClient.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateEntityToThingCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Associates a device with a concrete thing that is in the user's registry.</p>
10
10
  * <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>
@@ -59,4 +59,3 @@ class AssociateEntityToThingCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.AssociateEntityToThingCommand = AssociateEntityToThingCommand;
62
- //# sourceMappingURL=AssociateEntityToThingCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateFlowTemplateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Creates a workflow template. Workflows can be created only in the user's namespace. (The public namespace contains only
10
10
  * entities.) The workflow can contain only entities in the specified namespace. The workflow is validated against the entities in the
@@ -60,4 +60,3 @@ class CreateFlowTemplateCommand extends smithy_client_1.Command {
60
60
  }
61
61
  }
62
62
  exports.CreateFlowTemplateCommand = CreateFlowTemplateCommand;
63
- //# sourceMappingURL=CreateFlowTemplateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSystemInstanceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Creates a system instance. </p>
10
10
  * <p>This action validates the system instance, prepares the deployment-related resources. For Greengrass deployments, it updates the Greengrass group that is
@@ -66,4 +66,3 @@ class CreateSystemInstanceCommand extends smithy_client_1.Command {
66
66
  }
67
67
  }
68
68
  exports.CreateSystemInstanceCommand = CreateSystemInstanceCommand;
69
- //# sourceMappingURL=CreateSystemInstanceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateSystemTemplateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Creates a system. The system is validated against the entities in the
10
10
  * latest version of the user's namespace unless another namespace version is specified in the request.</p>
@@ -59,4 +59,3 @@ class CreateSystemTemplateCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.CreateSystemTemplateCommand = CreateSystemTemplateCommand;
62
- //# sourceMappingURL=CreateSystemTemplateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteFlowTemplateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Deletes a workflow. Any new system or deployment that contains this workflow will fail to update or deploy.
10
10
  * 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>
@@ -59,4 +59,3 @@ class DeleteFlowTemplateCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.DeleteFlowTemplateCommand = DeleteFlowTemplateCommand;
62
- //# sourceMappingURL=DeleteFlowTemplateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteNamespaceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <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>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeleteNamespaceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeleteNamespaceCommand = DeleteNamespaceCommand;
61
- //# sourceMappingURL=DeleteNamespaceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteSystemInstanceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Deletes a system instance.
10
10
  * Only system instances that have never been deployed, or that have been undeployed can be deleted.</p>
@@ -60,4 +60,3 @@ class DeleteSystemInstanceCommand extends smithy_client_1.Command {
60
60
  }
61
61
  }
62
62
  exports.DeleteSystemInstanceCommand = DeleteSystemInstanceCommand;
63
- //# sourceMappingURL=DeleteSystemInstanceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteSystemTemplateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Deletes a system. New deployments can't contain the system after its deletion.
10
10
  * 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>
@@ -59,4 +59,3 @@ class DeleteSystemTemplateCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.DeleteSystemTemplateCommand = DeleteSystemTemplateCommand;
62
- //# sourceMappingURL=DeleteSystemTemplateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeploySystemInstanceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>
10
10
  * <b>Greengrass and Cloud Deployments</b>
@@ -69,4 +69,3 @@ class DeploySystemInstanceCommand extends smithy_client_1.Command {
69
69
  }
70
70
  }
71
71
  exports.DeploySystemInstanceCommand = DeploySystemInstanceCommand;
72
- //# sourceMappingURL=DeploySystemInstanceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeprecateFlowTemplateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <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>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeprecateFlowTemplateCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeprecateFlowTemplateCommand = DeprecateFlowTemplateCommand;
61
- //# sourceMappingURL=DeprecateFlowTemplateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeprecateSystemTemplateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Deprecates the specified system.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DeprecateSystemTemplateCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DeprecateSystemTemplateCommand = DeprecateSystemTemplateCommand;
61
- //# sourceMappingURL=DeprecateSystemTemplateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeNamespaceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets the latest version of the user's namespace and the public version that it is tracking.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class DescribeNamespaceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.DescribeNamespaceCommand = DescribeNamespaceCommand;
61
- //# sourceMappingURL=DescribeNamespaceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DissociateEntityFromThingCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
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
10
  * one entity of a particular type can be associated with a thing.</p>
@@ -59,4 +59,3 @@ class DissociateEntityFromThingCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.DissociateEntityFromThingCommand = DissociateEntityFromThingCommand;
62
- //# sourceMappingURL=DissociateEntityFromThingCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetEntitiesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets definitions of the specified entities. Uses the latest version of the user's namespace by default. This API returns the
10
10
  * following TDM entities.</p>
@@ -89,4 +89,3 @@ class GetEntitiesCommand extends smithy_client_1.Command {
89
89
  }
90
90
  }
91
91
  exports.GetEntitiesCommand = GetEntitiesCommand;
92
- //# sourceMappingURL=GetEntitiesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetFlowTemplateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets the latest version of the <code>DefinitionDocument</code> and <code>FlowTemplateSummary</code> for the specified workflow.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetFlowTemplateCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetFlowTemplateCommand = GetFlowTemplateCommand;
61
- //# sourceMappingURL=GetFlowTemplateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetFlowTemplateRevisionsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets revisions of the specified workflow. Only the last 100 revisions are stored. If the workflow has been deprecated,
10
10
  * this action will return revisions that occurred before the deprecation. This action won't work for workflows that have been deleted.</p>
@@ -59,4 +59,3 @@ class GetFlowTemplateRevisionsCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.GetFlowTemplateRevisionsCommand = GetFlowTemplateRevisionsCommand;
62
- //# sourceMappingURL=GetFlowTemplateRevisionsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetNamespaceDeletionStatusCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets the status of a namespace deletion task.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetNamespaceDeletionStatusCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetNamespaceDeletionStatusCommand = GetNamespaceDeletionStatusCommand;
61
- //# sourceMappingURL=GetNamespaceDeletionStatusCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSystemInstanceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets a system instance.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetSystemInstanceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetSystemInstanceCommand = GetSystemInstanceCommand;
61
- //# sourceMappingURL=GetSystemInstanceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSystemTemplateCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets a system.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetSystemTemplateCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetSystemTemplateCommand = GetSystemTemplateCommand;
61
- //# sourceMappingURL=GetSystemTemplateCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetSystemTemplateRevisionsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
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
10
  * the revisions that occurred before its deprecation. This action won't work with systems that have been deleted.</p>
@@ -59,4 +59,3 @@ class GetSystemTemplateRevisionsCommand extends smithy_client_1.Command {
59
59
  }
60
60
  }
61
61
  exports.GetSystemTemplateRevisionsCommand = GetSystemTemplateRevisionsCommand;
62
- //# sourceMappingURL=GetSystemTemplateRevisionsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetUploadStatusCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Gets the status of the specified upload.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class GetUploadStatusCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.GetUploadStatusCommand = GetUploadStatusCommand;
61
- //# sourceMappingURL=GetUploadStatusCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListFlowExecutionMessagesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Returns a list of objects that contain information about events in a flow execution.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListFlowExecutionMessagesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListFlowExecutionMessagesCommand = ListFlowExecutionMessagesCommand;
61
- //# sourceMappingURL=ListFlowExecutionMessagesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListTagsForResourceCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Lists all tags on an AWS IoT Things Graph resource.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchEntitiesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
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
10
  * @example
@@ -58,4 +58,3 @@ class SearchEntitiesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.SearchEntitiesCommand = SearchEntitiesCommand;
61
- //# sourceMappingURL=SearchEntitiesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchFlowExecutionsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Searches for AWS IoT Things Graph workflow execution instances.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class SearchFlowExecutionsCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.SearchFlowExecutionsCommand = SearchFlowExecutionsCommand;
61
- //# sourceMappingURL=SearchFlowExecutionsCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchFlowTemplatesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Searches for summary information about workflows.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class SearchFlowTemplatesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.SearchFlowTemplatesCommand = SearchFlowTemplatesCommand;
61
- //# sourceMappingURL=SearchFlowTemplatesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchSystemInstancesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Searches for system instances in the user's account.</p>
10
10
  * @example
@@ -58,4 +58,3 @@ class SearchSystemInstancesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.SearchSystemInstancesCommand = SearchSystemInstancesCommand;
61
- //# sourceMappingURL=SearchSystemInstancesCommand.js.map
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SearchSystemTemplatesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <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>
10
10
  * @example
@@ -58,4 +58,3 @@ class SearchSystemTemplatesCommand extends smithy_client_1.Command {
58
58
  }
59
59
  }
60
60
  exports.SearchSystemTemplatesCommand = SearchSystemTemplatesCommand;
61
- //# sourceMappingURL=SearchSystemTemplatesCommand.js.map