@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
@@ -1,2312 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface AssociateEntityToThingRequest {
4
- /**
5
- * <p>The name of the thing to which the entity is to be associated.</p>
6
- */
7
- thingName: string | undefined;
8
-
9
- /**
10
- * <p>The ID of the device to be associated with the thing.</p>
11
- * <p>The ID should be in the following format.</p>
12
- * <p>
13
- * <code>urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME</code>
14
- * </p>
15
- */
16
- entityId: string | undefined;
17
-
18
- /**
19
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
20
- */
21
- namespaceVersion?: number;
22
- }
23
-
24
- export namespace AssociateEntityToThingRequest {
25
- /**
26
- * @internal
27
- */
28
- export const filterSensitiveLog = (obj: AssociateEntityToThingRequest): any => ({
29
- ...obj,
30
- });
31
- }
32
-
33
- export interface AssociateEntityToThingResponse {}
34
-
35
- export namespace AssociateEntityToThingResponse {
36
- /**
37
- * @internal
38
- */
39
- export const filterSensitiveLog = (obj: AssociateEntityToThingResponse): any => ({
40
- ...obj,
41
- });
42
- }
43
-
44
- /**
45
- * <p></p>
46
- */
47
- export interface InternalFailureException extends __SmithyException, $MetadataBearer {
48
- name: "InternalFailureException";
49
- $fault: "server";
50
- message?: string;
51
- }
52
-
53
- export namespace InternalFailureException {
54
- /**
55
- * @internal
56
- */
57
- export const filterSensitiveLog = (obj: InternalFailureException): any => ({
58
- ...obj,
59
- });
60
- }
61
-
62
- /**
63
- * <p></p>
64
- */
65
- export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
66
- name: "InvalidRequestException";
67
- $fault: "client";
68
- message?: string;
69
- }
70
-
71
- export namespace InvalidRequestException {
72
- /**
73
- * @internal
74
- */
75
- export const filterSensitiveLog = (obj: InvalidRequestException): any => ({
76
- ...obj,
77
- });
78
- }
79
-
80
- /**
81
- * <p></p>
82
- */
83
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
84
- name: "ResourceNotFoundException";
85
- $fault: "client";
86
- message?: string;
87
- }
88
-
89
- export namespace ResourceNotFoundException {
90
- /**
91
- * @internal
92
- */
93
- export const filterSensitiveLog = (obj: ResourceNotFoundException): any => ({
94
- ...obj,
95
- });
96
- }
97
-
98
- /**
99
- * <p></p>
100
- */
101
- export interface ThrottlingException extends __SmithyException, $MetadataBearer {
102
- name: "ThrottlingException";
103
- $fault: "client";
104
- message?: string;
105
- }
106
-
107
- export namespace ThrottlingException {
108
- /**
109
- * @internal
110
- */
111
- export const filterSensitiveLog = (obj: ThrottlingException): any => ({
112
- ...obj,
113
- });
114
- }
115
-
116
- export enum DefinitionLanguage {
117
- GRAPHQL = "GRAPHQL",
118
- }
119
-
120
- /**
121
- * <p>A document that defines an entity. </p>
122
- */
123
- export interface DefinitionDocument {
124
- /**
125
- * <p>The language used to define the entity. <code>GRAPHQL</code> is the only valid value.</p>
126
- */
127
- language: DefinitionLanguage | string | undefined;
128
-
129
- /**
130
- * <p>The GraphQL text that defines the entity.</p>
131
- */
132
- text: string | undefined;
133
- }
134
-
135
- export namespace DefinitionDocument {
136
- /**
137
- * @internal
138
- */
139
- export const filterSensitiveLog = (obj: DefinitionDocument): any => ({
140
- ...obj,
141
- });
142
- }
143
-
144
- export interface CreateFlowTemplateRequest {
145
- /**
146
- * <p>The workflow <code>DefinitionDocument</code>.</p>
147
- */
148
- definition: DefinitionDocument | undefined;
149
-
150
- /**
151
- * <p>The namespace version in which the workflow is to be created.</p>
152
- * <p>If no value is specified, the latest version is used by default.</p>
153
- */
154
- compatibleNamespaceVersion?: number;
155
- }
156
-
157
- export namespace CreateFlowTemplateRequest {
158
- /**
159
- * @internal
160
- */
161
- export const filterSensitiveLog = (obj: CreateFlowTemplateRequest): any => ({
162
- ...obj,
163
- });
164
- }
165
-
166
- /**
167
- * <p>An object that contains summary information about a workflow.</p>
168
- */
169
- export interface FlowTemplateSummary {
170
- /**
171
- * <p>The ID of the workflow.</p>
172
- */
173
- id?: string;
174
-
175
- /**
176
- * <p>The ARN of the workflow.</p>
177
- */
178
- arn?: string;
179
-
180
- /**
181
- * <p>The revision number of the workflow.</p>
182
- */
183
- revisionNumber?: number;
184
-
185
- /**
186
- * <p>The date when the workflow was created.</p>
187
- */
188
- createdAt?: Date;
189
- }
190
-
191
- export namespace FlowTemplateSummary {
192
- /**
193
- * @internal
194
- */
195
- export const filterSensitiveLog = (obj: FlowTemplateSummary): any => ({
196
- ...obj,
197
- });
198
- }
199
-
200
- export interface CreateFlowTemplateResponse {
201
- /**
202
- * <p>The summary object that describes the created workflow.</p>
203
- */
204
- summary?: FlowTemplateSummary;
205
- }
206
-
207
- export namespace CreateFlowTemplateResponse {
208
- /**
209
- * @internal
210
- */
211
- export const filterSensitiveLog = (obj: CreateFlowTemplateResponse): any => ({
212
- ...obj,
213
- });
214
- }
215
-
216
- /**
217
- * <p></p>
218
- */
219
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
220
- name: "LimitExceededException";
221
- $fault: "client";
222
- message?: string;
223
- }
224
-
225
- export namespace LimitExceededException {
226
- /**
227
- * @internal
228
- */
229
- export const filterSensitiveLog = (obj: LimitExceededException): any => ({
230
- ...obj,
231
- });
232
- }
233
-
234
- /**
235
- * <p></p>
236
- */
237
- export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
238
- name: "ResourceAlreadyExistsException";
239
- $fault: "client";
240
- message?: string;
241
- }
242
-
243
- export namespace ResourceAlreadyExistsException {
244
- /**
245
- * @internal
246
- */
247
- export const filterSensitiveLog = (obj: ResourceAlreadyExistsException): any => ({
248
- ...obj,
249
- });
250
- }
251
-
252
- /**
253
- * <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
254
- */
255
- export interface MetricsConfiguration {
256
- /**
257
- * <p>A Boolean that specifies whether cloud metrics are collected.</p>
258
- */
259
- cloudMetricEnabled?: boolean;
260
-
261
- /**
262
- * <p>The ARN of the role that is used to collect cloud metrics.</p>
263
- */
264
- metricRuleRoleArn?: string;
265
- }
266
-
267
- export namespace MetricsConfiguration {
268
- /**
269
- * @internal
270
- */
271
- export const filterSensitiveLog = (obj: MetricsConfiguration): any => ({
272
- ...obj,
273
- });
274
- }
275
-
276
- /**
277
- * <p>Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.</p>
278
- */
279
- export interface Tag {
280
- /**
281
- * <p>The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.</p>
282
- */
283
- key: string | undefined;
284
-
285
- /**
286
- * <p>The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.</p>
287
- */
288
- value: string | undefined;
289
- }
290
-
291
- export namespace Tag {
292
- /**
293
- * @internal
294
- */
295
- export const filterSensitiveLog = (obj: Tag): any => ({
296
- ...obj,
297
- });
298
- }
299
-
300
- export enum DeploymentTarget {
301
- CLOUD = "CLOUD",
302
- GREENGRASS = "GREENGRASS",
303
- }
304
-
305
- export interface CreateSystemInstanceRequest {
306
- /**
307
- * <p>Metadata, consisting of key-value pairs, that can be used to categorize your system instances.</p>
308
- */
309
- tags?: Tag[];
310
-
311
- /**
312
- * <p>A document that defines an entity. </p>
313
- */
314
- definition: DefinitionDocument | undefined;
315
-
316
- /**
317
- * <p>The target type of the deployment. Valid values are <code>GREENGRASS</code> and <code>CLOUD</code>.</p>
318
- */
319
- target: DeploymentTarget | string | undefined;
320
-
321
- /**
322
- * <p>The name of the Greengrass group where the system instance will be deployed. This value is required if
323
- * the value of the <code>target</code> parameter is <code>GREENGRASS</code>.</p>
324
- */
325
- greengrassGroupName?: string;
326
-
327
- /**
328
- * <p>The name of the Amazon Simple Storage Service bucket that will be used to store and deploy the system instance's resource file. This value is required if
329
- * the value of the <code>target</code> parameter is <code>GREENGRASS</code>.</p>
330
- */
331
- s3BucketName?: string;
332
-
333
- /**
334
- * <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
335
- */
336
- metricsConfiguration?: MetricsConfiguration;
337
-
338
- /**
339
- * <p>The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have
340
- * read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This
341
- * value is required if the value of the <code>target</code> parameter is <code>CLOUD</code>.</p>
342
- */
343
- flowActionsRoleArn?: string;
344
- }
345
-
346
- export namespace CreateSystemInstanceRequest {
347
- /**
348
- * @internal
349
- */
350
- export const filterSensitiveLog = (obj: CreateSystemInstanceRequest): any => ({
351
- ...obj,
352
- });
353
- }
354
-
355
- export enum SystemInstanceDeploymentStatus {
356
- BOOTSTRAP = "BOOTSTRAP",
357
- DELETED_IN_TARGET = "DELETED_IN_TARGET",
358
- DEPLOYED_IN_TARGET = "DEPLOYED_IN_TARGET",
359
- DEPLOY_IN_PROGRESS = "DEPLOY_IN_PROGRESS",
360
- FAILED = "FAILED",
361
- NOT_DEPLOYED = "NOT_DEPLOYED",
362
- PENDING_DELETE = "PENDING_DELETE",
363
- UNDEPLOY_IN_PROGRESS = "UNDEPLOY_IN_PROGRESS",
364
- }
365
-
366
- /**
367
- * <p>An object that contains summary information about a system instance.</p>
368
- */
369
- export interface SystemInstanceSummary {
370
- /**
371
- * <p>The ID of the system instance.</p>
372
- */
373
- id?: string;
374
-
375
- /**
376
- * <p>The ARN of the system instance.</p>
377
- */
378
- arn?: string;
379
-
380
- /**
381
- * <p>The status of the system instance.</p>
382
- */
383
- status?: SystemInstanceDeploymentStatus | string;
384
-
385
- /**
386
- * <p>The target of the system instance.</p>
387
- */
388
- target?: DeploymentTarget | string;
389
-
390
- /**
391
- * <p>The ID of the Greengrass group where the system instance is deployed.</p>
392
- */
393
- greengrassGroupName?: string;
394
-
395
- /**
396
- * <p>The date when the system instance was created.</p>
397
- */
398
- createdAt?: Date;
399
-
400
- /**
401
- * <p>
402
- *
403
- * The date and time when the system instance was last updated.</p>
404
- */
405
- updatedAt?: Date;
406
-
407
- /**
408
- * <p>The ID of the Greengrass group where the system instance is deployed.</p>
409
- */
410
- greengrassGroupId?: string;
411
-
412
- /**
413
- * <p>The version of the Greengrass group where the system instance is deployed.</p>
414
- */
415
- greengrassGroupVersionId?: string;
416
- }
417
-
418
- export namespace SystemInstanceSummary {
419
- /**
420
- * @internal
421
- */
422
- export const filterSensitiveLog = (obj: SystemInstanceSummary): any => ({
423
- ...obj,
424
- });
425
- }
426
-
427
- export interface CreateSystemInstanceResponse {
428
- /**
429
- * <p>The summary object that describes the new system instance.</p>
430
- */
431
- summary?: SystemInstanceSummary;
432
- }
433
-
434
- export namespace CreateSystemInstanceResponse {
435
- /**
436
- * @internal
437
- */
438
- export const filterSensitiveLog = (obj: CreateSystemInstanceResponse): any => ({
439
- ...obj,
440
- });
441
- }
442
-
443
- export interface CreateSystemTemplateRequest {
444
- /**
445
- * <p>The <code>DefinitionDocument</code> used to create the system.</p>
446
- */
447
- definition: DefinitionDocument | undefined;
448
-
449
- /**
450
- * <p>The namespace version in which the system is to be created.</p>
451
- * <p>If no value is specified, the latest version is used by default.</p>
452
- */
453
- compatibleNamespaceVersion?: number;
454
- }
455
-
456
- export namespace CreateSystemTemplateRequest {
457
- /**
458
- * @internal
459
- */
460
- export const filterSensitiveLog = (obj: CreateSystemTemplateRequest): any => ({
461
- ...obj,
462
- });
463
- }
464
-
465
- /**
466
- * <p>An object that contains information about a system.</p>
467
- */
468
- export interface SystemTemplateSummary {
469
- /**
470
- * <p>The ID of the system.</p>
471
- */
472
- id?: string;
473
-
474
- /**
475
- * <p>The ARN of the system.</p>
476
- */
477
- arn?: string;
478
-
479
- /**
480
- * <p>The revision number of the system.</p>
481
- */
482
- revisionNumber?: number;
483
-
484
- /**
485
- * <p>The date when the system was created.</p>
486
- */
487
- createdAt?: Date;
488
- }
489
-
490
- export namespace SystemTemplateSummary {
491
- /**
492
- * @internal
493
- */
494
- export const filterSensitiveLog = (obj: SystemTemplateSummary): any => ({
495
- ...obj,
496
- });
497
- }
498
-
499
- export interface CreateSystemTemplateResponse {
500
- /**
501
- * <p>The summary object that describes the created system.</p>
502
- */
503
- summary?: SystemTemplateSummary;
504
- }
505
-
506
- export namespace CreateSystemTemplateResponse {
507
- /**
508
- * @internal
509
- */
510
- export const filterSensitiveLog = (obj: CreateSystemTemplateResponse): any => ({
511
- ...obj,
512
- });
513
- }
514
-
515
- export interface DeleteFlowTemplateRequest {
516
- /**
517
- * <p>The ID of the workflow to be deleted.</p>
518
- * <p>The ID should be in the following format.</p>
519
- * <p>
520
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
521
- * </p>
522
- */
523
- id: string | undefined;
524
- }
525
-
526
- export namespace DeleteFlowTemplateRequest {
527
- /**
528
- * @internal
529
- */
530
- export const filterSensitiveLog = (obj: DeleteFlowTemplateRequest): any => ({
531
- ...obj,
532
- });
533
- }
534
-
535
- export interface DeleteFlowTemplateResponse {}
536
-
537
- export namespace DeleteFlowTemplateResponse {
538
- /**
539
- * @internal
540
- */
541
- export const filterSensitiveLog = (obj: DeleteFlowTemplateResponse): any => ({
542
- ...obj,
543
- });
544
- }
545
-
546
- /**
547
- * <p></p>
548
- */
549
- export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
550
- name: "ResourceInUseException";
551
- $fault: "client";
552
- message?: string;
553
- }
554
-
555
- export namespace ResourceInUseException {
556
- /**
557
- * @internal
558
- */
559
- export const filterSensitiveLog = (obj: ResourceInUseException): any => ({
560
- ...obj,
561
- });
562
- }
563
-
564
- export interface DeleteNamespaceRequest {}
565
-
566
- export namespace DeleteNamespaceRequest {
567
- /**
568
- * @internal
569
- */
570
- export const filterSensitiveLog = (obj: DeleteNamespaceRequest): any => ({
571
- ...obj,
572
- });
573
- }
574
-
575
- export interface DeleteNamespaceResponse {
576
- /**
577
- * <p>The ARN of the namespace to be deleted.</p>
578
- */
579
- namespaceArn?: string;
580
-
581
- /**
582
- * <p>The name of the namespace to be deleted.</p>
583
- */
584
- namespaceName?: string;
585
- }
586
-
587
- export namespace DeleteNamespaceResponse {
588
- /**
589
- * @internal
590
- */
591
- export const filterSensitiveLog = (obj: DeleteNamespaceResponse): any => ({
592
- ...obj,
593
- });
594
- }
595
-
596
- export interface DeleteSystemInstanceRequest {
597
- /**
598
- * <p>The ID of the system instance to be deleted.</p>
599
- */
600
- id?: string;
601
- }
602
-
603
- export namespace DeleteSystemInstanceRequest {
604
- /**
605
- * @internal
606
- */
607
- export const filterSensitiveLog = (obj: DeleteSystemInstanceRequest): any => ({
608
- ...obj,
609
- });
610
- }
611
-
612
- export interface DeleteSystemInstanceResponse {}
613
-
614
- export namespace DeleteSystemInstanceResponse {
615
- /**
616
- * @internal
617
- */
618
- export const filterSensitiveLog = (obj: DeleteSystemInstanceResponse): any => ({
619
- ...obj,
620
- });
621
- }
622
-
623
- export interface DeleteSystemTemplateRequest {
624
- /**
625
- * <p>The ID of the system to be deleted.</p>
626
- * <p>The ID should be in the following format.</p>
627
- * <p>
628
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
629
- * </p>
630
- */
631
- id: string | undefined;
632
- }
633
-
634
- export namespace DeleteSystemTemplateRequest {
635
- /**
636
- * @internal
637
- */
638
- export const filterSensitiveLog = (obj: DeleteSystemTemplateRequest): any => ({
639
- ...obj,
640
- });
641
- }
642
-
643
- export interface DeleteSystemTemplateResponse {}
644
-
645
- export namespace DeleteSystemTemplateResponse {
646
- /**
647
- * @internal
648
- */
649
- export const filterSensitiveLog = (obj: DeleteSystemTemplateResponse): any => ({
650
- ...obj,
651
- });
652
- }
653
-
654
- /**
655
- * <p>An object that contains the ID and revision number of a workflow or system that is part of a deployment.</p>
656
- */
657
- export interface DependencyRevision {
658
- /**
659
- * <p>The ID of the workflow or system.</p>
660
- */
661
- id?: string;
662
-
663
- /**
664
- * <p>The revision number of the workflow or system.</p>
665
- */
666
- revisionNumber?: number;
667
- }
668
-
669
- export namespace DependencyRevision {
670
- /**
671
- * @internal
672
- */
673
- export const filterSensitiveLog = (obj: DependencyRevision): any => ({
674
- ...obj,
675
- });
676
- }
677
-
678
- export interface DeploySystemInstanceRequest {
679
- /**
680
- * <p>The ID of the system instance. This value is returned by the <code>CreateSystemInstance</code> action.</p>
681
- * <p>The ID should be in the following format.</p>
682
- * <p>
683
- * <code>urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME</code>
684
- * </p>
685
- */
686
- id?: string;
687
- }
688
-
689
- export namespace DeploySystemInstanceRequest {
690
- /**
691
- * @internal
692
- */
693
- export const filterSensitiveLog = (obj: DeploySystemInstanceRequest): any => ({
694
- ...obj,
695
- });
696
- }
697
-
698
- export interface DeploySystemInstanceResponse {
699
- /**
700
- * <p>An object that contains summary information about a system instance that was deployed. </p>
701
- */
702
- summary: SystemInstanceSummary | undefined;
703
-
704
- /**
705
- * <p>The ID of the Greengrass deployment used to deploy the system instance.</p>
706
- */
707
- greengrassDeploymentId?: string;
708
- }
709
-
710
- export namespace DeploySystemInstanceResponse {
711
- /**
712
- * @internal
713
- */
714
- export const filterSensitiveLog = (obj: DeploySystemInstanceResponse): any => ({
715
- ...obj,
716
- });
717
- }
718
-
719
- export interface DeprecateFlowTemplateRequest {
720
- /**
721
- * <p>The ID of the workflow to be deleted.</p>
722
- * <p>The ID should be in the following format.</p>
723
- * <p>
724
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
725
- * </p>
726
- */
727
- id: string | undefined;
728
- }
729
-
730
- export namespace DeprecateFlowTemplateRequest {
731
- /**
732
- * @internal
733
- */
734
- export const filterSensitiveLog = (obj: DeprecateFlowTemplateRequest): any => ({
735
- ...obj,
736
- });
737
- }
738
-
739
- export interface DeprecateFlowTemplateResponse {}
740
-
741
- export namespace DeprecateFlowTemplateResponse {
742
- /**
743
- * @internal
744
- */
745
- export const filterSensitiveLog = (obj: DeprecateFlowTemplateResponse): any => ({
746
- ...obj,
747
- });
748
- }
749
-
750
- export interface DeprecateSystemTemplateRequest {
751
- /**
752
- * <p>The ID of the system to delete.</p>
753
- * <p>The ID should be in the following format.</p>
754
- * <p>
755
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
756
- * </p>
757
- */
758
- id: string | undefined;
759
- }
760
-
761
- export namespace DeprecateSystemTemplateRequest {
762
- /**
763
- * @internal
764
- */
765
- export const filterSensitiveLog = (obj: DeprecateSystemTemplateRequest): any => ({
766
- ...obj,
767
- });
768
- }
769
-
770
- export interface DeprecateSystemTemplateResponse {}
771
-
772
- export namespace DeprecateSystemTemplateResponse {
773
- /**
774
- * @internal
775
- */
776
- export const filterSensitiveLog = (obj: DeprecateSystemTemplateResponse): any => ({
777
- ...obj,
778
- });
779
- }
780
-
781
- export interface DescribeNamespaceRequest {
782
- /**
783
- * <p>The name of the user's namespace. Set this to <code>aws</code> to get the public namespace.</p>
784
- */
785
- namespaceName?: string;
786
- }
787
-
788
- export namespace DescribeNamespaceRequest {
789
- /**
790
- * @internal
791
- */
792
- export const filterSensitiveLog = (obj: DescribeNamespaceRequest): any => ({
793
- ...obj,
794
- });
795
- }
796
-
797
- export interface DescribeNamespaceResponse {
798
- /**
799
- * <p>The ARN of the namespace.</p>
800
- */
801
- namespaceArn?: string;
802
-
803
- /**
804
- * <p>The name of the namespace.</p>
805
- */
806
- namespaceName?: string;
807
-
808
- /**
809
- * <p>The name of the public namespace that the latest namespace version is tracking.</p>
810
- */
811
- trackingNamespaceName?: string;
812
-
813
- /**
814
- * <p>The version of the public namespace that the latest version is tracking.</p>
815
- */
816
- trackingNamespaceVersion?: number;
817
-
818
- /**
819
- * <p>The version of the user's namespace to describe.</p>
820
- */
821
- namespaceVersion?: number;
822
- }
823
-
824
- export namespace DescribeNamespaceResponse {
825
- /**
826
- * @internal
827
- */
828
- export const filterSensitiveLog = (obj: DescribeNamespaceResponse): any => ({
829
- ...obj,
830
- });
831
- }
832
-
833
- export enum EntityType {
834
- ACTION = "ACTION",
835
- CAPABILITY = "CAPABILITY",
836
- DEVICE = "DEVICE",
837
- DEVICE_MODEL = "DEVICE_MODEL",
838
- ENUM = "ENUM",
839
- EVENT = "EVENT",
840
- MAPPING = "MAPPING",
841
- PROPERTY = "PROPERTY",
842
- SERVICE = "SERVICE",
843
- STATE = "STATE",
844
- }
845
-
846
- export interface DissociateEntityFromThingRequest {
847
- /**
848
- * <p>The name of the thing to disassociate.</p>
849
- */
850
- thingName: string | undefined;
851
-
852
- /**
853
- * <p>The entity type from which to disassociate the thing.</p>
854
- */
855
- entityType: EntityType | string | undefined;
856
- }
857
-
858
- export namespace DissociateEntityFromThingRequest {
859
- /**
860
- * @internal
861
- */
862
- export const filterSensitiveLog = (obj: DissociateEntityFromThingRequest): any => ({
863
- ...obj,
864
- });
865
- }
866
-
867
- export interface DissociateEntityFromThingResponse {}
868
-
869
- export namespace DissociateEntityFromThingResponse {
870
- /**
871
- * @internal
872
- */
873
- export const filterSensitiveLog = (obj: DissociateEntityFromThingResponse): any => ({
874
- ...obj,
875
- });
876
- }
877
-
878
- /**
879
- * <p>Describes the properties of an entity.</p>
880
- */
881
- export interface EntityDescription {
882
- /**
883
- * <p>The entity ID.</p>
884
- */
885
- id?: string;
886
-
887
- /**
888
- * <p>The entity ARN.</p>
889
- */
890
- arn?: string;
891
-
892
- /**
893
- * <p>The entity type.</p>
894
- */
895
- type?: EntityType | string;
896
-
897
- /**
898
- * <p>The time at which the entity was created.</p>
899
- */
900
- createdAt?: Date;
901
-
902
- /**
903
- * <p>The definition document of the entity.</p>
904
- */
905
- definition?: DefinitionDocument;
906
- }
907
-
908
- export namespace EntityDescription {
909
- /**
910
- * @internal
911
- */
912
- export const filterSensitiveLog = (obj: EntityDescription): any => ({
913
- ...obj,
914
- });
915
- }
916
-
917
- export enum EntityFilterName {
918
- NAME = "NAME",
919
- NAMESPACE = "NAMESPACE",
920
- REFERENCED_ENTITY_ID = "REFERENCED_ENTITY_ID",
921
- SEMANTIC_TYPE_PATH = "SEMANTIC_TYPE_PATH",
922
- }
923
-
924
- /**
925
- * <p>An object that filters an entity search. Multiple filters function as OR criteria in the search. For example a search that includes
926
- * a <code>NAMESPACE</code> and a <code>REFERENCED_ENTITY_ID</code> filter searches for entities in the specified namespace that use the entity specified by
927
- * the value of <code>REFERENCED_ENTITY_ID</code>.</p>
928
- */
929
- export interface EntityFilter {
930
- /**
931
- * <p>The name of the entity search filter field. <code>REFERENCED_ENTITY_ID</code> filters on entities that are used by the entity in the result set. For example,
932
- * you can filter on the ID of a property that is used in a state.</p>
933
- */
934
- name?: EntityFilterName | string;
935
-
936
- /**
937
- * <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search.</p>
938
- */
939
- value?: string[];
940
- }
941
-
942
- export namespace EntityFilter {
943
- /**
944
- * @internal
945
- */
946
- export const filterSensitiveLog = (obj: EntityFilter): any => ({
947
- ...obj,
948
- });
949
- }
950
-
951
- export enum FlowExecutionEventType {
952
- ACKNOWLEDGE_TASK_MESSAGE = "ACKNOWLEDGE_TASK_MESSAGE",
953
- ACTIVITY_FAILED = "ACTIVITY_FAILED",
954
- ACTIVITY_SCHEDULED = "ACTIVITY_SCHEDULED",
955
- ACTIVITY_STARTED = "ACTIVITY_STARTED",
956
- ACTIVITY_SUCCEEDED = "ACTIVITY_SUCCEEDED",
957
- EXECUTION_ABORTED = "EXECUTION_ABORTED",
958
- EXECUTION_FAILED = "EXECUTION_FAILED",
959
- EXECUTION_STARTED = "EXECUTION_STARTED",
960
- EXECUTION_SUCCEEDED = "EXECUTION_SUCCEEDED",
961
- SCHEDULE_NEXT_READY_STEPS_TASK = "SCHEDULE_NEXT_READY_STEPS_TASK",
962
- START_FLOW_EXECUTION_TASK = "START_FLOW_EXECUTION_TASK",
963
- STEP_FAILED = "STEP_FAILED",
964
- STEP_STARTED = "STEP_STARTED",
965
- STEP_SUCCEEDED = "STEP_SUCCEEDED",
966
- THING_ACTION_TASK = "THING_ACTION_TASK",
967
- THING_ACTION_TASK_FAILED = "THING_ACTION_TASK_FAILED",
968
- THING_ACTION_TASK_SUCCEEDED = "THING_ACTION_TASK_SUCCEEDED",
969
- }
970
-
971
- /**
972
- * <p>An object that contains information about a flow event.</p>
973
- */
974
- export interface FlowExecutionMessage {
975
- /**
976
- * <p>The unique identifier of the message.</p>
977
- */
978
- messageId?: string;
979
-
980
- /**
981
- * <p>The type of flow event .</p>
982
- */
983
- eventType?: FlowExecutionEventType | string;
984
-
985
- /**
986
- * <p>The date and time when the message was last updated.</p>
987
- */
988
- timestamp?: Date;
989
-
990
- /**
991
- * <p>A string containing information about the flow event.</p>
992
- */
993
- payload?: string;
994
- }
995
-
996
- export namespace FlowExecutionMessage {
997
- /**
998
- * @internal
999
- */
1000
- export const filterSensitiveLog = (obj: FlowExecutionMessage): any => ({
1001
- ...obj,
1002
- });
1003
- }
1004
-
1005
- export enum FlowExecutionStatus {
1006
- ABORTED = "ABORTED",
1007
- FAILED = "FAILED",
1008
- RUNNING = "RUNNING",
1009
- SUCCEEDED = "SUCCEEDED",
1010
- }
1011
-
1012
- /**
1013
- * <p>An object that contains summary information about a flow execution.</p>
1014
- */
1015
- export interface FlowExecutionSummary {
1016
- /**
1017
- * <p>The ID of the flow execution.</p>
1018
- */
1019
- flowExecutionId?: string;
1020
-
1021
- /**
1022
- * <p>The current status of the flow execution.</p>
1023
- */
1024
- status?: FlowExecutionStatus | string;
1025
-
1026
- /**
1027
- * <p>The ID of the system instance that contains the flow.</p>
1028
- */
1029
- systemInstanceId?: string;
1030
-
1031
- /**
1032
- * <p>The ID of the flow.</p>
1033
- */
1034
- flowTemplateId?: string;
1035
-
1036
- /**
1037
- * <p>The date and time when the flow execution summary was created.</p>
1038
- */
1039
- createdAt?: Date;
1040
-
1041
- /**
1042
- * <p>The date and time when the flow execution summary was last updated.</p>
1043
- */
1044
- updatedAt?: Date;
1045
- }
1046
-
1047
- export namespace FlowExecutionSummary {
1048
- /**
1049
- * @internal
1050
- */
1051
- export const filterSensitiveLog = (obj: FlowExecutionSummary): any => ({
1052
- ...obj,
1053
- });
1054
- }
1055
-
1056
- /**
1057
- * <p>An object that contains a workflow's definition and summary information.</p>
1058
- */
1059
- export interface FlowTemplateDescription {
1060
- /**
1061
- * <p>An object that contains summary information about a workflow.</p>
1062
- */
1063
- summary?: FlowTemplateSummary;
1064
-
1065
- /**
1066
- * <p>A workflow's definition document.</p>
1067
- */
1068
- definition?: DefinitionDocument;
1069
-
1070
- /**
1071
- * <p>The version of the user's namespace against which the workflow was validated. Use this value in your system instance.</p>
1072
- */
1073
- validatedNamespaceVersion?: number;
1074
- }
1075
-
1076
- export namespace FlowTemplateDescription {
1077
- /**
1078
- * @internal
1079
- */
1080
- export const filterSensitiveLog = (obj: FlowTemplateDescription): any => ({
1081
- ...obj,
1082
- });
1083
- }
1084
-
1085
- export enum FlowTemplateFilterName {
1086
- DEVICE_MODEL_ID = "DEVICE_MODEL_ID",
1087
- }
1088
-
1089
- /**
1090
- * <p>An object that filters a workflow search.</p>
1091
- */
1092
- export interface FlowTemplateFilter {
1093
- /**
1094
- * <p>The name of the search filter field.</p>
1095
- */
1096
- name: FlowTemplateFilterName | string | undefined;
1097
-
1098
- /**
1099
- * <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search.</p>
1100
- */
1101
- value: string[] | undefined;
1102
- }
1103
-
1104
- export namespace FlowTemplateFilter {
1105
- /**
1106
- * @internal
1107
- */
1108
- export const filterSensitiveLog = (obj: FlowTemplateFilter): any => ({
1109
- ...obj,
1110
- });
1111
- }
1112
-
1113
- export interface GetEntitiesRequest {
1114
- /**
1115
- * <p>An array of entity IDs.</p>
1116
- * <p>The IDs should be in the following format.</p>
1117
- * <p>
1118
- * <code>urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME</code>
1119
- * </p>
1120
- */
1121
- ids: string[] | undefined;
1122
-
1123
- /**
1124
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
1125
- */
1126
- namespaceVersion?: number;
1127
- }
1128
-
1129
- export namespace GetEntitiesRequest {
1130
- /**
1131
- * @internal
1132
- */
1133
- export const filterSensitiveLog = (obj: GetEntitiesRequest): any => ({
1134
- ...obj,
1135
- });
1136
- }
1137
-
1138
- export interface GetEntitiesResponse {
1139
- /**
1140
- * <p>An array of descriptions for the specified entities.</p>
1141
- */
1142
- descriptions?: EntityDescription[];
1143
- }
1144
-
1145
- export namespace GetEntitiesResponse {
1146
- /**
1147
- * @internal
1148
- */
1149
- export const filterSensitiveLog = (obj: GetEntitiesResponse): any => ({
1150
- ...obj,
1151
- });
1152
- }
1153
-
1154
- export interface GetFlowTemplateRequest {
1155
- /**
1156
- * <p>The ID of the workflow.</p>
1157
- * <p>The ID should be in the following format.</p>
1158
- * <p>
1159
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
1160
- * </p>
1161
- */
1162
- id: string | undefined;
1163
-
1164
- /**
1165
- * <p>The number of the workflow revision to retrieve.</p>
1166
- */
1167
- revisionNumber?: number;
1168
- }
1169
-
1170
- export namespace GetFlowTemplateRequest {
1171
- /**
1172
- * @internal
1173
- */
1174
- export const filterSensitiveLog = (obj: GetFlowTemplateRequest): any => ({
1175
- ...obj,
1176
- });
1177
- }
1178
-
1179
- export interface GetFlowTemplateResponse {
1180
- /**
1181
- * <p>The object that describes the specified workflow.</p>
1182
- */
1183
- description?: FlowTemplateDescription;
1184
- }
1185
-
1186
- export namespace GetFlowTemplateResponse {
1187
- /**
1188
- * @internal
1189
- */
1190
- export const filterSensitiveLog = (obj: GetFlowTemplateResponse): any => ({
1191
- ...obj,
1192
- });
1193
- }
1194
-
1195
- export interface GetFlowTemplateRevisionsRequest {
1196
- /**
1197
- * <p>The ID of the workflow.</p>
1198
- * <p>The ID should be in the following format.</p>
1199
- * <p>
1200
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
1201
- * </p>
1202
- */
1203
- id: string | undefined;
1204
-
1205
- /**
1206
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1207
- */
1208
- nextToken?: string;
1209
-
1210
- /**
1211
- * <p>The maximum number of results to return in the response.</p>
1212
- */
1213
- maxResults?: number;
1214
- }
1215
-
1216
- export namespace GetFlowTemplateRevisionsRequest {
1217
- /**
1218
- * @internal
1219
- */
1220
- export const filterSensitiveLog = (obj: GetFlowTemplateRevisionsRequest): any => ({
1221
- ...obj,
1222
- });
1223
- }
1224
-
1225
- export interface GetFlowTemplateRevisionsResponse {
1226
- /**
1227
- * <p>An array of objects that provide summary data about each revision.</p>
1228
- */
1229
- summaries?: FlowTemplateSummary[];
1230
-
1231
- /**
1232
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1233
- */
1234
- nextToken?: string;
1235
- }
1236
-
1237
- export namespace GetFlowTemplateRevisionsResponse {
1238
- /**
1239
- * @internal
1240
- */
1241
- export const filterSensitiveLog = (obj: GetFlowTemplateRevisionsResponse): any => ({
1242
- ...obj,
1243
- });
1244
- }
1245
-
1246
- export interface GetNamespaceDeletionStatusRequest {}
1247
-
1248
- export namespace GetNamespaceDeletionStatusRequest {
1249
- /**
1250
- * @internal
1251
- */
1252
- export const filterSensitiveLog = (obj: GetNamespaceDeletionStatusRequest): any => ({
1253
- ...obj,
1254
- });
1255
- }
1256
-
1257
- export enum NamespaceDeletionStatusErrorCodes {
1258
- VALIDATION_FAILED = "VALIDATION_FAILED",
1259
- }
1260
-
1261
- export enum NamespaceDeletionStatus {
1262
- FAILED = "FAILED",
1263
- IN_PROGRESS = "IN_PROGRESS",
1264
- SUCCEEDED = "SUCCEEDED",
1265
- }
1266
-
1267
- export interface GetNamespaceDeletionStatusResponse {
1268
- /**
1269
- * <p>The ARN of the namespace that is being deleted.</p>
1270
- */
1271
- namespaceArn?: string;
1272
-
1273
- /**
1274
- * <p>The name of the namespace that is being deleted.</p>
1275
- */
1276
- namespaceName?: string;
1277
-
1278
- /**
1279
- * <p>The status of the deletion request.</p>
1280
- */
1281
- status?: NamespaceDeletionStatus | string;
1282
-
1283
- /**
1284
- * <p>An error code returned by the namespace deletion task.</p>
1285
- */
1286
- errorCode?: NamespaceDeletionStatusErrorCodes | string;
1287
-
1288
- /**
1289
- * <p>An error code returned by the namespace deletion task.</p>
1290
- */
1291
- errorMessage?: string;
1292
- }
1293
-
1294
- export namespace GetNamespaceDeletionStatusResponse {
1295
- /**
1296
- * @internal
1297
- */
1298
- export const filterSensitiveLog = (obj: GetNamespaceDeletionStatusResponse): any => ({
1299
- ...obj,
1300
- });
1301
- }
1302
-
1303
- export interface GetSystemInstanceRequest {
1304
- /**
1305
- * <p>The ID of the system deployment instance. This value is returned by <code>CreateSystemInstance</code>.</p>
1306
- * <p>The ID should be in the following format.</p>
1307
- * <p>
1308
- * <code>urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME</code>
1309
- * </p>
1310
- */
1311
- id: string | undefined;
1312
- }
1313
-
1314
- export namespace GetSystemInstanceRequest {
1315
- /**
1316
- * @internal
1317
- */
1318
- export const filterSensitiveLog = (obj: GetSystemInstanceRequest): any => ({
1319
- ...obj,
1320
- });
1321
- }
1322
-
1323
- /**
1324
- * <p>An object that contains a system instance definition and summary information.</p>
1325
- */
1326
- export interface SystemInstanceDescription {
1327
- /**
1328
- * <p>An object that contains summary information about a system instance.</p>
1329
- */
1330
- summary?: SystemInstanceSummary;
1331
-
1332
- /**
1333
- * <p>A document that defines an entity. </p>
1334
- */
1335
- definition?: DefinitionDocument;
1336
-
1337
- /**
1338
- * <p>The Amazon Simple Storage Service bucket where information about a system instance is stored.</p>
1339
- */
1340
- s3BucketName?: string;
1341
-
1342
- /**
1343
- * <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
1344
- */
1345
- metricsConfiguration?: MetricsConfiguration;
1346
-
1347
- /**
1348
- * <p>The version of the user's namespace against which the system instance was validated.</p>
1349
- */
1350
- validatedNamespaceVersion?: number;
1351
-
1352
- /**
1353
- * <p>A list of objects that contain all of the IDs and revision numbers of workflows and systems that are used in a system instance.</p>
1354
- */
1355
- validatedDependencyRevisions?: DependencyRevision[];
1356
-
1357
- /**
1358
- * <p>The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a
1359
- * cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other
1360
- * AWS services that the flow uses.</p>
1361
- */
1362
- flowActionsRoleArn?: string;
1363
- }
1364
-
1365
- export namespace SystemInstanceDescription {
1366
- /**
1367
- * @internal
1368
- */
1369
- export const filterSensitiveLog = (obj: SystemInstanceDescription): any => ({
1370
- ...obj,
1371
- });
1372
- }
1373
-
1374
- export interface GetSystemInstanceResponse {
1375
- /**
1376
- * <p>An object that describes the system instance.</p>
1377
- */
1378
- description?: SystemInstanceDescription;
1379
- }
1380
-
1381
- export namespace GetSystemInstanceResponse {
1382
- /**
1383
- * @internal
1384
- */
1385
- export const filterSensitiveLog = (obj: GetSystemInstanceResponse): any => ({
1386
- ...obj,
1387
- });
1388
- }
1389
-
1390
- export interface GetSystemTemplateRequest {
1391
- /**
1392
- * <p>The ID of the system to get. This ID must be in the user's namespace.</p>
1393
- * <p>The ID should be in the following format.</p>
1394
- * <p>
1395
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
1396
- * </p>
1397
- */
1398
- id: string | undefined;
1399
-
1400
- /**
1401
- * <p>The number that specifies the revision of the system to get.</p>
1402
- */
1403
- revisionNumber?: number;
1404
- }
1405
-
1406
- export namespace GetSystemTemplateRequest {
1407
- /**
1408
- * @internal
1409
- */
1410
- export const filterSensitiveLog = (obj: GetSystemTemplateRequest): any => ({
1411
- ...obj,
1412
- });
1413
- }
1414
-
1415
- /**
1416
- * <p>An object that contains a system's definition document and summary information.</p>
1417
- */
1418
- export interface SystemTemplateDescription {
1419
- /**
1420
- * <p>An object that contains summary information about a system.</p>
1421
- */
1422
- summary?: SystemTemplateSummary;
1423
-
1424
- /**
1425
- * <p>The definition document of a system.</p>
1426
- */
1427
- definition?: DefinitionDocument;
1428
-
1429
- /**
1430
- * <p>The namespace version against which the system was validated. Use this value in your system instance.</p>
1431
- */
1432
- validatedNamespaceVersion?: number;
1433
- }
1434
-
1435
- export namespace SystemTemplateDescription {
1436
- /**
1437
- * @internal
1438
- */
1439
- export const filterSensitiveLog = (obj: SystemTemplateDescription): any => ({
1440
- ...obj,
1441
- });
1442
- }
1443
-
1444
- export interface GetSystemTemplateResponse {
1445
- /**
1446
- * <p>An object that contains summary data about the system.</p>
1447
- */
1448
- description?: SystemTemplateDescription;
1449
- }
1450
-
1451
- export namespace GetSystemTemplateResponse {
1452
- /**
1453
- * @internal
1454
- */
1455
- export const filterSensitiveLog = (obj: GetSystemTemplateResponse): any => ({
1456
- ...obj,
1457
- });
1458
- }
1459
-
1460
- export interface GetSystemTemplateRevisionsRequest {
1461
- /**
1462
- * <p>The ID of the system template.</p>
1463
- * <p>The ID should be in the following format.</p>
1464
- * <p>
1465
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
1466
- * </p>
1467
- */
1468
- id: string | undefined;
1469
-
1470
- /**
1471
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1472
- */
1473
- nextToken?: string;
1474
-
1475
- /**
1476
- * <p>The maximum number of results to return in the response.</p>
1477
- */
1478
- maxResults?: number;
1479
- }
1480
-
1481
- export namespace GetSystemTemplateRevisionsRequest {
1482
- /**
1483
- * @internal
1484
- */
1485
- export const filterSensitiveLog = (obj: GetSystemTemplateRevisionsRequest): any => ({
1486
- ...obj,
1487
- });
1488
- }
1489
-
1490
- export interface GetSystemTemplateRevisionsResponse {
1491
- /**
1492
- * <p>An array of objects that contain summary data about the system template revisions.</p>
1493
- */
1494
- summaries?: SystemTemplateSummary[];
1495
-
1496
- /**
1497
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
1498
- */
1499
- nextToken?: string;
1500
- }
1501
-
1502
- export namespace GetSystemTemplateRevisionsResponse {
1503
- /**
1504
- * @internal
1505
- */
1506
- export const filterSensitiveLog = (obj: GetSystemTemplateRevisionsResponse): any => ({
1507
- ...obj,
1508
- });
1509
- }
1510
-
1511
- export interface GetUploadStatusRequest {
1512
- /**
1513
- * <p>The ID of the upload. This value is returned by the <code>UploadEntityDefinitions</code> action.</p>
1514
- */
1515
- uploadId: string | undefined;
1516
- }
1517
-
1518
- export namespace GetUploadStatusRequest {
1519
- /**
1520
- * @internal
1521
- */
1522
- export const filterSensitiveLog = (obj: GetUploadStatusRequest): any => ({
1523
- ...obj,
1524
- });
1525
- }
1526
-
1527
- export enum UploadStatus {
1528
- FAILED = "FAILED",
1529
- IN_PROGRESS = "IN_PROGRESS",
1530
- SUCCEEDED = "SUCCEEDED",
1531
- }
1532
-
1533
- export interface GetUploadStatusResponse {
1534
- /**
1535
- * <p>The ID of the upload.</p>
1536
- */
1537
- uploadId: string | undefined;
1538
-
1539
- /**
1540
- * <p>The status of the upload. The initial status is <code>IN_PROGRESS</code>. The response show all validation failures if the upload fails.</p>
1541
- */
1542
- uploadStatus: UploadStatus | string | undefined;
1543
-
1544
- /**
1545
- * <p>The ARN of the upload.</p>
1546
- */
1547
- namespaceArn?: string;
1548
-
1549
- /**
1550
- * <p>The name of the upload's namespace.</p>
1551
- */
1552
- namespaceName?: string;
1553
-
1554
- /**
1555
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
1556
- */
1557
- namespaceVersion?: number;
1558
-
1559
- /**
1560
- * <p>The reason for an upload failure.</p>
1561
- */
1562
- failureReason?: string[];
1563
-
1564
- /**
1565
- * <p>The date at which the upload was created.</p>
1566
- */
1567
- createdDate: Date | undefined;
1568
- }
1569
-
1570
- export namespace GetUploadStatusResponse {
1571
- /**
1572
- * @internal
1573
- */
1574
- export const filterSensitiveLog = (obj: GetUploadStatusResponse): any => ({
1575
- ...obj,
1576
- });
1577
- }
1578
-
1579
- export interface ListFlowExecutionMessagesRequest {
1580
- /**
1581
- * <p>The ID of the flow execution.</p>
1582
- */
1583
- flowExecutionId: string | undefined;
1584
-
1585
- /**
1586
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1587
- */
1588
- nextToken?: string;
1589
-
1590
- /**
1591
- * <p>The maximum number of results to return in the response.</p>
1592
- */
1593
- maxResults?: number;
1594
- }
1595
-
1596
- export namespace ListFlowExecutionMessagesRequest {
1597
- /**
1598
- * @internal
1599
- */
1600
- export const filterSensitiveLog = (obj: ListFlowExecutionMessagesRequest): any => ({
1601
- ...obj,
1602
- });
1603
- }
1604
-
1605
- export interface ListFlowExecutionMessagesResponse {
1606
- /**
1607
- * <p>A list of objects that contain information about events in the specified flow execution.</p>
1608
- */
1609
- messages?: FlowExecutionMessage[];
1610
-
1611
- /**
1612
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
1613
- */
1614
- nextToken?: string;
1615
- }
1616
-
1617
- export namespace ListFlowExecutionMessagesResponse {
1618
- /**
1619
- * @internal
1620
- */
1621
- export const filterSensitiveLog = (obj: ListFlowExecutionMessagesResponse): any => ({
1622
- ...obj,
1623
- });
1624
- }
1625
-
1626
- export interface ListTagsForResourceRequest {
1627
- /**
1628
- * <p>The maximum number of tags to return.</p>
1629
- */
1630
- maxResults?: number;
1631
-
1632
- /**
1633
- * <p>The Amazon Resource Name (ARN) of the resource whose tags are to be returned.</p>
1634
- */
1635
- resourceArn: string | undefined;
1636
-
1637
- /**
1638
- * <p>The token that specifies the next page of results to return.</p>
1639
- */
1640
- nextToken?: string;
1641
- }
1642
-
1643
- export namespace ListTagsForResourceRequest {
1644
- /**
1645
- * @internal
1646
- */
1647
- export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
1648
- ...obj,
1649
- });
1650
- }
1651
-
1652
- export interface ListTagsForResourceResponse {
1653
- /**
1654
- * <p>List of tags returned by the <code>ListTagsForResource</code> operation.</p>
1655
- */
1656
- tags?: Tag[];
1657
-
1658
- /**
1659
- * <p>The token that specifies the next page of results to return.</p>
1660
- */
1661
- nextToken?: string;
1662
- }
1663
-
1664
- export namespace ListTagsForResourceResponse {
1665
- /**
1666
- * @internal
1667
- */
1668
- export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
1669
- ...obj,
1670
- });
1671
- }
1672
-
1673
- export interface SearchEntitiesRequest {
1674
- /**
1675
- * <p>The entity types for which to search.</p>
1676
- */
1677
- entityTypes: (EntityType | string)[] | undefined;
1678
-
1679
- /**
1680
- * <p>Optional filter to apply to the search. Valid filters are <code>NAME</code>
1681
- * <code>NAMESPACE</code>, <code>SEMANTIC_TYPE_PATH</code> and <code>REFERENCED_ENTITY_ID</code>.
1682
- * <code>REFERENCED_ENTITY_ID</code> filters on entities that are used by the entity in the result set. For example,
1683
- * you can filter on the ID of a property that is used in a state.</p>
1684
- * <p>Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.</p>
1685
- */
1686
- filters?: EntityFilter[];
1687
-
1688
- /**
1689
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1690
- */
1691
- nextToken?: string;
1692
-
1693
- /**
1694
- * <p>The maximum number of results to return in the response.</p>
1695
- */
1696
- maxResults?: number;
1697
-
1698
- /**
1699
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
1700
- */
1701
- namespaceVersion?: number;
1702
- }
1703
-
1704
- export namespace SearchEntitiesRequest {
1705
- /**
1706
- * @internal
1707
- */
1708
- export const filterSensitiveLog = (obj: SearchEntitiesRequest): any => ({
1709
- ...obj,
1710
- });
1711
- }
1712
-
1713
- export interface SearchEntitiesResponse {
1714
- /**
1715
- * <p>An array of descriptions for each entity returned in the search result.</p>
1716
- */
1717
- descriptions?: EntityDescription[];
1718
-
1719
- /**
1720
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1721
- */
1722
- nextToken?: string;
1723
- }
1724
-
1725
- export namespace SearchEntitiesResponse {
1726
- /**
1727
- * @internal
1728
- */
1729
- export const filterSensitiveLog = (obj: SearchEntitiesResponse): any => ({
1730
- ...obj,
1731
- });
1732
- }
1733
-
1734
- export interface SearchFlowExecutionsRequest {
1735
- /**
1736
- * <p>The ID of the system instance that contains the flow.</p>
1737
- */
1738
- systemInstanceId: string | undefined;
1739
-
1740
- /**
1741
- * <p>The ID of a flow execution.</p>
1742
- */
1743
- flowExecutionId?: string;
1744
-
1745
- /**
1746
- * <p>The date and time of the earliest flow execution to return.</p>
1747
- */
1748
- startTime?: Date;
1749
-
1750
- /**
1751
- * <p>The date and time of the latest flow execution to return.</p>
1752
- */
1753
- endTime?: Date;
1754
-
1755
- /**
1756
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1757
- */
1758
- nextToken?: string;
1759
-
1760
- /**
1761
- * <p>The maximum number of results to return in the response.</p>
1762
- */
1763
- maxResults?: number;
1764
- }
1765
-
1766
- export namespace SearchFlowExecutionsRequest {
1767
- /**
1768
- * @internal
1769
- */
1770
- export const filterSensitiveLog = (obj: SearchFlowExecutionsRequest): any => ({
1771
- ...obj,
1772
- });
1773
- }
1774
-
1775
- export interface SearchFlowExecutionsResponse {
1776
- /**
1777
- * <p>An array of objects that contain summary information about each workflow execution in the result set.</p>
1778
- */
1779
- summaries?: FlowExecutionSummary[];
1780
-
1781
- /**
1782
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1783
- */
1784
- nextToken?: string;
1785
- }
1786
-
1787
- export namespace SearchFlowExecutionsResponse {
1788
- /**
1789
- * @internal
1790
- */
1791
- export const filterSensitiveLog = (obj: SearchFlowExecutionsResponse): any => ({
1792
- ...obj,
1793
- });
1794
- }
1795
-
1796
- export interface SearchFlowTemplatesRequest {
1797
- /**
1798
- * <p>An array of objects that limit the result set. The only valid filter is <code>DEVICE_MODEL_ID</code>.</p>
1799
- */
1800
- filters?: FlowTemplateFilter[];
1801
-
1802
- /**
1803
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1804
- */
1805
- nextToken?: string;
1806
-
1807
- /**
1808
- * <p>The maximum number of results to return in the response.</p>
1809
- */
1810
- maxResults?: number;
1811
- }
1812
-
1813
- export namespace SearchFlowTemplatesRequest {
1814
- /**
1815
- * @internal
1816
- */
1817
- export const filterSensitiveLog = (obj: SearchFlowTemplatesRequest): any => ({
1818
- ...obj,
1819
- });
1820
- }
1821
-
1822
- export interface SearchFlowTemplatesResponse {
1823
- /**
1824
- * <p>An array of objects that contain summary information about each workflow in the result set.</p>
1825
- */
1826
- summaries?: FlowTemplateSummary[];
1827
-
1828
- /**
1829
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1830
- */
1831
- nextToken?: string;
1832
- }
1833
-
1834
- export namespace SearchFlowTemplatesResponse {
1835
- /**
1836
- * @internal
1837
- */
1838
- export const filterSensitiveLog = (obj: SearchFlowTemplatesResponse): any => ({
1839
- ...obj,
1840
- });
1841
- }
1842
-
1843
- export enum SystemInstanceFilterName {
1844
- GREENGRASS_GROUP_NAME = "GREENGRASS_GROUP_NAME",
1845
- STATUS = "STATUS",
1846
- SYSTEM_TEMPLATE_ID = "SYSTEM_TEMPLATE_ID",
1847
- }
1848
-
1849
- /**
1850
- * <p>An object that filters a system instance search.
1851
- * Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a
1852
- * STATUS filter searches for system instances in the specified Greengrass group that have the specified status.</p>
1853
- */
1854
- export interface SystemInstanceFilter {
1855
- /**
1856
- * <p>The name of the search filter field.</p>
1857
- */
1858
- name?: SystemInstanceFilterName | string;
1859
-
1860
- /**
1861
- * <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search. </p>
1862
- */
1863
- value?: string[];
1864
- }
1865
-
1866
- export namespace SystemInstanceFilter {
1867
- /**
1868
- * @internal
1869
- */
1870
- export const filterSensitiveLog = (obj: SystemInstanceFilter): any => ({
1871
- ...obj,
1872
- });
1873
- }
1874
-
1875
- export interface SearchSystemInstancesRequest {
1876
- /**
1877
- * <p>Optional filter to apply to the search. Valid filters are <code>SYSTEM_TEMPLATE_ID</code>, <code>STATUS</code>, and
1878
- * <code>GREENGRASS_GROUP_NAME</code>.</p>
1879
- * <p>Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.</p>
1880
- */
1881
- filters?: SystemInstanceFilter[];
1882
-
1883
- /**
1884
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1885
- */
1886
- nextToken?: string;
1887
-
1888
- /**
1889
- * <p>The maximum number of results to return in the response.</p>
1890
- */
1891
- maxResults?: number;
1892
- }
1893
-
1894
- export namespace SearchSystemInstancesRequest {
1895
- /**
1896
- * @internal
1897
- */
1898
- export const filterSensitiveLog = (obj: SearchSystemInstancesRequest): any => ({
1899
- ...obj,
1900
- });
1901
- }
1902
-
1903
- export interface SearchSystemInstancesResponse {
1904
- /**
1905
- * <p>An array of objects that contain summary data abour the system instances in the result set.</p>
1906
- */
1907
- summaries?: SystemInstanceSummary[];
1908
-
1909
- /**
1910
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
1911
- */
1912
- nextToken?: string;
1913
- }
1914
-
1915
- export namespace SearchSystemInstancesResponse {
1916
- /**
1917
- * @internal
1918
- */
1919
- export const filterSensitiveLog = (obj: SearchSystemInstancesResponse): any => ({
1920
- ...obj,
1921
- });
1922
- }
1923
-
1924
- export enum SystemTemplateFilterName {
1925
- FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID",
1926
- }
1927
-
1928
- /**
1929
- * <p>An object that filters a system search.</p>
1930
- */
1931
- export interface SystemTemplateFilter {
1932
- /**
1933
- * <p>The name of the system search filter field.</p>
1934
- */
1935
- name: SystemTemplateFilterName | string | undefined;
1936
-
1937
- /**
1938
- * <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search.</p>
1939
- */
1940
- value: string[] | undefined;
1941
- }
1942
-
1943
- export namespace SystemTemplateFilter {
1944
- /**
1945
- * @internal
1946
- */
1947
- export const filterSensitiveLog = (obj: SystemTemplateFilter): any => ({
1948
- ...obj,
1949
- });
1950
- }
1951
-
1952
- export interface SearchSystemTemplatesRequest {
1953
- /**
1954
- * <p>An array of filters that limit the result set. The only valid filter is <code>FLOW_TEMPLATE_ID</code>.</p>
1955
- */
1956
- filters?: SystemTemplateFilter[];
1957
-
1958
- /**
1959
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1960
- */
1961
- nextToken?: string;
1962
-
1963
- /**
1964
- * <p>The maximum number of results to return in the response.</p>
1965
- */
1966
- maxResults?: number;
1967
- }
1968
-
1969
- export namespace SearchSystemTemplatesRequest {
1970
- /**
1971
- * @internal
1972
- */
1973
- export const filterSensitiveLog = (obj: SearchSystemTemplatesRequest): any => ({
1974
- ...obj,
1975
- });
1976
- }
1977
-
1978
- export interface SearchSystemTemplatesResponse {
1979
- /**
1980
- * <p>An array of objects that contain summary information about each system deployment in the result set.</p>
1981
- */
1982
- summaries?: SystemTemplateSummary[];
1983
-
1984
- /**
1985
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1986
- */
1987
- nextToken?: string;
1988
- }
1989
-
1990
- export namespace SearchSystemTemplatesResponse {
1991
- /**
1992
- * @internal
1993
- */
1994
- export const filterSensitiveLog = (obj: SearchSystemTemplatesResponse): any => ({
1995
- ...obj,
1996
- });
1997
- }
1998
-
1999
- export interface SearchThingsRequest {
2000
- /**
2001
- * <p>The ID of the entity to which the things are associated.</p>
2002
- * <p>The IDs should be in the following format.</p>
2003
- * <p>
2004
- * <code>urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME</code>
2005
- * </p>
2006
- */
2007
- entityId: string | undefined;
2008
-
2009
- /**
2010
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
2011
- */
2012
- nextToken?: string;
2013
-
2014
- /**
2015
- * <p>The maximum number of results to return in the response.</p>
2016
- */
2017
- maxResults?: number;
2018
-
2019
- /**
2020
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
2021
- */
2022
- namespaceVersion?: number;
2023
- }
2024
-
2025
- export namespace SearchThingsRequest {
2026
- /**
2027
- * @internal
2028
- */
2029
- export const filterSensitiveLog = (obj: SearchThingsRequest): any => ({
2030
- ...obj,
2031
- });
2032
- }
2033
-
2034
- /**
2035
- * <p>An AWS IoT thing.</p>
2036
- */
2037
- export interface Thing {
2038
- /**
2039
- * <p>The ARN of the thing.</p>
2040
- */
2041
- thingArn?: string;
2042
-
2043
- /**
2044
- * <p>The name of the thing.</p>
2045
- */
2046
- thingName?: string;
2047
- }
2048
-
2049
- export namespace Thing {
2050
- /**
2051
- * @internal
2052
- */
2053
- export const filterSensitiveLog = (obj: Thing): any => ({
2054
- ...obj,
2055
- });
2056
- }
2057
-
2058
- export interface SearchThingsResponse {
2059
- /**
2060
- * <p>An array of things in the result set.</p>
2061
- */
2062
- things?: Thing[];
2063
-
2064
- /**
2065
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
2066
- */
2067
- nextToken?: string;
2068
- }
2069
-
2070
- export namespace SearchThingsResponse {
2071
- /**
2072
- * @internal
2073
- */
2074
- export const filterSensitiveLog = (obj: SearchThingsResponse): any => ({
2075
- ...obj,
2076
- });
2077
- }
2078
-
2079
- export interface TagResourceRequest {
2080
- /**
2081
- * <p>The Amazon Resource Name (ARN) of the resource whose tags are returned.</p>
2082
- */
2083
- resourceArn: string | undefined;
2084
-
2085
- /**
2086
- * <p>A list of tags to add to the resource.></p>
2087
- */
2088
- tags: Tag[] | undefined;
2089
- }
2090
-
2091
- export namespace TagResourceRequest {
2092
- /**
2093
- * @internal
2094
- */
2095
- export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
2096
- ...obj,
2097
- });
2098
- }
2099
-
2100
- export interface TagResourceResponse {}
2101
-
2102
- export namespace TagResourceResponse {
2103
- /**
2104
- * @internal
2105
- */
2106
- export const filterSensitiveLog = (obj: TagResourceResponse): any => ({
2107
- ...obj,
2108
- });
2109
- }
2110
-
2111
- export interface UndeploySystemInstanceRequest {
2112
- /**
2113
- * <p>The ID of the system instance to remove from its target.</p>
2114
- */
2115
- id?: string;
2116
- }
2117
-
2118
- export namespace UndeploySystemInstanceRequest {
2119
- /**
2120
- * @internal
2121
- */
2122
- export const filterSensitiveLog = (obj: UndeploySystemInstanceRequest): any => ({
2123
- ...obj,
2124
- });
2125
- }
2126
-
2127
- export interface UndeploySystemInstanceResponse {
2128
- /**
2129
- * <p>An object that contains summary information about the system instance that was removed from its target.</p>
2130
- */
2131
- summary?: SystemInstanceSummary;
2132
- }
2133
-
2134
- export namespace UndeploySystemInstanceResponse {
2135
- /**
2136
- * @internal
2137
- */
2138
- export const filterSensitiveLog = (obj: UndeploySystemInstanceResponse): any => ({
2139
- ...obj,
2140
- });
2141
- }
2142
-
2143
- export interface UntagResourceRequest {
2144
- /**
2145
- * <p>The Amazon Resource Name (ARN) of the resource whose tags are to be removed.</p>
2146
- */
2147
- resourceArn: string | undefined;
2148
-
2149
- /**
2150
- * <p>A list of tag key names to remove from the resource. You don't specify the value. Both the key and its associated value are removed. </p>
2151
- * <p>This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters.html#cli-using-param-json">Using JSON for Parameters</a> in the <i>AWS CLI User Guide</i>. </p>
2152
- */
2153
- tagKeys: string[] | undefined;
2154
- }
2155
-
2156
- export namespace UntagResourceRequest {
2157
- /**
2158
- * @internal
2159
- */
2160
- export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
2161
- ...obj,
2162
- });
2163
- }
2164
-
2165
- export interface UntagResourceResponse {}
2166
-
2167
- export namespace UntagResourceResponse {
2168
- /**
2169
- * @internal
2170
- */
2171
- export const filterSensitiveLog = (obj: UntagResourceResponse): any => ({
2172
- ...obj,
2173
- });
2174
- }
2175
-
2176
- export interface UpdateFlowTemplateRequest {
2177
- /**
2178
- * <p>The ID of the workflow to be updated.</p>
2179
- * <p>The ID should be in the following format.</p>
2180
- * <p>
2181
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
2182
- * </p>
2183
- */
2184
- id: string | undefined;
2185
-
2186
- /**
2187
- * <p>The <code>DefinitionDocument</code> that contains the updated workflow definition.</p>
2188
- */
2189
- definition: DefinitionDocument | undefined;
2190
-
2191
- /**
2192
- * <p>The version of the user's namespace.</p>
2193
- * <p>If no value is specified, the latest version is used by default. Use the <code>GetFlowTemplateRevisions</code> if you want to find earlier revisions of the flow
2194
- * to update.</p>
2195
- */
2196
- compatibleNamespaceVersion?: number;
2197
- }
2198
-
2199
- export namespace UpdateFlowTemplateRequest {
2200
- /**
2201
- * @internal
2202
- */
2203
- export const filterSensitiveLog = (obj: UpdateFlowTemplateRequest): any => ({
2204
- ...obj,
2205
- });
2206
- }
2207
-
2208
- export interface UpdateFlowTemplateResponse {
2209
- /**
2210
- * <p>An object containing summary information about the updated workflow.</p>
2211
- */
2212
- summary?: FlowTemplateSummary;
2213
- }
2214
-
2215
- export namespace UpdateFlowTemplateResponse {
2216
- /**
2217
- * @internal
2218
- */
2219
- export const filterSensitiveLog = (obj: UpdateFlowTemplateResponse): any => ({
2220
- ...obj,
2221
- });
2222
- }
2223
-
2224
- export interface UpdateSystemTemplateRequest {
2225
- /**
2226
- * <p>The ID of the system to be updated.</p>
2227
- * <p>The ID should be in the following format.</p>
2228
- * <p>
2229
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
2230
- * </p>
2231
- */
2232
- id: string | undefined;
2233
-
2234
- /**
2235
- * <p>The <code>DefinitionDocument</code> that contains the updated system definition.</p>
2236
- */
2237
- definition: DefinitionDocument | undefined;
2238
-
2239
- /**
2240
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
2241
- * <p>If no value is specified, the latest version is used by default.</p>
2242
- */
2243
- compatibleNamespaceVersion?: number;
2244
- }
2245
-
2246
- export namespace UpdateSystemTemplateRequest {
2247
- /**
2248
- * @internal
2249
- */
2250
- export const filterSensitiveLog = (obj: UpdateSystemTemplateRequest): any => ({
2251
- ...obj,
2252
- });
2253
- }
2254
-
2255
- export interface UpdateSystemTemplateResponse {
2256
- /**
2257
- * <p>An object containing summary information about the updated system.</p>
2258
- */
2259
- summary?: SystemTemplateSummary;
2260
- }
2261
-
2262
- export namespace UpdateSystemTemplateResponse {
2263
- /**
2264
- * @internal
2265
- */
2266
- export const filterSensitiveLog = (obj: UpdateSystemTemplateResponse): any => ({
2267
- ...obj,
2268
- });
2269
- }
2270
-
2271
- export interface UploadEntityDefinitionsRequest {
2272
- /**
2273
- * <p>The <code>DefinitionDocument</code> that defines the updated entities.</p>
2274
- */
2275
- document?: DefinitionDocument;
2276
-
2277
- /**
2278
- * <p>A Boolean that specifies whether to synchronize with the latest version of the public namespace. If set to <code>true</code>, the upload will create a new namespace version.</p>
2279
- */
2280
- syncWithPublicNamespace?: boolean;
2281
-
2282
- /**
2283
- * <p>A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new <code>DefinitionDocument</code>.
2284
- * If set to <code>true</code>, the upload will create a new namespace version.</p>
2285
- */
2286
- deprecateExistingEntities?: boolean;
2287
- }
2288
-
2289
- export namespace UploadEntityDefinitionsRequest {
2290
- /**
2291
- * @internal
2292
- */
2293
- export const filterSensitiveLog = (obj: UploadEntityDefinitionsRequest): any => ({
2294
- ...obj,
2295
- });
2296
- }
2297
-
2298
- export interface UploadEntityDefinitionsResponse {
2299
- /**
2300
- * <p>The ID that specifies the upload action. You can use this to track the status of the upload.</p>
2301
- */
2302
- uploadId: string | undefined;
2303
- }
2304
-
2305
- export namespace UploadEntityDefinitionsResponse {
2306
- /**
2307
- * @internal
2308
- */
2309
- export const filterSensitiveLog = (obj: UploadEntityDefinitionsResponse): any => ({
2310
- ...obj,
2311
- });
2312
- }