@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,234 +1,149 @@
1
1
  import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
2
  export interface AssociateEntityToThingRequest {
3
- /**
4
- * <p>The name of the thing to which the entity is to be associated.</p>
5
- */
3
+
6
4
  thingName: string | undefined;
7
- /**
8
- * <p>The ID of the device to be associated with the thing.</p>
9
- * <p>The ID should be in the following format.</p>
10
- * <p>
11
- * <code>urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME</code>
12
- * </p>
13
- */
5
+
14
6
  entityId: string | undefined;
15
- /**
16
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
17
- */
7
+
18
8
  namespaceVersion?: number;
19
9
  }
20
10
  export declare namespace AssociateEntityToThingRequest {
21
- /**
22
- * @internal
23
- */
11
+
24
12
  const filterSensitiveLog: (obj: AssociateEntityToThingRequest) => any;
25
13
  }
26
14
  export interface AssociateEntityToThingResponse {
27
15
  }
28
16
  export declare namespace AssociateEntityToThingResponse {
29
- /**
30
- * @internal
31
- */
17
+
32
18
  const filterSensitiveLog: (obj: AssociateEntityToThingResponse) => any;
33
19
  }
34
- /**
35
- * <p></p>
36
- */
20
+
37
21
  export interface InternalFailureException extends __SmithyException, $MetadataBearer {
38
22
  name: "InternalFailureException";
39
23
  $fault: "server";
40
24
  message?: string;
41
25
  }
42
26
  export declare namespace InternalFailureException {
43
- /**
44
- * @internal
45
- */
27
+
46
28
  const filterSensitiveLog: (obj: InternalFailureException) => any;
47
29
  }
48
- /**
49
- * <p></p>
50
- */
30
+
51
31
  export interface InvalidRequestException extends __SmithyException, $MetadataBearer {
52
32
  name: "InvalidRequestException";
53
33
  $fault: "client";
54
34
  message?: string;
55
35
  }
56
36
  export declare namespace InvalidRequestException {
57
- /**
58
- * @internal
59
- */
37
+
60
38
  const filterSensitiveLog: (obj: InvalidRequestException) => any;
61
39
  }
62
- /**
63
- * <p></p>
64
- */
40
+
65
41
  export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
66
42
  name: "ResourceNotFoundException";
67
43
  $fault: "client";
68
44
  message?: string;
69
45
  }
70
46
  export declare namespace ResourceNotFoundException {
71
- /**
72
- * @internal
73
- */
47
+
74
48
  const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
75
49
  }
76
- /**
77
- * <p></p>
78
- */
50
+
79
51
  export interface ThrottlingException extends __SmithyException, $MetadataBearer {
80
52
  name: "ThrottlingException";
81
53
  $fault: "client";
82
54
  message?: string;
83
55
  }
84
56
  export declare namespace ThrottlingException {
85
- /**
86
- * @internal
87
- */
57
+
88
58
  const filterSensitiveLog: (obj: ThrottlingException) => any;
89
59
  }
90
60
  export declare enum DefinitionLanguage {
91
61
  GRAPHQL = "GRAPHQL"
92
62
  }
93
- /**
94
- * <p>A document that defines an entity. </p>
95
- */
63
+
96
64
  export interface DefinitionDocument {
97
- /**
98
- * <p>The language used to define the entity. <code>GRAPHQL</code> is the only valid value.</p>
99
- */
65
+
100
66
  language: DefinitionLanguage | string | undefined;
101
- /**
102
- * <p>The GraphQL text that defines the entity.</p>
103
- */
67
+
104
68
  text: string | undefined;
105
69
  }
106
70
  export declare namespace DefinitionDocument {
107
- /**
108
- * @internal
109
- */
71
+
110
72
  const filterSensitiveLog: (obj: DefinitionDocument) => any;
111
73
  }
112
74
  export interface CreateFlowTemplateRequest {
113
- /**
114
- * <p>The workflow <code>DefinitionDocument</code>.</p>
115
- */
75
+
116
76
  definition: DefinitionDocument | undefined;
117
- /**
118
- * <p>The namespace version in which the workflow is to be created.</p>
119
- * <p>If no value is specified, the latest version is used by default.</p>
120
- */
77
+
121
78
  compatibleNamespaceVersion?: number;
122
79
  }
123
80
  export declare namespace CreateFlowTemplateRequest {
124
- /**
125
- * @internal
126
- */
81
+
127
82
  const filterSensitiveLog: (obj: CreateFlowTemplateRequest) => any;
128
83
  }
129
- /**
130
- * <p>An object that contains summary information about a workflow.</p>
131
- */
84
+
132
85
  export interface FlowTemplateSummary {
133
- /**
134
- * <p>The ID of the workflow.</p>
135
- */
86
+
136
87
  id?: string;
137
- /**
138
- * <p>The ARN of the workflow.</p>
139
- */
88
+
140
89
  arn?: string;
141
- /**
142
- * <p>The revision number of the workflow.</p>
143
- */
90
+
144
91
  revisionNumber?: number;
145
- /**
146
- * <p>The date when the workflow was created.</p>
147
- */
92
+
148
93
  createdAt?: Date;
149
94
  }
150
95
  export declare namespace FlowTemplateSummary {
151
- /**
152
- * @internal
153
- */
96
+
154
97
  const filterSensitiveLog: (obj: FlowTemplateSummary) => any;
155
98
  }
156
99
  export interface CreateFlowTemplateResponse {
157
- /**
158
- * <p>The summary object that describes the created workflow.</p>
159
- */
100
+
160
101
  summary?: FlowTemplateSummary;
161
102
  }
162
103
  export declare namespace CreateFlowTemplateResponse {
163
- /**
164
- * @internal
165
- */
104
+
166
105
  const filterSensitiveLog: (obj: CreateFlowTemplateResponse) => any;
167
106
  }
168
- /**
169
- * <p></p>
170
- */
107
+
171
108
  export interface LimitExceededException extends __SmithyException, $MetadataBearer {
172
109
  name: "LimitExceededException";
173
110
  $fault: "client";
174
111
  message?: string;
175
112
  }
176
113
  export declare namespace LimitExceededException {
177
- /**
178
- * @internal
179
- */
114
+
180
115
  const filterSensitiveLog: (obj: LimitExceededException) => any;
181
116
  }
182
- /**
183
- * <p></p>
184
- */
117
+
185
118
  export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
186
119
  name: "ResourceAlreadyExistsException";
187
120
  $fault: "client";
188
121
  message?: string;
189
122
  }
190
123
  export declare namespace ResourceAlreadyExistsException {
191
- /**
192
- * @internal
193
- */
124
+
194
125
  const filterSensitiveLog: (obj: ResourceAlreadyExistsException) => any;
195
126
  }
196
- /**
197
- * <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
198
- */
127
+
199
128
  export interface MetricsConfiguration {
200
- /**
201
- * <p>A Boolean that specifies whether cloud metrics are collected.</p>
202
- */
129
+
203
130
  cloudMetricEnabled?: boolean;
204
- /**
205
- * <p>The ARN of the role that is used to collect cloud metrics.</p>
206
- */
131
+
207
132
  metricRuleRoleArn?: string;
208
133
  }
209
134
  export declare namespace MetricsConfiguration {
210
- /**
211
- * @internal
212
- */
135
+
213
136
  const filterSensitiveLog: (obj: MetricsConfiguration) => any;
214
137
  }
215
- /**
216
- * <p>Metadata assigned to an AWS IoT Things Graph resource consisting of a key-value pair.</p>
217
- */
138
+
218
139
  export interface Tag {
219
- /**
220
- * <p>The required name of the tag. The string value can be from 1 to 128 Unicode characters in length.</p>
221
- */
140
+
222
141
  key: string | undefined;
223
- /**
224
- * <p>The optional value of the tag. The string value can be from 1 to 256 Unicode characters in length.</p>
225
- */
142
+
226
143
  value: string | undefined;
227
144
  }
228
145
  export declare namespace Tag {
229
- /**
230
- * @internal
231
- */
146
+
232
147
  const filterSensitiveLog: (obj: Tag) => any;
233
148
  }
234
149
  export declare enum DeploymentTarget {
@@ -236,43 +151,23 @@ export declare enum DeploymentTarget {
236
151
  GREENGRASS = "GREENGRASS"
237
152
  }
238
153
  export interface CreateSystemInstanceRequest {
239
- /**
240
- * <p>Metadata, consisting of key-value pairs, that can be used to categorize your system instances.</p>
241
- */
154
+
242
155
  tags?: Tag[];
243
- /**
244
- * <p>A document that defines an entity. </p>
245
- */
156
+
246
157
  definition: DefinitionDocument | undefined;
247
- /**
248
- * <p>The target type of the deployment. Valid values are <code>GREENGRASS</code> and <code>CLOUD</code>.</p>
249
- */
158
+
250
159
  target: DeploymentTarget | string | undefined;
251
- /**
252
- * <p>The name of the Greengrass group where the system instance will be deployed. This value is required if
253
- * the value of the <code>target</code> parameter is <code>GREENGRASS</code>.</p>
254
- */
160
+
255
161
  greengrassGroupName?: string;
256
- /**
257
- * <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
258
- * the value of the <code>target</code> parameter is <code>GREENGRASS</code>.</p>
259
- */
162
+
260
163
  s3BucketName?: string;
261
- /**
262
- * <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
263
- */
164
+
264
165
  metricsConfiguration?: MetricsConfiguration;
265
- /**
266
- * <p>The ARN of the IAM role that AWS IoT Things Graph will assume when it executes the flow. This role must have
267
- * read and write access to AWS Lambda and AWS IoT and any other AWS services that the flow uses when it executes. This
268
- * value is required if the value of the <code>target</code> parameter is <code>CLOUD</code>.</p>
269
- */
166
+
270
167
  flowActionsRoleArn?: string;
271
168
  }
272
169
  export declare namespace CreateSystemInstanceRequest {
273
- /**
274
- * @internal
275
- */
170
+
276
171
  const filterSensitiveLog: (obj: CreateSystemInstanceRequest) => any;
277
172
  }
278
173
  export declare enum SystemInstanceDeploymentStatus {
@@ -285,366 +180,219 @@ export declare enum SystemInstanceDeploymentStatus {
285
180
  PENDING_DELETE = "PENDING_DELETE",
286
181
  UNDEPLOY_IN_PROGRESS = "UNDEPLOY_IN_PROGRESS"
287
182
  }
288
- /**
289
- * <p>An object that contains summary information about a system instance.</p>
290
- */
183
+
291
184
  export interface SystemInstanceSummary {
292
- /**
293
- * <p>The ID of the system instance.</p>
294
- */
185
+
295
186
  id?: string;
296
- /**
297
- * <p>The ARN of the system instance.</p>
298
- */
187
+
299
188
  arn?: string;
300
- /**
301
- * <p>The status of the system instance.</p>
302
- */
189
+
303
190
  status?: SystemInstanceDeploymentStatus | string;
304
- /**
305
- * <p>The target of the system instance.</p>
306
- */
191
+
307
192
  target?: DeploymentTarget | string;
308
- /**
309
- * <p>The ID of the Greengrass group where the system instance is deployed.</p>
310
- */
193
+
311
194
  greengrassGroupName?: string;
312
- /**
313
- * <p>The date when the system instance was created.</p>
314
- */
195
+
315
196
  createdAt?: Date;
316
- /**
317
- * <p>
318
- *
319
- * The date and time when the system instance was last updated.</p>
320
- */
197
+
321
198
  updatedAt?: Date;
322
- /**
323
- * <p>The ID of the Greengrass group where the system instance is deployed.</p>
324
- */
199
+
325
200
  greengrassGroupId?: string;
326
- /**
327
- * <p>The version of the Greengrass group where the system instance is deployed.</p>
328
- */
201
+
329
202
  greengrassGroupVersionId?: string;
330
203
  }
331
204
  export declare namespace SystemInstanceSummary {
332
- /**
333
- * @internal
334
- */
205
+
335
206
  const filterSensitiveLog: (obj: SystemInstanceSummary) => any;
336
207
  }
337
208
  export interface CreateSystemInstanceResponse {
338
- /**
339
- * <p>The summary object that describes the new system instance.</p>
340
- */
209
+
341
210
  summary?: SystemInstanceSummary;
342
211
  }
343
212
  export declare namespace CreateSystemInstanceResponse {
344
- /**
345
- * @internal
346
- */
213
+
347
214
  const filterSensitiveLog: (obj: CreateSystemInstanceResponse) => any;
348
215
  }
349
216
  export interface CreateSystemTemplateRequest {
350
- /**
351
- * <p>The <code>DefinitionDocument</code> used to create the system.</p>
352
- */
217
+
353
218
  definition: DefinitionDocument | undefined;
354
- /**
355
- * <p>The namespace version in which the system is to be created.</p>
356
- * <p>If no value is specified, the latest version is used by default.</p>
357
- */
219
+
358
220
  compatibleNamespaceVersion?: number;
359
221
  }
360
222
  export declare namespace CreateSystemTemplateRequest {
361
- /**
362
- * @internal
363
- */
223
+
364
224
  const filterSensitiveLog: (obj: CreateSystemTemplateRequest) => any;
365
225
  }
366
- /**
367
- * <p>An object that contains information about a system.</p>
368
- */
226
+
369
227
  export interface SystemTemplateSummary {
370
- /**
371
- * <p>The ID of the system.</p>
372
- */
228
+
373
229
  id?: string;
374
- /**
375
- * <p>The ARN of the system.</p>
376
- */
230
+
377
231
  arn?: string;
378
- /**
379
- * <p>The revision number of the system.</p>
380
- */
232
+
381
233
  revisionNumber?: number;
382
- /**
383
- * <p>The date when the system was created.</p>
384
- */
234
+
385
235
  createdAt?: Date;
386
236
  }
387
237
  export declare namespace SystemTemplateSummary {
388
- /**
389
- * @internal
390
- */
238
+
391
239
  const filterSensitiveLog: (obj: SystemTemplateSummary) => any;
392
240
  }
393
241
  export interface CreateSystemTemplateResponse {
394
- /**
395
- * <p>The summary object that describes the created system.</p>
396
- */
242
+
397
243
  summary?: SystemTemplateSummary;
398
244
  }
399
245
  export declare namespace CreateSystemTemplateResponse {
400
- /**
401
- * @internal
402
- */
246
+
403
247
  const filterSensitiveLog: (obj: CreateSystemTemplateResponse) => any;
404
248
  }
405
249
  export interface DeleteFlowTemplateRequest {
406
- /**
407
- * <p>The ID of the workflow to be deleted.</p>
408
- * <p>The ID should be in the following format.</p>
409
- * <p>
410
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
411
- * </p>
412
- */
250
+
413
251
  id: string | undefined;
414
252
  }
415
253
  export declare namespace DeleteFlowTemplateRequest {
416
- /**
417
- * @internal
418
- */
254
+
419
255
  const filterSensitiveLog: (obj: DeleteFlowTemplateRequest) => any;
420
256
  }
421
257
  export interface DeleteFlowTemplateResponse {
422
258
  }
423
259
  export declare namespace DeleteFlowTemplateResponse {
424
- /**
425
- * @internal
426
- */
260
+
427
261
  const filterSensitiveLog: (obj: DeleteFlowTemplateResponse) => any;
428
262
  }
429
- /**
430
- * <p></p>
431
- */
263
+
432
264
  export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
433
265
  name: "ResourceInUseException";
434
266
  $fault: "client";
435
267
  message?: string;
436
268
  }
437
269
  export declare namespace ResourceInUseException {
438
- /**
439
- * @internal
440
- */
270
+
441
271
  const filterSensitiveLog: (obj: ResourceInUseException) => any;
442
272
  }
443
273
  export interface DeleteNamespaceRequest {
444
274
  }
445
275
  export declare namespace DeleteNamespaceRequest {
446
- /**
447
- * @internal
448
- */
276
+
449
277
  const filterSensitiveLog: (obj: DeleteNamespaceRequest) => any;
450
278
  }
451
279
  export interface DeleteNamespaceResponse {
452
- /**
453
- * <p>The ARN of the namespace to be deleted.</p>
454
- */
280
+
455
281
  namespaceArn?: string;
456
- /**
457
- * <p>The name of the namespace to be deleted.</p>
458
- */
282
+
459
283
  namespaceName?: string;
460
284
  }
461
285
  export declare namespace DeleteNamespaceResponse {
462
- /**
463
- * @internal
464
- */
286
+
465
287
  const filterSensitiveLog: (obj: DeleteNamespaceResponse) => any;
466
288
  }
467
289
  export interface DeleteSystemInstanceRequest {
468
- /**
469
- * <p>The ID of the system instance to be deleted.</p>
470
- */
290
+
471
291
  id?: string;
472
292
  }
473
293
  export declare namespace DeleteSystemInstanceRequest {
474
- /**
475
- * @internal
476
- */
294
+
477
295
  const filterSensitiveLog: (obj: DeleteSystemInstanceRequest) => any;
478
296
  }
479
297
  export interface DeleteSystemInstanceResponse {
480
298
  }
481
299
  export declare namespace DeleteSystemInstanceResponse {
482
- /**
483
- * @internal
484
- */
300
+
485
301
  const filterSensitiveLog: (obj: DeleteSystemInstanceResponse) => any;
486
302
  }
487
303
  export interface DeleteSystemTemplateRequest {
488
- /**
489
- * <p>The ID of the system to be deleted.</p>
490
- * <p>The ID should be in the following format.</p>
491
- * <p>
492
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
493
- * </p>
494
- */
304
+
495
305
  id: string | undefined;
496
306
  }
497
307
  export declare namespace DeleteSystemTemplateRequest {
498
- /**
499
- * @internal
500
- */
308
+
501
309
  const filterSensitiveLog: (obj: DeleteSystemTemplateRequest) => any;
502
310
  }
503
311
  export interface DeleteSystemTemplateResponse {
504
312
  }
505
313
  export declare namespace DeleteSystemTemplateResponse {
506
- /**
507
- * @internal
508
- */
314
+
509
315
  const filterSensitiveLog: (obj: DeleteSystemTemplateResponse) => any;
510
316
  }
511
- /**
512
- * <p>An object that contains the ID and revision number of a workflow or system that is part of a deployment.</p>
513
- */
317
+
514
318
  export interface DependencyRevision {
515
- /**
516
- * <p>The ID of the workflow or system.</p>
517
- */
319
+
518
320
  id?: string;
519
- /**
520
- * <p>The revision number of the workflow or system.</p>
521
- */
321
+
522
322
  revisionNumber?: number;
523
323
  }
524
324
  export declare namespace DependencyRevision {
525
- /**
526
- * @internal
527
- */
325
+
528
326
  const filterSensitiveLog: (obj: DependencyRevision) => any;
529
327
  }
530
328
  export interface DeploySystemInstanceRequest {
531
- /**
532
- * <p>The ID of the system instance. This value is returned by the <code>CreateSystemInstance</code> action.</p>
533
- * <p>The ID should be in the following format.</p>
534
- * <p>
535
- * <code>urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME</code>
536
- * </p>
537
- */
329
+
538
330
  id?: string;
539
331
  }
540
332
  export declare namespace DeploySystemInstanceRequest {
541
- /**
542
- * @internal
543
- */
333
+
544
334
  const filterSensitiveLog: (obj: DeploySystemInstanceRequest) => any;
545
335
  }
546
336
  export interface DeploySystemInstanceResponse {
547
- /**
548
- * <p>An object that contains summary information about a system instance that was deployed. </p>
549
- */
337
+
550
338
  summary: SystemInstanceSummary | undefined;
551
- /**
552
- * <p>The ID of the Greengrass deployment used to deploy the system instance.</p>
553
- */
339
+
554
340
  greengrassDeploymentId?: string;
555
341
  }
556
342
  export declare namespace DeploySystemInstanceResponse {
557
- /**
558
- * @internal
559
- */
343
+
560
344
  const filterSensitiveLog: (obj: DeploySystemInstanceResponse) => any;
561
345
  }
562
346
  export interface DeprecateFlowTemplateRequest {
563
- /**
564
- * <p>The ID of the workflow to be deleted.</p>
565
- * <p>The ID should be in the following format.</p>
566
- * <p>
567
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
568
- * </p>
569
- */
347
+
570
348
  id: string | undefined;
571
349
  }
572
350
  export declare namespace DeprecateFlowTemplateRequest {
573
- /**
574
- * @internal
575
- */
351
+
576
352
  const filterSensitiveLog: (obj: DeprecateFlowTemplateRequest) => any;
577
353
  }
578
354
  export interface DeprecateFlowTemplateResponse {
579
355
  }
580
356
  export declare namespace DeprecateFlowTemplateResponse {
581
- /**
582
- * @internal
583
- */
357
+
584
358
  const filterSensitiveLog: (obj: DeprecateFlowTemplateResponse) => any;
585
359
  }
586
360
  export interface DeprecateSystemTemplateRequest {
587
- /**
588
- * <p>The ID of the system to delete.</p>
589
- * <p>The ID should be in the following format.</p>
590
- * <p>
591
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
592
- * </p>
593
- */
361
+
594
362
  id: string | undefined;
595
363
  }
596
364
  export declare namespace DeprecateSystemTemplateRequest {
597
- /**
598
- * @internal
599
- */
365
+
600
366
  const filterSensitiveLog: (obj: DeprecateSystemTemplateRequest) => any;
601
367
  }
602
368
  export interface DeprecateSystemTemplateResponse {
603
369
  }
604
370
  export declare namespace DeprecateSystemTemplateResponse {
605
- /**
606
- * @internal
607
- */
371
+
608
372
  const filterSensitiveLog: (obj: DeprecateSystemTemplateResponse) => any;
609
373
  }
610
374
  export interface DescribeNamespaceRequest {
611
- /**
612
- * <p>The name of the user's namespace. Set this to <code>aws</code> to get the public namespace.</p>
613
- */
375
+
614
376
  namespaceName?: string;
615
377
  }
616
378
  export declare namespace DescribeNamespaceRequest {
617
- /**
618
- * @internal
619
- */
379
+
620
380
  const filterSensitiveLog: (obj: DescribeNamespaceRequest) => any;
621
381
  }
622
382
  export interface DescribeNamespaceResponse {
623
- /**
624
- * <p>The ARN of the namespace.</p>
625
- */
383
+
626
384
  namespaceArn?: string;
627
- /**
628
- * <p>The name of the namespace.</p>
629
- */
385
+
630
386
  namespaceName?: string;
631
- /**
632
- * <p>The name of the public namespace that the latest namespace version is tracking.</p>
633
- */
387
+
634
388
  trackingNamespaceName?: string;
635
- /**
636
- * <p>The version of the public namespace that the latest version is tracking.</p>
637
- */
389
+
638
390
  trackingNamespaceVersion?: number;
639
- /**
640
- * <p>The version of the user's namespace to describe.</p>
641
- */
391
+
642
392
  namespaceVersion?: number;
643
393
  }
644
394
  export declare namespace DescribeNamespaceResponse {
645
- /**
646
- * @internal
647
- */
395
+
648
396
  const filterSensitiveLog: (obj: DescribeNamespaceResponse) => any;
649
397
  }
650
398
  export declare enum EntityType {
@@ -660,58 +408,36 @@ export declare enum EntityType {
660
408
  STATE = "STATE"
661
409
  }
662
410
  export interface DissociateEntityFromThingRequest {
663
- /**
664
- * <p>The name of the thing to disassociate.</p>
665
- */
411
+
666
412
  thingName: string | undefined;
667
- /**
668
- * <p>The entity type from which to disassociate the thing.</p>
669
- */
413
+
670
414
  entityType: EntityType | string | undefined;
671
415
  }
672
416
  export declare namespace DissociateEntityFromThingRequest {
673
- /**
674
- * @internal
675
- */
417
+
676
418
  const filterSensitiveLog: (obj: DissociateEntityFromThingRequest) => any;
677
419
  }
678
420
  export interface DissociateEntityFromThingResponse {
679
421
  }
680
422
  export declare namespace DissociateEntityFromThingResponse {
681
- /**
682
- * @internal
683
- */
423
+
684
424
  const filterSensitiveLog: (obj: DissociateEntityFromThingResponse) => any;
685
425
  }
686
- /**
687
- * <p>Describes the properties of an entity.</p>
688
- */
426
+
689
427
  export interface EntityDescription {
690
- /**
691
- * <p>The entity ID.</p>
692
- */
428
+
693
429
  id?: string;
694
- /**
695
- * <p>The entity ARN.</p>
696
- */
430
+
697
431
  arn?: string;
698
- /**
699
- * <p>The entity type.</p>
700
- */
432
+
701
433
  type?: EntityType | string;
702
- /**
703
- * <p>The time at which the entity was created.</p>
704
- */
434
+
705
435
  createdAt?: Date;
706
- /**
707
- * <p>The definition document of the entity.</p>
708
- */
436
+
709
437
  definition?: DefinitionDocument;
710
438
  }
711
439
  export declare namespace EntityDescription {
712
- /**
713
- * @internal
714
- */
440
+
715
441
  const filterSensitiveLog: (obj: EntityDescription) => any;
716
442
  }
717
443
  export declare enum EntityFilterName {
@@ -720,26 +446,15 @@ export declare enum EntityFilterName {
720
446
  REFERENCED_ENTITY_ID = "REFERENCED_ENTITY_ID",
721
447
  SEMANTIC_TYPE_PATH = "SEMANTIC_TYPE_PATH"
722
448
  }
723
- /**
724
- * <p>An object that filters an entity search. Multiple filters function as OR criteria in the search. For example a search that includes
725
- * 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
726
- * the value of <code>REFERENCED_ENTITY_ID</code>.</p>
727
- */
449
+
728
450
  export interface EntityFilter {
729
- /**
730
- * <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,
731
- * you can filter on the ID of a property that is used in a state.</p>
732
- */
451
+
733
452
  name?: EntityFilterName | string;
734
- /**
735
- * <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search.</p>
736
- */
453
+
737
454
  value?: string[];
738
455
  }
739
456
  export declare namespace EntityFilter {
740
- /**
741
- * @internal
742
- */
457
+
743
458
  const filterSensitiveLog: (obj: EntityFilter) => any;
744
459
  }
745
460
  export declare enum FlowExecutionEventType {
@@ -761,31 +476,19 @@ export declare enum FlowExecutionEventType {
761
476
  THING_ACTION_TASK_FAILED = "THING_ACTION_TASK_FAILED",
762
477
  THING_ACTION_TASK_SUCCEEDED = "THING_ACTION_TASK_SUCCEEDED"
763
478
  }
764
- /**
765
- * <p>An object that contains information about a flow event.</p>
766
- */
479
+
767
480
  export interface FlowExecutionMessage {
768
- /**
769
- * <p>The unique identifier of the message.</p>
770
- */
481
+
771
482
  messageId?: string;
772
- /**
773
- * <p>The type of flow event .</p>
774
- */
483
+
775
484
  eventType?: FlowExecutionEventType | string;
776
- /**
777
- * <p>The date and time when the message was last updated.</p>
778
- */
485
+
779
486
  timestamp?: Date;
780
- /**
781
- * <p>A string containing information about the flow event.</p>
782
- */
487
+
783
488
  payload?: string;
784
489
  }
785
490
  export declare namespace FlowExecutionMessage {
786
- /**
787
- * @internal
788
- */
491
+
789
492
  const filterSensitiveLog: (obj: FlowExecutionMessage) => any;
790
493
  }
791
494
  export declare enum FlowExecutionStatus {
@@ -794,196 +497,114 @@ export declare enum FlowExecutionStatus {
794
497
  RUNNING = "RUNNING",
795
498
  SUCCEEDED = "SUCCEEDED"
796
499
  }
797
- /**
798
- * <p>An object that contains summary information about a flow execution.</p>
799
- */
500
+
800
501
  export interface FlowExecutionSummary {
801
- /**
802
- * <p>The ID of the flow execution.</p>
803
- */
502
+
804
503
  flowExecutionId?: string;
805
- /**
806
- * <p>The current status of the flow execution.</p>
807
- */
504
+
808
505
  status?: FlowExecutionStatus | string;
809
- /**
810
- * <p>The ID of the system instance that contains the flow.</p>
811
- */
506
+
812
507
  systemInstanceId?: string;
813
- /**
814
- * <p>The ID of the flow.</p>
815
- */
508
+
816
509
  flowTemplateId?: string;
817
- /**
818
- * <p>The date and time when the flow execution summary was created.</p>
819
- */
510
+
820
511
  createdAt?: Date;
821
- /**
822
- * <p>The date and time when the flow execution summary was last updated.</p>
823
- */
512
+
824
513
  updatedAt?: Date;
825
514
  }
826
515
  export declare namespace FlowExecutionSummary {
827
- /**
828
- * @internal
829
- */
516
+
830
517
  const filterSensitiveLog: (obj: FlowExecutionSummary) => any;
831
518
  }
832
- /**
833
- * <p>An object that contains a workflow's definition and summary information.</p>
834
- */
519
+
835
520
  export interface FlowTemplateDescription {
836
- /**
837
- * <p>An object that contains summary information about a workflow.</p>
838
- */
521
+
839
522
  summary?: FlowTemplateSummary;
840
- /**
841
- * <p>A workflow's definition document.</p>
842
- */
523
+
843
524
  definition?: DefinitionDocument;
844
- /**
845
- * <p>The version of the user's namespace against which the workflow was validated. Use this value in your system instance.</p>
846
- */
525
+
847
526
  validatedNamespaceVersion?: number;
848
527
  }
849
528
  export declare namespace FlowTemplateDescription {
850
- /**
851
- * @internal
852
- */
529
+
853
530
  const filterSensitiveLog: (obj: FlowTemplateDescription) => any;
854
531
  }
855
532
  export declare enum FlowTemplateFilterName {
856
533
  DEVICE_MODEL_ID = "DEVICE_MODEL_ID"
857
534
  }
858
- /**
859
- * <p>An object that filters a workflow search.</p>
860
- */
535
+
861
536
  export interface FlowTemplateFilter {
862
- /**
863
- * <p>The name of the search filter field.</p>
864
- */
537
+
865
538
  name: FlowTemplateFilterName | string | undefined;
866
- /**
867
- * <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search.</p>
868
- */
539
+
869
540
  value: string[] | undefined;
870
541
  }
871
542
  export declare namespace FlowTemplateFilter {
872
- /**
873
- * @internal
874
- */
543
+
875
544
  const filterSensitiveLog: (obj: FlowTemplateFilter) => any;
876
545
  }
877
546
  export interface GetEntitiesRequest {
878
- /**
879
- * <p>An array of entity IDs.</p>
880
- * <p>The IDs should be in the following format.</p>
881
- * <p>
882
- * <code>urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME</code>
883
- * </p>
884
- */
547
+
885
548
  ids: string[] | undefined;
886
- /**
887
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
888
- */
549
+
889
550
  namespaceVersion?: number;
890
551
  }
891
552
  export declare namespace GetEntitiesRequest {
892
- /**
893
- * @internal
894
- */
553
+
895
554
  const filterSensitiveLog: (obj: GetEntitiesRequest) => any;
896
555
  }
897
556
  export interface GetEntitiesResponse {
898
- /**
899
- * <p>An array of descriptions for the specified entities.</p>
900
- */
557
+
901
558
  descriptions?: EntityDescription[];
902
559
  }
903
560
  export declare namespace GetEntitiesResponse {
904
- /**
905
- * @internal
906
- */
561
+
907
562
  const filterSensitiveLog: (obj: GetEntitiesResponse) => any;
908
563
  }
909
564
  export interface GetFlowTemplateRequest {
910
- /**
911
- * <p>The ID of the workflow.</p>
912
- * <p>The ID should be in the following format.</p>
913
- * <p>
914
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
915
- * </p>
916
- */
565
+
917
566
  id: string | undefined;
918
- /**
919
- * <p>The number of the workflow revision to retrieve.</p>
920
- */
567
+
921
568
  revisionNumber?: number;
922
569
  }
923
570
  export declare namespace GetFlowTemplateRequest {
924
- /**
925
- * @internal
926
- */
571
+
927
572
  const filterSensitiveLog: (obj: GetFlowTemplateRequest) => any;
928
573
  }
929
574
  export interface GetFlowTemplateResponse {
930
- /**
931
- * <p>The object that describes the specified workflow.</p>
932
- */
575
+
933
576
  description?: FlowTemplateDescription;
934
577
  }
935
578
  export declare namespace GetFlowTemplateResponse {
936
- /**
937
- * @internal
938
- */
579
+
939
580
  const filterSensitiveLog: (obj: GetFlowTemplateResponse) => any;
940
581
  }
941
582
  export interface GetFlowTemplateRevisionsRequest {
942
- /**
943
- * <p>The ID of the workflow.</p>
944
- * <p>The ID should be in the following format.</p>
945
- * <p>
946
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
947
- * </p>
948
- */
583
+
949
584
  id: string | undefined;
950
- /**
951
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
952
- */
585
+
953
586
  nextToken?: string;
954
- /**
955
- * <p>The maximum number of results to return in the response.</p>
956
- */
587
+
957
588
  maxResults?: number;
958
589
  }
959
590
  export declare namespace GetFlowTemplateRevisionsRequest {
960
- /**
961
- * @internal
962
- */
591
+
963
592
  const filterSensitiveLog: (obj: GetFlowTemplateRevisionsRequest) => any;
964
593
  }
965
594
  export interface GetFlowTemplateRevisionsResponse {
966
- /**
967
- * <p>An array of objects that provide summary data about each revision.</p>
968
- */
595
+
969
596
  summaries?: FlowTemplateSummary[];
970
- /**
971
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
972
- */
597
+
973
598
  nextToken?: string;
974
599
  }
975
600
  export declare namespace GetFlowTemplateRevisionsResponse {
976
- /**
977
- * @internal
978
- */
601
+
979
602
  const filterSensitiveLog: (obj: GetFlowTemplateRevisionsResponse) => any;
980
603
  }
981
604
  export interface GetNamespaceDeletionStatusRequest {
982
605
  }
983
606
  export declare namespace GetNamespaceDeletionStatusRequest {
984
- /**
985
- * @internal
986
- */
607
+
987
608
  const filterSensitiveLog: (obj: GetNamespaceDeletionStatusRequest) => any;
988
609
  }
989
610
  export declare enum NamespaceDeletionStatusErrorCodes {
@@ -995,207 +616,117 @@ export declare enum NamespaceDeletionStatus {
995
616
  SUCCEEDED = "SUCCEEDED"
996
617
  }
997
618
  export interface GetNamespaceDeletionStatusResponse {
998
- /**
999
- * <p>The ARN of the namespace that is being deleted.</p>
1000
- */
619
+
1001
620
  namespaceArn?: string;
1002
- /**
1003
- * <p>The name of the namespace that is being deleted.</p>
1004
- */
621
+
1005
622
  namespaceName?: string;
1006
- /**
1007
- * <p>The status of the deletion request.</p>
1008
- */
623
+
1009
624
  status?: NamespaceDeletionStatus | string;
1010
- /**
1011
- * <p>An error code returned by the namespace deletion task.</p>
1012
- */
625
+
1013
626
  errorCode?: NamespaceDeletionStatusErrorCodes | string;
1014
- /**
1015
- * <p>An error code returned by the namespace deletion task.</p>
1016
- */
627
+
1017
628
  errorMessage?: string;
1018
629
  }
1019
630
  export declare namespace GetNamespaceDeletionStatusResponse {
1020
- /**
1021
- * @internal
1022
- */
631
+
1023
632
  const filterSensitiveLog: (obj: GetNamespaceDeletionStatusResponse) => any;
1024
633
  }
1025
634
  export interface GetSystemInstanceRequest {
1026
- /**
1027
- * <p>The ID of the system deployment instance. This value is returned by <code>CreateSystemInstance</code>.</p>
1028
- * <p>The ID should be in the following format.</p>
1029
- * <p>
1030
- * <code>urn:tdm:REGION/ACCOUNT ID/default:deployment:DEPLOYMENTNAME</code>
1031
- * </p>
1032
- */
635
+
1033
636
  id: string | undefined;
1034
637
  }
1035
638
  export declare namespace GetSystemInstanceRequest {
1036
- /**
1037
- * @internal
1038
- */
639
+
1039
640
  const filterSensitiveLog: (obj: GetSystemInstanceRequest) => any;
1040
641
  }
1041
- /**
1042
- * <p>An object that contains a system instance definition and summary information.</p>
1043
- */
642
+
1044
643
  export interface SystemInstanceDescription {
1045
- /**
1046
- * <p>An object that contains summary information about a system instance.</p>
1047
- */
644
+
1048
645
  summary?: SystemInstanceSummary;
1049
- /**
1050
- * <p>A document that defines an entity. </p>
1051
- */
646
+
1052
647
  definition?: DefinitionDocument;
1053
- /**
1054
- * <p>The Amazon Simple Storage Service bucket where information about a system instance is stored.</p>
1055
- */
648
+
1056
649
  s3BucketName?: string;
1057
- /**
1058
- * <p>An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.</p>
1059
- */
650
+
1060
651
  metricsConfiguration?: MetricsConfiguration;
1061
- /**
1062
- * <p>The version of the user's namespace against which the system instance was validated.</p>
1063
- */
652
+
1064
653
  validatedNamespaceVersion?: number;
1065
- /**
1066
- * <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>
1067
- */
654
+
1068
655
  validatedDependencyRevisions?: DependencyRevision[];
1069
- /**
1070
- * <p>The AWS Identity and Access Management (IAM) role that AWS IoT Things Graph assumes during flow execution in a
1071
- * cloud deployment. This role must have read and write permissionss to AWS Lambda and AWS IoT and to any other
1072
- * AWS services that the flow uses.</p>
1073
- */
656
+
1074
657
  flowActionsRoleArn?: string;
1075
658
  }
1076
659
  export declare namespace SystemInstanceDescription {
1077
- /**
1078
- * @internal
1079
- */
660
+
1080
661
  const filterSensitiveLog: (obj: SystemInstanceDescription) => any;
1081
662
  }
1082
663
  export interface GetSystemInstanceResponse {
1083
- /**
1084
- * <p>An object that describes the system instance.</p>
1085
- */
664
+
1086
665
  description?: SystemInstanceDescription;
1087
666
  }
1088
667
  export declare namespace GetSystemInstanceResponse {
1089
- /**
1090
- * @internal
1091
- */
668
+
1092
669
  const filterSensitiveLog: (obj: GetSystemInstanceResponse) => any;
1093
670
  }
1094
671
  export interface GetSystemTemplateRequest {
1095
- /**
1096
- * <p>The ID of the system to get. This ID must be in the user's namespace.</p>
1097
- * <p>The ID should be in the following format.</p>
1098
- * <p>
1099
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
1100
- * </p>
1101
- */
672
+
1102
673
  id: string | undefined;
1103
- /**
1104
- * <p>The number that specifies the revision of the system to get.</p>
1105
- */
674
+
1106
675
  revisionNumber?: number;
1107
676
  }
1108
677
  export declare namespace GetSystemTemplateRequest {
1109
- /**
1110
- * @internal
1111
- */
678
+
1112
679
  const filterSensitiveLog: (obj: GetSystemTemplateRequest) => any;
1113
680
  }
1114
- /**
1115
- * <p>An object that contains a system's definition document and summary information.</p>
1116
- */
681
+
1117
682
  export interface SystemTemplateDescription {
1118
- /**
1119
- * <p>An object that contains summary information about a system.</p>
1120
- */
683
+
1121
684
  summary?: SystemTemplateSummary;
1122
- /**
1123
- * <p>The definition document of a system.</p>
1124
- */
685
+
1125
686
  definition?: DefinitionDocument;
1126
- /**
1127
- * <p>The namespace version against which the system was validated. Use this value in your system instance.</p>
1128
- */
687
+
1129
688
  validatedNamespaceVersion?: number;
1130
689
  }
1131
690
  export declare namespace SystemTemplateDescription {
1132
- /**
1133
- * @internal
1134
- */
691
+
1135
692
  const filterSensitiveLog: (obj: SystemTemplateDescription) => any;
1136
693
  }
1137
694
  export interface GetSystemTemplateResponse {
1138
- /**
1139
- * <p>An object that contains summary data about the system.</p>
1140
- */
695
+
1141
696
  description?: SystemTemplateDescription;
1142
697
  }
1143
698
  export declare namespace GetSystemTemplateResponse {
1144
- /**
1145
- * @internal
1146
- */
699
+
1147
700
  const filterSensitiveLog: (obj: GetSystemTemplateResponse) => any;
1148
701
  }
1149
702
  export interface GetSystemTemplateRevisionsRequest {
1150
- /**
1151
- * <p>The ID of the system template.</p>
1152
- * <p>The ID should be in the following format.</p>
1153
- * <p>
1154
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
1155
- * </p>
1156
- */
703
+
1157
704
  id: string | undefined;
1158
- /**
1159
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1160
- */
705
+
1161
706
  nextToken?: string;
1162
- /**
1163
- * <p>The maximum number of results to return in the response.</p>
1164
- */
707
+
1165
708
  maxResults?: number;
1166
709
  }
1167
710
  export declare namespace GetSystemTemplateRevisionsRequest {
1168
- /**
1169
- * @internal
1170
- */
711
+
1171
712
  const filterSensitiveLog: (obj: GetSystemTemplateRevisionsRequest) => any;
1172
713
  }
1173
714
  export interface GetSystemTemplateRevisionsResponse {
1174
- /**
1175
- * <p>An array of objects that contain summary data about the system template revisions.</p>
1176
- */
715
+
1177
716
  summaries?: SystemTemplateSummary[];
1178
- /**
1179
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
1180
- */
717
+
1181
718
  nextToken?: string;
1182
719
  }
1183
720
  export declare namespace GetSystemTemplateRevisionsResponse {
1184
- /**
1185
- * @internal
1186
- */
721
+
1187
722
  const filterSensitiveLog: (obj: GetSystemTemplateRevisionsResponse) => any;
1188
723
  }
1189
724
  export interface GetUploadStatusRequest {
1190
- /**
1191
- * <p>The ID of the upload. This value is returned by the <code>UploadEntityDefinitions</code> action.</p>
1192
- */
725
+
1193
726
  uploadId: string | undefined;
1194
727
  }
1195
728
  export declare namespace GetUploadStatusRequest {
1196
- /**
1197
- * @internal
1198
- */
729
+
1199
730
  const filterSensitiveLog: (obj: GetUploadStatusRequest) => any;
1200
731
  }
1201
732
  export declare enum UploadStatus {
@@ -1204,243 +735,143 @@ export declare enum UploadStatus {
1204
735
  SUCCEEDED = "SUCCEEDED"
1205
736
  }
1206
737
  export interface GetUploadStatusResponse {
1207
- /**
1208
- * <p>The ID of the upload.</p>
1209
- */
738
+
1210
739
  uploadId: string | undefined;
1211
- /**
1212
- * <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>
1213
- */
740
+
1214
741
  uploadStatus: UploadStatus | string | undefined;
1215
- /**
1216
- * <p>The ARN of the upload.</p>
1217
- */
742
+
1218
743
  namespaceArn?: string;
1219
- /**
1220
- * <p>The name of the upload's namespace.</p>
1221
- */
744
+
1222
745
  namespaceName?: string;
1223
- /**
1224
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
1225
- */
746
+
1226
747
  namespaceVersion?: number;
1227
- /**
1228
- * <p>The reason for an upload failure.</p>
1229
- */
748
+
1230
749
  failureReason?: string[];
1231
- /**
1232
- * <p>The date at which the upload was created.</p>
1233
- */
750
+
1234
751
  createdDate: Date | undefined;
1235
752
  }
1236
753
  export declare namespace GetUploadStatusResponse {
1237
- /**
1238
- * @internal
1239
- */
754
+
1240
755
  const filterSensitiveLog: (obj: GetUploadStatusResponse) => any;
1241
756
  }
1242
757
  export interface ListFlowExecutionMessagesRequest {
1243
- /**
1244
- * <p>The ID of the flow execution.</p>
1245
- */
758
+
1246
759
  flowExecutionId: string | undefined;
1247
- /**
1248
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1249
- */
760
+
1250
761
  nextToken?: string;
1251
- /**
1252
- * <p>The maximum number of results to return in the response.</p>
1253
- */
762
+
1254
763
  maxResults?: number;
1255
764
  }
1256
765
  export declare namespace ListFlowExecutionMessagesRequest {
1257
- /**
1258
- * @internal
1259
- */
766
+
1260
767
  const filterSensitiveLog: (obj: ListFlowExecutionMessagesRequest) => any;
1261
768
  }
1262
769
  export interface ListFlowExecutionMessagesResponse {
1263
- /**
1264
- * <p>A list of objects that contain information about events in the specified flow execution.</p>
1265
- */
770
+
1266
771
  messages?: FlowExecutionMessage[];
1267
- /**
1268
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
1269
- */
772
+
1270
773
  nextToken?: string;
1271
774
  }
1272
775
  export declare namespace ListFlowExecutionMessagesResponse {
1273
- /**
1274
- * @internal
1275
- */
776
+
1276
777
  const filterSensitiveLog: (obj: ListFlowExecutionMessagesResponse) => any;
1277
778
  }
1278
779
  export interface ListTagsForResourceRequest {
1279
- /**
1280
- * <p>The maximum number of tags to return.</p>
1281
- */
780
+
1282
781
  maxResults?: number;
1283
- /**
1284
- * <p>The Amazon Resource Name (ARN) of the resource whose tags are to be returned.</p>
1285
- */
782
+
1286
783
  resourceArn: string | undefined;
1287
- /**
1288
- * <p>The token that specifies the next page of results to return.</p>
1289
- */
784
+
1290
785
  nextToken?: string;
1291
786
  }
1292
787
  export declare namespace ListTagsForResourceRequest {
1293
- /**
1294
- * @internal
1295
- */
788
+
1296
789
  const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1297
790
  }
1298
791
  export interface ListTagsForResourceResponse {
1299
- /**
1300
- * <p>List of tags returned by the <code>ListTagsForResource</code> operation.</p>
1301
- */
792
+
1302
793
  tags?: Tag[];
1303
- /**
1304
- * <p>The token that specifies the next page of results to return.</p>
1305
- */
794
+
1306
795
  nextToken?: string;
1307
796
  }
1308
797
  export declare namespace ListTagsForResourceResponse {
1309
- /**
1310
- * @internal
1311
- */
798
+
1312
799
  const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1313
800
  }
1314
801
  export interface SearchEntitiesRequest {
1315
- /**
1316
- * <p>The entity types for which to search.</p>
1317
- */
802
+
1318
803
  entityTypes: (EntityType | string)[] | undefined;
1319
- /**
1320
- * <p>Optional filter to apply to the search. Valid filters are <code>NAME</code>
1321
- * <code>NAMESPACE</code>, <code>SEMANTIC_TYPE_PATH</code> and <code>REFERENCED_ENTITY_ID</code>.
1322
- * <code>REFERENCED_ENTITY_ID</code> filters on entities that are used by the entity in the result set. For example,
1323
- * you can filter on the ID of a property that is used in a state.</p>
1324
- * <p>Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.</p>
1325
- */
804
+
1326
805
  filters?: EntityFilter[];
1327
- /**
1328
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1329
- */
806
+
1330
807
  nextToken?: string;
1331
- /**
1332
- * <p>The maximum number of results to return in the response.</p>
1333
- */
808
+
1334
809
  maxResults?: number;
1335
- /**
1336
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
1337
- */
810
+
1338
811
  namespaceVersion?: number;
1339
812
  }
1340
813
  export declare namespace SearchEntitiesRequest {
1341
- /**
1342
- * @internal
1343
- */
814
+
1344
815
  const filterSensitiveLog: (obj: SearchEntitiesRequest) => any;
1345
816
  }
1346
817
  export interface SearchEntitiesResponse {
1347
- /**
1348
- * <p>An array of descriptions for each entity returned in the search result.</p>
1349
- */
818
+
1350
819
  descriptions?: EntityDescription[];
1351
- /**
1352
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1353
- */
820
+
1354
821
  nextToken?: string;
1355
822
  }
1356
823
  export declare namespace SearchEntitiesResponse {
1357
- /**
1358
- * @internal
1359
- */
824
+
1360
825
  const filterSensitiveLog: (obj: SearchEntitiesResponse) => any;
1361
826
  }
1362
827
  export interface SearchFlowExecutionsRequest {
1363
- /**
1364
- * <p>The ID of the system instance that contains the flow.</p>
1365
- */
828
+
1366
829
  systemInstanceId: string | undefined;
1367
- /**
1368
- * <p>The ID of a flow execution.</p>
1369
- */
830
+
1370
831
  flowExecutionId?: string;
1371
- /**
1372
- * <p>The date and time of the earliest flow execution to return.</p>
1373
- */
832
+
1374
833
  startTime?: Date;
1375
- /**
1376
- * <p>The date and time of the latest flow execution to return.</p>
1377
- */
834
+
1378
835
  endTime?: Date;
1379
- /**
1380
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1381
- */
836
+
1382
837
  nextToken?: string;
1383
- /**
1384
- * <p>The maximum number of results to return in the response.</p>
1385
- */
838
+
1386
839
  maxResults?: number;
1387
840
  }
1388
841
  export declare namespace SearchFlowExecutionsRequest {
1389
- /**
1390
- * @internal
1391
- */
842
+
1392
843
  const filterSensitiveLog: (obj: SearchFlowExecutionsRequest) => any;
1393
844
  }
1394
845
  export interface SearchFlowExecutionsResponse {
1395
- /**
1396
- * <p>An array of objects that contain summary information about each workflow execution in the result set.</p>
1397
- */
846
+
1398
847
  summaries?: FlowExecutionSummary[];
1399
- /**
1400
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1401
- */
848
+
1402
849
  nextToken?: string;
1403
850
  }
1404
851
  export declare namespace SearchFlowExecutionsResponse {
1405
- /**
1406
- * @internal
1407
- */
852
+
1408
853
  const filterSensitiveLog: (obj: SearchFlowExecutionsResponse) => any;
1409
854
  }
1410
855
  export interface SearchFlowTemplatesRequest {
1411
- /**
1412
- * <p>An array of objects that limit the result set. The only valid filter is <code>DEVICE_MODEL_ID</code>.</p>
1413
- */
856
+
1414
857
  filters?: FlowTemplateFilter[];
1415
- /**
1416
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1417
- */
858
+
1418
859
  nextToken?: string;
1419
- /**
1420
- * <p>The maximum number of results to return in the response.</p>
1421
- */
860
+
1422
861
  maxResults?: number;
1423
862
  }
1424
863
  export declare namespace SearchFlowTemplatesRequest {
1425
- /**
1426
- * @internal
1427
- */
864
+
1428
865
  const filterSensitiveLog: (obj: SearchFlowTemplatesRequest) => any;
1429
866
  }
1430
867
  export interface SearchFlowTemplatesResponse {
1431
- /**
1432
- * <p>An array of objects that contain summary information about each workflow in the result set.</p>
1433
- */
868
+
1434
869
  summaries?: FlowTemplateSummary[];
1435
- /**
1436
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1437
- */
870
+
1438
871
  nextToken?: string;
1439
872
  }
1440
873
  export declare namespace SearchFlowTemplatesResponse {
1441
- /**
1442
- * @internal
1443
- */
874
+
1444
875
  const filterSensitiveLog: (obj: SearchFlowTemplatesResponse) => any;
1445
876
  }
1446
877
  export declare enum SystemInstanceFilterName {
@@ -1448,364 +879,215 @@ export declare enum SystemInstanceFilterName {
1448
879
  STATUS = "STATUS",
1449
880
  SYSTEM_TEMPLATE_ID = "SYSTEM_TEMPLATE_ID"
1450
881
  }
1451
- /**
1452
- * <p>An object that filters a system instance search.
1453
- * Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a
1454
- * STATUS filter searches for system instances in the specified Greengrass group that have the specified status.</p>
1455
- */
882
+
1456
883
  export interface SystemInstanceFilter {
1457
- /**
1458
- * <p>The name of the search filter field.</p>
1459
- */
884
+
1460
885
  name?: SystemInstanceFilterName | string;
1461
- /**
1462
- * <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search. </p>
1463
- */
886
+
1464
887
  value?: string[];
1465
888
  }
1466
889
  export declare namespace SystemInstanceFilter {
1467
- /**
1468
- * @internal
1469
- */
890
+
1470
891
  const filterSensitiveLog: (obj: SystemInstanceFilter) => any;
1471
892
  }
1472
893
  export interface SearchSystemInstancesRequest {
1473
- /**
1474
- * <p>Optional filter to apply to the search. Valid filters are <code>SYSTEM_TEMPLATE_ID</code>, <code>STATUS</code>, and
1475
- * <code>GREENGRASS_GROUP_NAME</code>.</p>
1476
- * <p>Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.</p>
1477
- */
894
+
1478
895
  filters?: SystemInstanceFilter[];
1479
- /**
1480
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1481
- */
896
+
1482
897
  nextToken?: string;
1483
- /**
1484
- * <p>The maximum number of results to return in the response.</p>
1485
- */
898
+
1486
899
  maxResults?: number;
1487
900
  }
1488
901
  export declare namespace SearchSystemInstancesRequest {
1489
- /**
1490
- * @internal
1491
- */
902
+
1492
903
  const filterSensitiveLog: (obj: SearchSystemInstancesRequest) => any;
1493
904
  }
1494
905
  export interface SearchSystemInstancesResponse {
1495
- /**
1496
- * <p>An array of objects that contain summary data abour the system instances in the result set.</p>
1497
- */
906
+
1498
907
  summaries?: SystemInstanceSummary[];
1499
- /**
1500
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results. </p>
1501
- */
908
+
1502
909
  nextToken?: string;
1503
910
  }
1504
911
  export declare namespace SearchSystemInstancesResponse {
1505
- /**
1506
- * @internal
1507
- */
912
+
1508
913
  const filterSensitiveLog: (obj: SearchSystemInstancesResponse) => any;
1509
914
  }
1510
915
  export declare enum SystemTemplateFilterName {
1511
916
  FLOW_TEMPLATE_ID = "FLOW_TEMPLATE_ID"
1512
917
  }
1513
- /**
1514
- * <p>An object that filters a system search.</p>
1515
- */
918
+
1516
919
  export interface SystemTemplateFilter {
1517
- /**
1518
- * <p>The name of the system search filter field.</p>
1519
- */
920
+
1520
921
  name: SystemTemplateFilterName | string | undefined;
1521
- /**
1522
- * <p>An array of string values for the search filter field. Multiple values function as AND criteria in the search.</p>
1523
- */
922
+
1524
923
  value: string[] | undefined;
1525
924
  }
1526
925
  export declare namespace SystemTemplateFilter {
1527
- /**
1528
- * @internal
1529
- */
926
+
1530
927
  const filterSensitiveLog: (obj: SystemTemplateFilter) => any;
1531
928
  }
1532
929
  export interface SearchSystemTemplatesRequest {
1533
- /**
1534
- * <p>An array of filters that limit the result set. The only valid filter is <code>FLOW_TEMPLATE_ID</code>.</p>
1535
- */
930
+
1536
931
  filters?: SystemTemplateFilter[];
1537
- /**
1538
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1539
- */
932
+
1540
933
  nextToken?: string;
1541
- /**
1542
- * <p>The maximum number of results to return in the response.</p>
1543
- */
934
+
1544
935
  maxResults?: number;
1545
936
  }
1546
937
  export declare namespace SearchSystemTemplatesRequest {
1547
- /**
1548
- * @internal
1549
- */
938
+
1550
939
  const filterSensitiveLog: (obj: SearchSystemTemplatesRequest) => any;
1551
940
  }
1552
941
  export interface SearchSystemTemplatesResponse {
1553
- /**
1554
- * <p>An array of objects that contain summary information about each system deployment in the result set.</p>
1555
- */
942
+
1556
943
  summaries?: SystemTemplateSummary[];
1557
- /**
1558
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1559
- */
944
+
1560
945
  nextToken?: string;
1561
946
  }
1562
947
  export declare namespace SearchSystemTemplatesResponse {
1563
- /**
1564
- * @internal
1565
- */
948
+
1566
949
  const filterSensitiveLog: (obj: SearchSystemTemplatesResponse) => any;
1567
950
  }
1568
951
  export interface SearchThingsRequest {
1569
- /**
1570
- * <p>The ID of the entity to which the things are associated.</p>
1571
- * <p>The IDs should be in the following format.</p>
1572
- * <p>
1573
- * <code>urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME</code>
1574
- * </p>
1575
- */
952
+
1576
953
  entityId: string | undefined;
1577
- /**
1578
- * <p>The string that specifies the next page of results. Use this when you're paginating results.</p>
1579
- */
954
+
1580
955
  nextToken?: string;
1581
- /**
1582
- * <p>The maximum number of results to return in the response.</p>
1583
- */
956
+
1584
957
  maxResults?: number;
1585
- /**
1586
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
1587
- */
958
+
1588
959
  namespaceVersion?: number;
1589
960
  }
1590
961
  export declare namespace SearchThingsRequest {
1591
- /**
1592
- * @internal
1593
- */
962
+
1594
963
  const filterSensitiveLog: (obj: SearchThingsRequest) => any;
1595
964
  }
1596
- /**
1597
- * <p>An AWS IoT thing.</p>
1598
- */
965
+
1599
966
  export interface Thing {
1600
- /**
1601
- * <p>The ARN of the thing.</p>
1602
- */
967
+
1603
968
  thingArn?: string;
1604
- /**
1605
- * <p>The name of the thing.</p>
1606
- */
969
+
1607
970
  thingName?: string;
1608
971
  }
1609
972
  export declare namespace Thing {
1610
- /**
1611
- * @internal
1612
- */
973
+
1613
974
  const filterSensitiveLog: (obj: Thing) => any;
1614
975
  }
1615
976
  export interface SearchThingsResponse {
1616
- /**
1617
- * <p>An array of things in the result set.</p>
1618
- */
977
+
1619
978
  things?: Thing[];
1620
- /**
1621
- * <p>The string to specify as <code>nextToken</code> when you request the next page of results.</p>
1622
- */
979
+
1623
980
  nextToken?: string;
1624
981
  }
1625
982
  export declare namespace SearchThingsResponse {
1626
- /**
1627
- * @internal
1628
- */
983
+
1629
984
  const filterSensitiveLog: (obj: SearchThingsResponse) => any;
1630
985
  }
1631
986
  export interface TagResourceRequest {
1632
- /**
1633
- * <p>The Amazon Resource Name (ARN) of the resource whose tags are returned.</p>
1634
- */
987
+
1635
988
  resourceArn: string | undefined;
1636
- /**
1637
- * <p>A list of tags to add to the resource.></p>
1638
- */
989
+
1639
990
  tags: Tag[] | undefined;
1640
991
  }
1641
992
  export declare namespace TagResourceRequest {
1642
- /**
1643
- * @internal
1644
- */
993
+
1645
994
  const filterSensitiveLog: (obj: TagResourceRequest) => any;
1646
995
  }
1647
996
  export interface TagResourceResponse {
1648
997
  }
1649
998
  export declare namespace TagResourceResponse {
1650
- /**
1651
- * @internal
1652
- */
999
+
1653
1000
  const filterSensitiveLog: (obj: TagResourceResponse) => any;
1654
1001
  }
1655
1002
  export interface UndeploySystemInstanceRequest {
1656
- /**
1657
- * <p>The ID of the system instance to remove from its target.</p>
1658
- */
1003
+
1659
1004
  id?: string;
1660
1005
  }
1661
1006
  export declare namespace UndeploySystemInstanceRequest {
1662
- /**
1663
- * @internal
1664
- */
1007
+
1665
1008
  const filterSensitiveLog: (obj: UndeploySystemInstanceRequest) => any;
1666
1009
  }
1667
1010
  export interface UndeploySystemInstanceResponse {
1668
- /**
1669
- * <p>An object that contains summary information about the system instance that was removed from its target.</p>
1670
- */
1011
+
1671
1012
  summary?: SystemInstanceSummary;
1672
1013
  }
1673
1014
  export declare namespace UndeploySystemInstanceResponse {
1674
- /**
1675
- * @internal
1676
- */
1015
+
1677
1016
  const filterSensitiveLog: (obj: UndeploySystemInstanceResponse) => any;
1678
1017
  }
1679
1018
  export interface UntagResourceRequest {
1680
- /**
1681
- * <p>The Amazon Resource Name (ARN) of the resource whose tags are to be removed.</p>
1682
- */
1019
+
1683
1020
  resourceArn: string | undefined;
1684
- /**
1685
- * <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>
1686
- * <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>
1687
- */
1021
+
1688
1022
  tagKeys: string[] | undefined;
1689
1023
  }
1690
1024
  export declare namespace UntagResourceRequest {
1691
- /**
1692
- * @internal
1693
- */
1025
+
1694
1026
  const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1695
1027
  }
1696
1028
  export interface UntagResourceResponse {
1697
1029
  }
1698
1030
  export declare namespace UntagResourceResponse {
1699
- /**
1700
- * @internal
1701
- */
1031
+
1702
1032
  const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1703
1033
  }
1704
1034
  export interface UpdateFlowTemplateRequest {
1705
- /**
1706
- * <p>The ID of the workflow to be updated.</p>
1707
- * <p>The ID should be in the following format.</p>
1708
- * <p>
1709
- * <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code>
1710
- * </p>
1711
- */
1035
+
1712
1036
  id: string | undefined;
1713
- /**
1714
- * <p>The <code>DefinitionDocument</code> that contains the updated workflow definition.</p>
1715
- */
1037
+
1716
1038
  definition: DefinitionDocument | undefined;
1717
- /**
1718
- * <p>The version of the user's namespace.</p>
1719
- * <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
1720
- * to update.</p>
1721
- */
1039
+
1722
1040
  compatibleNamespaceVersion?: number;
1723
1041
  }
1724
1042
  export declare namespace UpdateFlowTemplateRequest {
1725
- /**
1726
- * @internal
1727
- */
1043
+
1728
1044
  const filterSensitiveLog: (obj: UpdateFlowTemplateRequest) => any;
1729
1045
  }
1730
1046
  export interface UpdateFlowTemplateResponse {
1731
- /**
1732
- * <p>An object containing summary information about the updated workflow.</p>
1733
- */
1047
+
1734
1048
  summary?: FlowTemplateSummary;
1735
1049
  }
1736
1050
  export declare namespace UpdateFlowTemplateResponse {
1737
- /**
1738
- * @internal
1739
- */
1051
+
1740
1052
  const filterSensitiveLog: (obj: UpdateFlowTemplateResponse) => any;
1741
1053
  }
1742
1054
  export interface UpdateSystemTemplateRequest {
1743
- /**
1744
- * <p>The ID of the system to be updated.</p>
1745
- * <p>The ID should be in the following format.</p>
1746
- * <p>
1747
- * <code>urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME</code>
1748
- * </p>
1749
- */
1055
+
1750
1056
  id: string | undefined;
1751
- /**
1752
- * <p>The <code>DefinitionDocument</code> that contains the updated system definition.</p>
1753
- */
1057
+
1754
1058
  definition: DefinitionDocument | undefined;
1755
- /**
1756
- * <p>The version of the user's namespace. Defaults to the latest version of the user's namespace.</p>
1757
- * <p>If no value is specified, the latest version is used by default.</p>
1758
- */
1059
+
1759
1060
  compatibleNamespaceVersion?: number;
1760
1061
  }
1761
1062
  export declare namespace UpdateSystemTemplateRequest {
1762
- /**
1763
- * @internal
1764
- */
1063
+
1765
1064
  const filterSensitiveLog: (obj: UpdateSystemTemplateRequest) => any;
1766
1065
  }
1767
1066
  export interface UpdateSystemTemplateResponse {
1768
- /**
1769
- * <p>An object containing summary information about the updated system.</p>
1770
- */
1067
+
1771
1068
  summary?: SystemTemplateSummary;
1772
1069
  }
1773
1070
  export declare namespace UpdateSystemTemplateResponse {
1774
- /**
1775
- * @internal
1776
- */
1071
+
1777
1072
  const filterSensitiveLog: (obj: UpdateSystemTemplateResponse) => any;
1778
1073
  }
1779
1074
  export interface UploadEntityDefinitionsRequest {
1780
- /**
1781
- * <p>The <code>DefinitionDocument</code> that defines the updated entities.</p>
1782
- */
1075
+
1783
1076
  document?: DefinitionDocument;
1784
- /**
1785
- * <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>
1786
- */
1077
+
1787
1078
  syncWithPublicNamespace?: boolean;
1788
- /**
1789
- * <p>A Boolean that specifies whether to deprecate all entities in the latest version before uploading the new <code>DefinitionDocument</code>.
1790
- * If set to <code>true</code>, the upload will create a new namespace version.</p>
1791
- */
1079
+
1792
1080
  deprecateExistingEntities?: boolean;
1793
1081
  }
1794
1082
  export declare namespace UploadEntityDefinitionsRequest {
1795
- /**
1796
- * @internal
1797
- */
1083
+
1798
1084
  const filterSensitiveLog: (obj: UploadEntityDefinitionsRequest) => any;
1799
1085
  }
1800
1086
  export interface UploadEntityDefinitionsResponse {
1801
- /**
1802
- * <p>The ID that specifies the upload action. You can use this to track the status of the upload.</p>
1803
- */
1087
+
1804
1088
  uploadId: string | undefined;
1805
1089
  }
1806
1090
  export declare namespace UploadEntityDefinitionsResponse {
1807
- /**
1808
- * @internal
1809
- */
1091
+
1810
1092
  const filterSensitiveLog: (obj: UploadEntityDefinitionsResponse) => any;
1811
1093
  }