@aws-sdk/client-sfn 3.34.0 → 3.37.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 (315) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/SFN.js +1 -20
  3. package/dist-cjs/SFNClient.js +35 -0
  4. package/dist-cjs/commands/CreateActivityCommand.js +36 -0
  5. package/dist-cjs/commands/CreateStateMachineCommand.js +36 -0
  6. package/{dist/cjs → dist-cjs}/commands/DeleteActivityCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DeleteStateMachineCommand.js +2 -33
  8. package/{dist/cjs → dist-cjs}/commands/DescribeActivityCommand.js +2 -30
  9. package/{dist/cjs → dist-cjs}/commands/DescribeExecutionCommand.js +2 -31
  10. package/{dist/cjs → dist-cjs}/commands/DescribeStateMachineCommand.js +2 -30
  11. package/{dist/cjs → dist-cjs}/commands/DescribeStateMachineForExecutionCommand.js +2 -31
  12. package/dist-cjs/commands/GetActivityTaskCommand.js +36 -0
  13. package/dist-cjs/commands/GetExecutionHistoryCommand.js +36 -0
  14. package/{dist/cjs → dist-cjs}/commands/ListActivitiesCommand.js +2 -32
  15. package/dist-cjs/commands/ListExecutionsCommand.js +36 -0
  16. package/{dist/cjs → dist-cjs}/commands/ListStateMachinesCommand.js +2 -32
  17. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
  18. package/{dist/cjs → dist-cjs}/commands/SendTaskFailureCommand.js +2 -28
  19. package/dist-cjs/commands/SendTaskHeartbeatCommand.js +36 -0
  20. package/{dist/cjs → dist-cjs}/commands/SendTaskSuccessCommand.js +2 -29
  21. package/{dist/cjs → dist-cjs}/commands/StartExecutionCommand.js +2 -35
  22. package/{dist/cjs → dist-cjs}/commands/StartSyncExecutionCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/StopExecutionCommand.js +2 -28
  24. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -32
  25. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  26. package/dist-cjs/commands/UpdateStateMachineCommand.js +36 -0
  27. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  28. package/{dist/cjs → dist-cjs}/index.js +0 -1
  29. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  30. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -334
  31. package/{dist/cjs → dist-cjs}/pagination/GetExecutionHistoryPaginator.js +1 -12
  32. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  33. package/{dist/cjs → dist-cjs}/pagination/ListActivitiesPaginator.js +1 -12
  34. package/{dist/cjs → dist-cjs}/pagination/ListExecutionsPaginator.js +1 -12
  35. package/{dist/cjs → dist-cjs}/pagination/ListStateMachinesPaginator.js +1 -12
  36. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_0.js +0 -6
  37. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  38. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  39. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  40. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  41. package/{dist/es → dist-es}/SFN.js +1 -2
  42. package/{dist/es → dist-es}/SFNClient.js +1 -2
  43. package/{dist/es → dist-es}/commands/CreateActivityCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/CreateStateMachineCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/DeleteActivityCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/DeleteStateMachineCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/DescribeActivityCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/DescribeExecutionCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/DescribeStateMachineCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/DescribeStateMachineForExecutionCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/GetActivityTaskCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/GetExecutionHistoryCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/ListActivitiesCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/ListExecutionsCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/ListStateMachinesCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/SendTaskFailureCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/SendTaskHeartbeatCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/SendTaskSuccessCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/StartExecutionCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/StartSyncExecutionCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/StopExecutionCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/UpdateStateMachineCommand.js +2 -3
  66. package/{dist/es → dist-es}/endpoints.js +1 -2
  67. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  68. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  69. package/{dist/es → dist-es}/models/models_0.js +0 -1
  70. package/{dist/es → dist-es}/pagination/GetExecutionHistoryPaginator.js +1 -2
  71. package/dist-es/pagination/Interfaces.js +1 -0
  72. package/{dist/es → dist-es}/pagination/ListActivitiesPaginator.js +1 -2
  73. package/{dist/es → dist-es}/pagination/ListExecutionsPaginator.js +1 -2
  74. package/{dist/es → dist-es}/pagination/ListStateMachinesPaginator.js +1 -2
  75. package/{dist/es → dist-es}/protocols/Aws_json1_0.js +0 -1
  76. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  77. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  78. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  79. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  80. package/{dist/types → dist-types}/SFN.d.ts +2 -2
  81. package/{dist/types → dist-types}/SFNClient.d.ts +8 -8
  82. package/{dist/types → dist-types}/commands/CreateActivityCommand.d.ts +3 -3
  83. package/{dist/types → dist-types}/commands/CreateStateMachineCommand.d.ts +3 -3
  84. package/{dist/types → dist-types}/commands/DeleteActivityCommand.d.ts +3 -3
  85. package/{dist/types → dist-types}/commands/DeleteStateMachineCommand.d.ts +3 -3
  86. package/{dist/types → dist-types}/commands/DescribeActivityCommand.d.ts +3 -3
  87. package/{dist/types → dist-types}/commands/DescribeExecutionCommand.d.ts +3 -3
  88. package/{dist/types → dist-types}/commands/DescribeStateMachineCommand.d.ts +3 -3
  89. package/{dist/types → dist-types}/commands/DescribeStateMachineForExecutionCommand.d.ts +3 -3
  90. package/{dist/types → dist-types}/commands/GetActivityTaskCommand.d.ts +3 -3
  91. package/{dist/types → dist-types}/commands/GetExecutionHistoryCommand.d.ts +3 -3
  92. package/{dist/types → dist-types}/commands/ListActivitiesCommand.d.ts +3 -3
  93. package/{dist/types → dist-types}/commands/ListExecutionsCommand.d.ts +3 -3
  94. package/{dist/types → dist-types}/commands/ListStateMachinesCommand.d.ts +3 -3
  95. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
  96. package/{dist/types → dist-types}/commands/SendTaskFailureCommand.d.ts +3 -3
  97. package/{dist/types → dist-types}/commands/SendTaskHeartbeatCommand.d.ts +3 -3
  98. package/{dist/types → dist-types}/commands/SendTaskSuccessCommand.d.ts +3 -3
  99. package/{dist/types → dist-types}/commands/StartExecutionCommand.d.ts +3 -3
  100. package/{dist/types → dist-types}/commands/StartSyncExecutionCommand.d.ts +3 -3
  101. package/{dist/types → dist-types}/commands/StopExecutionCommand.d.ts +3 -3
  102. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
  103. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
  104. package/{dist/types → dist-types}/commands/UpdateStateMachineCommand.d.ts +3 -3
  105. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  106. package/{index.ts → dist-types/index.d.ts} +0 -0
  107. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  108. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  109. package/{dist/types → dist-types}/pagination/GetExecutionHistoryPaginator.d.ts +1 -1
  110. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  111. package/{dist/types → dist-types}/pagination/ListActivitiesPaginator.d.ts +1 -1
  112. package/{dist/types → dist-types}/pagination/ListExecutionsPaginator.d.ts +1 -1
  113. package/{dist/types → dist-types}/pagination/ListStateMachinesPaginator.d.ts +1 -1
  114. package/{dist/types → dist-types}/protocols/Aws_json1_0.d.ts +2 -2
  115. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  116. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  117. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  118. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  119. package/dist-types/ts3.4/SFN.d.ts +120 -0
  120. package/{dist/types → dist-types}/ts3.4/SFNClient.d.ts +32 -112
  121. package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +17 -0
  124. package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +17 -0
  125. package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +17 -0
  126. package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +17 -0
  127. package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +17 -0
  128. package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +17 -0
  129. package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +17 -0
  130. package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +17 -0
  131. package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +17 -0
  132. package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  143. package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +17 -0
  144. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  145. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  146. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  147. package/dist-types/ts3.4/models/models_0.d.ts +1331 -0
  148. package/{dist/types → dist-types}/ts3.4/pagination/GetExecutionHistoryPaginator.d.ts +1 -1
  149. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  150. package/{dist/types → dist-types}/ts3.4/pagination/ListActivitiesPaginator.d.ts +1 -1
  151. package/{dist/types → dist-types}/ts3.4/pagination/ListExecutionsPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/ts3.4/pagination/ListStateMachinesPaginator.d.ts +1 -1
  153. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_0.d.ts +2 -2
  154. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  155. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  156. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  157. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  158. package/package.json +45 -42
  159. package/SFN.ts +0 -993
  160. package/SFNClient.ts +0 -331
  161. package/commands/CreateActivityCommand.ts +0 -110
  162. package/commands/CreateStateMachineCommand.ts +0 -112
  163. package/commands/DeleteActivityCommand.ts +0 -94
  164. package/commands/DeleteStateMachineCommand.ts +0 -100
  165. package/commands/DescribeActivityCommand.ts +0 -97
  166. package/commands/DescribeExecutionCommand.ts +0 -98
  167. package/commands/DescribeStateMachineCommand.ts +0 -97
  168. package/commands/DescribeStateMachineForExecutionCommand.ts +0 -106
  169. package/commands/GetActivityTaskCommand.ts +0 -106
  170. package/commands/GetExecutionHistoryCommand.ts +0 -99
  171. package/commands/ListActivitiesCommand.ts +0 -99
  172. package/commands/ListExecutionsCommand.ts +0 -101
  173. package/commands/ListStateMachinesCommand.ts +0 -99
  174. package/commands/ListTagsForResourceCommand.ts +0 -95
  175. package/commands/SendTaskFailureCommand.ts +0 -95
  176. package/commands/SendTaskHeartbeatCommand.ts +0 -108
  177. package/commands/SendTaskSuccessCommand.ts +0 -96
  178. package/commands/StartExecutionCommand.ts +0 -102
  179. package/commands/StartSyncExecutionCommand.ts +0 -94
  180. package/commands/StopExecutionCommand.ts +0 -95
  181. package/commands/TagResourceCommand.ts +0 -99
  182. package/commands/UntagResourceCommand.ts +0 -94
  183. package/commands/UpdateStateMachineCommand.ts +0 -104
  184. package/dist/cjs/SFN.js.map +0 -1
  185. package/dist/cjs/SFNClient.js +0 -59
  186. package/dist/cjs/SFNClient.js.map +0 -1
  187. package/dist/cjs/commands/CreateActivityCommand.js +0 -77
  188. package/dist/cjs/commands/CreateActivityCommand.js.map +0 -1
  189. package/dist/cjs/commands/CreateStateMachineCommand.js +0 -79
  190. package/dist/cjs/commands/CreateStateMachineCommand.js.map +0 -1
  191. package/dist/cjs/commands/DeleteActivityCommand.js.map +0 -1
  192. package/dist/cjs/commands/DeleteStateMachineCommand.js.map +0 -1
  193. package/dist/cjs/commands/DescribeActivityCommand.js.map +0 -1
  194. package/dist/cjs/commands/DescribeExecutionCommand.js.map +0 -1
  195. package/dist/cjs/commands/DescribeStateMachineCommand.js.map +0 -1
  196. package/dist/cjs/commands/DescribeStateMachineForExecutionCommand.js.map +0 -1
  197. package/dist/cjs/commands/GetActivityTaskCommand.js +0 -73
  198. package/dist/cjs/commands/GetActivityTaskCommand.js.map +0 -1
  199. package/dist/cjs/commands/GetExecutionHistoryCommand.js +0 -66
  200. package/dist/cjs/commands/GetExecutionHistoryCommand.js.map +0 -1
  201. package/dist/cjs/commands/ListActivitiesCommand.js.map +0 -1
  202. package/dist/cjs/commands/ListExecutionsCommand.js +0 -68
  203. package/dist/cjs/commands/ListExecutionsCommand.js.map +0 -1
  204. package/dist/cjs/commands/ListStateMachinesCommand.js.map +0 -1
  205. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  206. package/dist/cjs/commands/SendTaskFailureCommand.js.map +0 -1
  207. package/dist/cjs/commands/SendTaskHeartbeatCommand.js +0 -75
  208. package/dist/cjs/commands/SendTaskHeartbeatCommand.js.map +0 -1
  209. package/dist/cjs/commands/SendTaskSuccessCommand.js.map +0 -1
  210. package/dist/cjs/commands/StartExecutionCommand.js.map +0 -1
  211. package/dist/cjs/commands/StartSyncExecutionCommand.js.map +0 -1
  212. package/dist/cjs/commands/StopExecutionCommand.js.map +0 -1
  213. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  214. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  215. package/dist/cjs/commands/UpdateStateMachineCommand.js +0 -71
  216. package/dist/cjs/commands/UpdateStateMachineCommand.js.map +0 -1
  217. package/dist/cjs/endpoints.js.map +0 -1
  218. package/dist/cjs/index.js.map +0 -1
  219. package/dist/cjs/models/index.js.map +0 -1
  220. package/dist/cjs/models/models_0.js.map +0 -1
  221. package/dist/cjs/package.json +0 -91
  222. package/dist/cjs/pagination/GetExecutionHistoryPaginator.js.map +0 -1
  223. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  224. package/dist/cjs/pagination/ListActivitiesPaginator.js.map +0 -1
  225. package/dist/cjs/pagination/ListExecutionsPaginator.js.map +0 -1
  226. package/dist/cjs/pagination/ListStateMachinesPaginator.js.map +0 -1
  227. package/dist/cjs/protocols/Aws_json1_0.js.map +0 -1
  228. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  229. package/dist/cjs/runtimeConfig.js.map +0 -1
  230. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  231. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  232. package/dist/es/SFN.js.map +0 -1
  233. package/dist/es/SFNClient.js.map +0 -1
  234. package/dist/es/commands/CreateActivityCommand.js.map +0 -1
  235. package/dist/es/commands/CreateStateMachineCommand.js.map +0 -1
  236. package/dist/es/commands/DeleteActivityCommand.js.map +0 -1
  237. package/dist/es/commands/DeleteStateMachineCommand.js.map +0 -1
  238. package/dist/es/commands/DescribeActivityCommand.js.map +0 -1
  239. package/dist/es/commands/DescribeExecutionCommand.js.map +0 -1
  240. package/dist/es/commands/DescribeStateMachineCommand.js.map +0 -1
  241. package/dist/es/commands/DescribeStateMachineForExecutionCommand.js.map +0 -1
  242. package/dist/es/commands/GetActivityTaskCommand.js.map +0 -1
  243. package/dist/es/commands/GetExecutionHistoryCommand.js.map +0 -1
  244. package/dist/es/commands/ListActivitiesCommand.js.map +0 -1
  245. package/dist/es/commands/ListExecutionsCommand.js.map +0 -1
  246. package/dist/es/commands/ListStateMachinesCommand.js.map +0 -1
  247. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  248. package/dist/es/commands/SendTaskFailureCommand.js.map +0 -1
  249. package/dist/es/commands/SendTaskHeartbeatCommand.js.map +0 -1
  250. package/dist/es/commands/SendTaskSuccessCommand.js.map +0 -1
  251. package/dist/es/commands/StartExecutionCommand.js.map +0 -1
  252. package/dist/es/commands/StartSyncExecutionCommand.js.map +0 -1
  253. package/dist/es/commands/StopExecutionCommand.js.map +0 -1
  254. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  255. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  256. package/dist/es/commands/UpdateStateMachineCommand.js.map +0 -1
  257. package/dist/es/endpoints.js.map +0 -1
  258. package/dist/es/index.js +0 -32
  259. package/dist/es/index.js.map +0 -1
  260. package/dist/es/models/index.js +0 -2
  261. package/dist/es/models/index.js.map +0 -1
  262. package/dist/es/models/models_0.js.map +0 -1
  263. package/dist/es/package.json +0 -91
  264. package/dist/es/pagination/GetExecutionHistoryPaginator.js.map +0 -1
  265. package/dist/es/pagination/Interfaces.js +0 -2
  266. package/dist/es/pagination/Interfaces.js.map +0 -1
  267. package/dist/es/pagination/ListActivitiesPaginator.js.map +0 -1
  268. package/dist/es/pagination/ListExecutionsPaginator.js.map +0 -1
  269. package/dist/es/pagination/ListStateMachinesPaginator.js.map +0 -1
  270. package/dist/es/protocols/Aws_json1_0.js.map +0 -1
  271. package/dist/es/runtimeConfig.browser.js.map +0 -1
  272. package/dist/es/runtimeConfig.js.map +0 -1
  273. package/dist/es/runtimeConfig.native.js.map +0 -1
  274. package/dist/es/runtimeConfig.shared.js.map +0 -1
  275. package/dist/types/ts3.4/SFN.d.ts +0 -313
  276. package/dist/types/ts3.4/commands/CreateActivityCommand.d.ts +0 -51
  277. package/dist/types/ts3.4/commands/CreateStateMachineCommand.d.ts +0 -53
  278. package/dist/types/ts3.4/commands/DeleteActivityCommand.d.ts +0 -35
  279. package/dist/types/ts3.4/commands/DeleteStateMachineCommand.d.ts +0 -41
  280. package/dist/types/ts3.4/commands/DescribeActivityCommand.d.ts +0 -38
  281. package/dist/types/ts3.4/commands/DescribeExecutionCommand.d.ts +0 -39
  282. package/dist/types/ts3.4/commands/DescribeStateMachineCommand.d.ts +0 -38
  283. package/dist/types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +0 -39
  284. package/dist/types/ts3.4/commands/GetActivityTaskCommand.d.ts +0 -47
  285. package/dist/types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +0 -40
  286. package/dist/types/ts3.4/commands/ListActivitiesCommand.d.ts +0 -40
  287. package/dist/types/ts3.4/commands/ListExecutionsCommand.d.ts +0 -42
  288. package/dist/types/ts3.4/commands/ListStateMachinesCommand.d.ts +0 -40
  289. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  290. package/dist/types/ts3.4/commands/SendTaskFailureCommand.d.ts +0 -36
  291. package/dist/types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +0 -49
  292. package/dist/types/ts3.4/commands/SendTaskSuccessCommand.d.ts +0 -37
  293. package/dist/types/ts3.4/commands/StartExecutionCommand.d.ts +0 -43
  294. package/dist/types/ts3.4/commands/StartSyncExecutionCommand.d.ts +0 -35
  295. package/dist/types/ts3.4/commands/StopExecutionCommand.d.ts +0 -36
  296. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -40
  297. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  298. package/dist/types/ts3.4/commands/UpdateStateMachineCommand.d.ts +0 -45
  299. package/dist/types/ts3.4/models/models_0.d.ts +0 -2540
  300. package/endpoints.ts +0 -86
  301. package/jest.config.js +0 -4
  302. package/models/models_0.ts +0 -3374
  303. package/pagination/GetExecutionHistoryPaginator.ts +0 -58
  304. package/pagination/Interfaces.ts +0 -7
  305. package/pagination/ListActivitiesPaginator.ts +0 -58
  306. package/pagination/ListExecutionsPaginator.ts +0 -58
  307. package/pagination/ListStateMachinesPaginator.ts +0 -58
  308. package/protocols/Aws_json1_0.ts +0 -3957
  309. package/runtimeConfig.browser.ts +0 -40
  310. package/runtimeConfig.native.ts +0 -16
  311. package/runtimeConfig.shared.ts +0 -16
  312. package/runtimeConfig.ts +0 -45
  313. package/tsconfig.es.json +0 -10
  314. package/tsconfig.json +0 -31
  315. package/tsconfig.types.json +0 -8
@@ -1,2540 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- /**
3
- * <p>The specified activity does not exist.</p>
4
- */
5
- export interface ActivityDoesNotExist extends __SmithyException, $MetadataBearer {
6
- name: "ActivityDoesNotExist";
7
- $fault: "client";
8
- message?: string;
9
- }
10
- export declare namespace ActivityDoesNotExist {
11
- /**
12
- * @internal
13
- */
14
- const filterSensitiveLog: (obj: ActivityDoesNotExist) => any;
15
- }
16
- /**
17
- * <p>Contains details about an activity that failed during an execution.</p>
18
- */
19
- export interface ActivityFailedEventDetails {
20
- /**
21
- * <p>The error code of the failure.</p>
22
- */
23
- error?: string;
24
- /**
25
- * <p>A more detailed explanation of the cause of the failure.</p>
26
- */
27
- cause?: string;
28
- }
29
- export declare namespace ActivityFailedEventDetails {
30
- /**
31
- * @internal
32
- */
33
- const filterSensitiveLog: (obj: ActivityFailedEventDetails) => any;
34
- }
35
- /**
36
- * <p>The maximum number of activities has been reached. Existing activities must be deleted
37
- * before a new activity can be created.</p>
38
- */
39
- export interface ActivityLimitExceeded extends __SmithyException, $MetadataBearer {
40
- name: "ActivityLimitExceeded";
41
- $fault: "client";
42
- message?: string;
43
- }
44
- export declare namespace ActivityLimitExceeded {
45
- /**
46
- * @internal
47
- */
48
- const filterSensitiveLog: (obj: ActivityLimitExceeded) => any;
49
- }
50
- /**
51
- * <p>Contains details about an activity.</p>
52
- */
53
- export interface ActivityListItem {
54
- /**
55
- * <p>The Amazon Resource Name (ARN) that identifies the activity.</p>
56
- */
57
- activityArn: string | undefined;
58
- /**
59
- * <p>The name of the activity.</p>
60
- * <p>A name must <i>not</i> contain:</p>
61
- * <ul>
62
- * <li>
63
- * <p>white space</p>
64
- * </li>
65
- * <li>
66
- * <p>brackets <code>< > { } [ ]</code>
67
- * </p>
68
- * </li>
69
- * <li>
70
- * <p>wildcard characters <code>? *</code>
71
- * </p>
72
- * </li>
73
- * <li>
74
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
75
- * </p>
76
- * </li>
77
- * <li>
78
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
79
- * </li>
80
- * </ul>
81
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
82
- */
83
- name: string | undefined;
84
- /**
85
- * <p>The date the activity is created.</p>
86
- */
87
- creationDate: Date | undefined;
88
- }
89
- export declare namespace ActivityListItem {
90
- /**
91
- * @internal
92
- */
93
- const filterSensitiveLog: (obj: ActivityListItem) => any;
94
- }
95
- /**
96
- * <p>Provides details about input or output in an execution history event.</p>
97
- */
98
- export interface HistoryEventExecutionDataDetails {
99
- /**
100
- * <p>Indicates whether input or output was truncated in the response. Always
101
- * <code>false</code> for API calls.</p>
102
- */
103
- truncated?: boolean;
104
- }
105
- export declare namespace HistoryEventExecutionDataDetails {
106
- /**
107
- * @internal
108
- */
109
- const filterSensitiveLog: (obj: HistoryEventExecutionDataDetails) => any;
110
- }
111
- /**
112
- * <p>Contains details about an activity scheduled during an execution.</p>
113
- */
114
- export interface ActivityScheduledEventDetails {
115
- /**
116
- * <p>The Amazon Resource Name (ARN) of the scheduled activity.</p>
117
- */
118
- resource: string | undefined;
119
- /**
120
- * <p>The JSON data input to the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
121
- */
122
- input?: string;
123
- /**
124
- * <p>Contains details about the input for an execution history event.</p>
125
- */
126
- inputDetails?: HistoryEventExecutionDataDetails;
127
- /**
128
- * <p>The maximum allowed duration of the activity task.</p>
129
- */
130
- timeoutInSeconds?: number;
131
- /**
132
- * <p>The maximum allowed duration between two heartbeats for the activity task.</p>
133
- */
134
- heartbeatInSeconds?: number;
135
- }
136
- export declare namespace ActivityScheduledEventDetails {
137
- /**
138
- * @internal
139
- */
140
- const filterSensitiveLog: (obj: ActivityScheduledEventDetails) => any;
141
- }
142
- /**
143
- * <p>Contains details about an activity schedule failure that occurred during an
144
- * execution.</p>
145
- */
146
- export interface ActivityScheduleFailedEventDetails {
147
- /**
148
- * <p>The error code of the failure.</p>
149
- */
150
- error?: string;
151
- /**
152
- * <p>A more detailed explanation of the cause of the failure.</p>
153
- */
154
- cause?: string;
155
- }
156
- export declare namespace ActivityScheduleFailedEventDetails {
157
- /**
158
- * @internal
159
- */
160
- const filterSensitiveLog: (obj: ActivityScheduleFailedEventDetails) => any;
161
- }
162
- /**
163
- * <p>Contains details about the start of an activity during an execution.</p>
164
- */
165
- export interface ActivityStartedEventDetails {
166
- /**
167
- * <p>The name of the worker that the task is assigned to. These names are provided by the
168
- * workers when calling <a>GetActivityTask</a>.</p>
169
- */
170
- workerName?: string;
171
- }
172
- export declare namespace ActivityStartedEventDetails {
173
- /**
174
- * @internal
175
- */
176
- const filterSensitiveLog: (obj: ActivityStartedEventDetails) => any;
177
- }
178
- /**
179
- * <p>Contains details about an activity that successfully terminated during an
180
- * execution.</p>
181
- */
182
- export interface ActivitySucceededEventDetails {
183
- /**
184
- * <p>The JSON data output by the activity task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
185
- */
186
- output?: string;
187
- /**
188
- * <p>Contains details about the output of an execution history event.</p>
189
- */
190
- outputDetails?: HistoryEventExecutionDataDetails;
191
- }
192
- export declare namespace ActivitySucceededEventDetails {
193
- /**
194
- * @internal
195
- */
196
- const filterSensitiveLog: (obj: ActivitySucceededEventDetails) => any;
197
- }
198
- /**
199
- * <p>Contains details about an activity timeout that occurred during an execution.</p>
200
- */
201
- export interface ActivityTimedOutEventDetails {
202
- /**
203
- * <p>The error code of the failure.</p>
204
- */
205
- error?: string;
206
- /**
207
- * <p>A more detailed explanation of the cause of the timeout.</p>
208
- */
209
- cause?: string;
210
- }
211
- export declare namespace ActivityTimedOutEventDetails {
212
- /**
213
- * @internal
214
- */
215
- const filterSensitiveLog: (obj: ActivityTimedOutEventDetails) => any;
216
- }
217
- /**
218
- * <p>The maximum number of workers concurrently polling for activity tasks has been
219
- * reached.</p>
220
- */
221
- export interface ActivityWorkerLimitExceeded extends __SmithyException, $MetadataBearer {
222
- name: "ActivityWorkerLimitExceeded";
223
- $fault: "client";
224
- message?: string;
225
- }
226
- export declare namespace ActivityWorkerLimitExceeded {
227
- /**
228
- * @internal
229
- */
230
- const filterSensitiveLog: (obj: ActivityWorkerLimitExceeded) => any;
231
- }
232
- /**
233
- * <p>Tags are key-value pairs that can be associated with Step Functions state machines and
234
- * activities.</p>
235
- * <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using
236
- * Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User
237
- * Guide</i>, and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html">Controlling Access Using IAM
238
- * Tags</a>.</p>
239
- * <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>
240
- */
241
- export interface Tag {
242
- /**
243
- * <p>The key of a tag.</p>
244
- */
245
- key?: string;
246
- /**
247
- * <p>The value of a tag.</p>
248
- */
249
- value?: string;
250
- }
251
- export declare namespace Tag {
252
- /**
253
- * @internal
254
- */
255
- const filterSensitiveLog: (obj: Tag) => any;
256
- }
257
- export interface CreateActivityInput {
258
- /**
259
- * <p>The name of the activity to create. This name must be unique for your AWS account and region for 90 days. For more information,
260
- * see <a href="https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions">
261
- * Limits Related to State Machine Executions</a> in the <i>AWS Step Functions Developer Guide</i>.</p>
262
- * <p>A name must <i>not</i> contain:</p>
263
- * <ul>
264
- * <li>
265
- * <p>white space</p>
266
- * </li>
267
- * <li>
268
- * <p>brackets <code>< > { } [ ]</code>
269
- * </p>
270
- * </li>
271
- * <li>
272
- * <p>wildcard characters <code>? *</code>
273
- * </p>
274
- * </li>
275
- * <li>
276
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
277
- * </p>
278
- * </li>
279
- * <li>
280
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
281
- * </li>
282
- * </ul>
283
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
284
- */
285
- name: string | undefined;
286
- /**
287
- * <p>The list of tags to add to a resource.</p>
288
- * <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using
289
- * Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User
290
- * Guide</i>, and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html">Controlling Access Using IAM
291
- * Tags</a>.</p>
292
- * <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>
293
- */
294
- tags?: Tag[];
295
- }
296
- export declare namespace CreateActivityInput {
297
- /**
298
- * @internal
299
- */
300
- const filterSensitiveLog: (obj: CreateActivityInput) => any;
301
- }
302
- export interface CreateActivityOutput {
303
- /**
304
- * <p>The Amazon Resource Name (ARN) that identifies the created activity.</p>
305
- */
306
- activityArn: string | undefined;
307
- /**
308
- * <p>The date the activity is created.</p>
309
- */
310
- creationDate: Date | undefined;
311
- }
312
- export declare namespace CreateActivityOutput {
313
- /**
314
- * @internal
315
- */
316
- const filterSensitiveLog: (obj: CreateActivityOutput) => any;
317
- }
318
- /**
319
- * <p>The provided name is invalid.</p>
320
- */
321
- export interface InvalidName extends __SmithyException, $MetadataBearer {
322
- name: "InvalidName";
323
- $fault: "client";
324
- message?: string;
325
- }
326
- export declare namespace InvalidName {
327
- /**
328
- * @internal
329
- */
330
- const filterSensitiveLog: (obj: InvalidName) => any;
331
- }
332
- /**
333
- * <p>You've exceeded the number of tags allowed for a resource. See the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/limits.html"> Limits Topic</a> in the
334
- * AWS Step Functions Developer Guide.</p>
335
- */
336
- export interface TooManyTags extends __SmithyException, $MetadataBearer {
337
- name: "TooManyTags";
338
- $fault: "client";
339
- message?: string;
340
- resourceName?: string;
341
- }
342
- export declare namespace TooManyTags {
343
- /**
344
- * @internal
345
- */
346
- const filterSensitiveLog: (obj: TooManyTags) => any;
347
- }
348
- /**
349
- * <p></p>
350
- */
351
- export interface CloudWatchLogsLogGroup {
352
- /**
353
- * <p>The ARN of the the CloudWatch log group to which you want your logs emitted to. The ARN
354
- * must end with <code>:*</code>
355
- * </p>
356
- */
357
- logGroupArn?: string;
358
- }
359
- export declare namespace CloudWatchLogsLogGroup {
360
- /**
361
- * @internal
362
- */
363
- const filterSensitiveLog: (obj: CloudWatchLogsLogGroup) => any;
364
- }
365
- /**
366
- * <p></p>
367
- */
368
- export interface LogDestination {
369
- /**
370
- * <p>An object describing a CloudWatch log group. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html">AWS::Logs::LogGroup</a> in the AWS CloudFormation User Guide.</p>
371
- */
372
- cloudWatchLogsLogGroup?: CloudWatchLogsLogGroup;
373
- }
374
- export declare namespace LogDestination {
375
- /**
376
- * @internal
377
- */
378
- const filterSensitiveLog: (obj: LogDestination) => any;
379
- }
380
- export declare type LogLevel = "ALL" | "ERROR" | "FATAL" | "OFF";
381
- /**
382
- * <p>The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs
383
- * options.</p>
384
- */
385
- export interface LoggingConfiguration {
386
- /**
387
- * <p>Defines which category of execution history events are logged.</p>
388
- */
389
- level?: LogLevel | string;
390
- /**
391
- * <p>Determines whether execution data is included in your log. When set to <code>false</code>,
392
- * data is excluded.</p>
393
- */
394
- includeExecutionData?: boolean;
395
- /**
396
- * <p>An array of objects that describes where your execution history events will be logged.
397
- * Limited to size 1. Required, if your log level is not set to <code>OFF</code>.</p>
398
- */
399
- destinations?: LogDestination[];
400
- }
401
- export declare namespace LoggingConfiguration {
402
- /**
403
- * @internal
404
- */
405
- const filterSensitiveLog: (obj: LoggingConfiguration) => any;
406
- }
407
- /**
408
- * <p>Selects whether or not the state machine's AWS X-Ray tracing is enabled. Default is <code>false</code>
409
- * </p>
410
- */
411
- export interface TracingConfiguration {
412
- /**
413
- * <p>When set to <code>true</code>, AWS X-Ray tracing is enabled.</p>
414
- */
415
- enabled?: boolean;
416
- }
417
- export declare namespace TracingConfiguration {
418
- /**
419
- * @internal
420
- */
421
- const filterSensitiveLog: (obj: TracingConfiguration) => any;
422
- }
423
- export declare type StateMachineType = "EXPRESS" | "STANDARD";
424
- export interface CreateStateMachineInput {
425
- /**
426
- * <p>The name of the state machine. </p>
427
- * <p>A name must <i>not</i> contain:</p>
428
- * <ul>
429
- * <li>
430
- * <p>white space</p>
431
- * </li>
432
- * <li>
433
- * <p>brackets <code>< > { } [ ]</code>
434
- * </p>
435
- * </li>
436
- * <li>
437
- * <p>wildcard characters <code>? *</code>
438
- * </p>
439
- * </li>
440
- * <li>
441
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
442
- * </p>
443
- * </li>
444
- * <li>
445
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
446
- * </li>
447
- * </ul>
448
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
449
- */
450
- name: string | undefined;
451
- /**
452
- * <p>The Amazon States Language definition of the state machine. See <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html">Amazon States Language</a>.</p>
453
- */
454
- definition: string | undefined;
455
- /**
456
- * <p>The Amazon Resource Name (ARN) of the IAM role to use for this state machine.</p>
457
- */
458
- roleArn: string | undefined;
459
- /**
460
- * <p>Determines whether a Standard or Express state machine is created. The default is
461
- * <code>STANDARD</code>. You cannot update the <code>type</code> of a state machine once it
462
- * has been created.</p>
463
- */
464
- type?: StateMachineType | string;
465
- /**
466
- * <p>Defines what execution history events are logged and where they are logged.</p>
467
- * <note>
468
- * <p>By default, the <code>level</code> is set to <code>OFF</code>. For more information see
469
- * <a href="https://docs.aws.amazon.com/step-functions/latest/dg/cloudwatch-log-level.html">Log
470
- * Levels</a> in the AWS Step Functions User Guide.</p>
471
- * </note>
472
- */
473
- loggingConfiguration?: LoggingConfiguration;
474
- /**
475
- * <p>Tags to be added when creating a state machine.</p>
476
- * <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Using
477
- * Cost Allocation Tags</a> in the <i>AWS Billing and Cost Management User
478
- * Guide</i>, and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html">Controlling Access Using IAM
479
- * Tags</a>.</p>
480
- * <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>
481
- */
482
- tags?: Tag[];
483
- /**
484
- * <p>Selects whether AWS X-Ray tracing is enabled.</p>
485
- */
486
- tracingConfiguration?: TracingConfiguration;
487
- }
488
- export declare namespace CreateStateMachineInput {
489
- /**
490
- * @internal
491
- */
492
- const filterSensitiveLog: (obj: CreateStateMachineInput) => any;
493
- }
494
- export interface CreateStateMachineOutput {
495
- /**
496
- * <p>The Amazon Resource Name (ARN) that identifies the created state machine.</p>
497
- */
498
- stateMachineArn: string | undefined;
499
- /**
500
- * <p>The date the state machine is created.</p>
501
- */
502
- creationDate: Date | undefined;
503
- }
504
- export declare namespace CreateStateMachineOutput {
505
- /**
506
- * @internal
507
- */
508
- const filterSensitiveLog: (obj: CreateStateMachineOutput) => any;
509
- }
510
- /**
511
- * <p>The provided Amazon Resource Name (ARN) is invalid.</p>
512
- */
513
- export interface InvalidArn extends __SmithyException, $MetadataBearer {
514
- name: "InvalidArn";
515
- $fault: "client";
516
- message?: string;
517
- }
518
- export declare namespace InvalidArn {
519
- /**
520
- * @internal
521
- */
522
- const filterSensitiveLog: (obj: InvalidArn) => any;
523
- }
524
- /**
525
- * <p>The provided Amazon States Language definition is invalid.</p>
526
- */
527
- export interface InvalidDefinition extends __SmithyException, $MetadataBearer {
528
- name: "InvalidDefinition";
529
- $fault: "client";
530
- message?: string;
531
- }
532
- export declare namespace InvalidDefinition {
533
- /**
534
- * @internal
535
- */
536
- const filterSensitiveLog: (obj: InvalidDefinition) => any;
537
- }
538
- /**
539
- * <p></p>
540
- */
541
- export interface InvalidLoggingConfiguration extends __SmithyException, $MetadataBearer {
542
- name: "InvalidLoggingConfiguration";
543
- $fault: "client";
544
- message?: string;
545
- }
546
- export declare namespace InvalidLoggingConfiguration {
547
- /**
548
- * @internal
549
- */
550
- const filterSensitiveLog: (obj: InvalidLoggingConfiguration) => any;
551
- }
552
- /**
553
- * <p>Your <code>tracingConfiguration</code> key does not match, or <code>enabled</code> has not been set to <code>true</code> or <code>false</code>.</p>
554
- */
555
- export interface InvalidTracingConfiguration extends __SmithyException, $MetadataBearer {
556
- name: "InvalidTracingConfiguration";
557
- $fault: "client";
558
- message?: string;
559
- }
560
- export declare namespace InvalidTracingConfiguration {
561
- /**
562
- * @internal
563
- */
564
- const filterSensitiveLog: (obj: InvalidTracingConfiguration) => any;
565
- }
566
- /**
567
- * <p>A state machine with the same name but a different definition or role ARN already
568
- * exists.</p>
569
- */
570
- export interface StateMachineAlreadyExists extends __SmithyException, $MetadataBearer {
571
- name: "StateMachineAlreadyExists";
572
- $fault: "client";
573
- message?: string;
574
- }
575
- export declare namespace StateMachineAlreadyExists {
576
- /**
577
- * @internal
578
- */
579
- const filterSensitiveLog: (obj: StateMachineAlreadyExists) => any;
580
- }
581
- /**
582
- * <p>The specified state machine is being deleted.</p>
583
- */
584
- export interface StateMachineDeleting extends __SmithyException, $MetadataBearer {
585
- name: "StateMachineDeleting";
586
- $fault: "client";
587
- message?: string;
588
- }
589
- export declare namespace StateMachineDeleting {
590
- /**
591
- * @internal
592
- */
593
- const filterSensitiveLog: (obj: StateMachineDeleting) => any;
594
- }
595
- /**
596
- * <p>The maximum number of state machines has been reached. Existing state machines must be
597
- * deleted before a new state machine can be created.</p>
598
- */
599
- export interface StateMachineLimitExceeded extends __SmithyException, $MetadataBearer {
600
- name: "StateMachineLimitExceeded";
601
- $fault: "client";
602
- message?: string;
603
- }
604
- export declare namespace StateMachineLimitExceeded {
605
- /**
606
- * @internal
607
- */
608
- const filterSensitiveLog: (obj: StateMachineLimitExceeded) => any;
609
- }
610
- /**
611
- * <p></p>
612
- */
613
- export interface StateMachineTypeNotSupported extends __SmithyException, $MetadataBearer {
614
- name: "StateMachineTypeNotSupported";
615
- $fault: "client";
616
- message?: string;
617
- }
618
- export declare namespace StateMachineTypeNotSupported {
619
- /**
620
- * @internal
621
- */
622
- const filterSensitiveLog: (obj: StateMachineTypeNotSupported) => any;
623
- }
624
- export interface DeleteActivityInput {
625
- /**
626
- * <p>The Amazon Resource Name (ARN) of the activity to delete.</p>
627
- */
628
- activityArn: string | undefined;
629
- }
630
- export declare namespace DeleteActivityInput {
631
- /**
632
- * @internal
633
- */
634
- const filterSensitiveLog: (obj: DeleteActivityInput) => any;
635
- }
636
- export interface DeleteActivityOutput {
637
- }
638
- export declare namespace DeleteActivityOutput {
639
- /**
640
- * @internal
641
- */
642
- const filterSensitiveLog: (obj: DeleteActivityOutput) => any;
643
- }
644
- export interface DeleteStateMachineInput {
645
- /**
646
- * <p>The Amazon Resource Name (ARN) of the state machine to delete.</p>
647
- */
648
- stateMachineArn: string | undefined;
649
- }
650
- export declare namespace DeleteStateMachineInput {
651
- /**
652
- * @internal
653
- */
654
- const filterSensitiveLog: (obj: DeleteStateMachineInput) => any;
655
- }
656
- export interface DeleteStateMachineOutput {
657
- }
658
- export declare namespace DeleteStateMachineOutput {
659
- /**
660
- * @internal
661
- */
662
- const filterSensitiveLog: (obj: DeleteStateMachineOutput) => any;
663
- }
664
- export interface DescribeActivityInput {
665
- /**
666
- * <p>The Amazon Resource Name (ARN) of the activity to describe.</p>
667
- */
668
- activityArn: string | undefined;
669
- }
670
- export declare namespace DescribeActivityInput {
671
- /**
672
- * @internal
673
- */
674
- const filterSensitiveLog: (obj: DescribeActivityInput) => any;
675
- }
676
- export interface DescribeActivityOutput {
677
- /**
678
- * <p>The Amazon Resource Name (ARN) that identifies the activity.</p>
679
- */
680
- activityArn: string | undefined;
681
- /**
682
- * <p>The name of the activity.</p>
683
- * <p>A name must <i>not</i> contain:</p>
684
- * <ul>
685
- * <li>
686
- * <p>white space</p>
687
- * </li>
688
- * <li>
689
- * <p>brackets <code>< > { } [ ]</code>
690
- * </p>
691
- * </li>
692
- * <li>
693
- * <p>wildcard characters <code>? *</code>
694
- * </p>
695
- * </li>
696
- * <li>
697
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
698
- * </p>
699
- * </li>
700
- * <li>
701
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
702
- * </li>
703
- * </ul>
704
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
705
- */
706
- name: string | undefined;
707
- /**
708
- * <p>The date the activity is created.</p>
709
- */
710
- creationDate: Date | undefined;
711
- }
712
- export declare namespace DescribeActivityOutput {
713
- /**
714
- * @internal
715
- */
716
- const filterSensitiveLog: (obj: DescribeActivityOutput) => any;
717
- }
718
- export interface DescribeExecutionInput {
719
- /**
720
- * <p>The Amazon Resource Name (ARN) of the execution to describe.</p>
721
- */
722
- executionArn: string | undefined;
723
- }
724
- export declare namespace DescribeExecutionInput {
725
- /**
726
- * @internal
727
- */
728
- const filterSensitiveLog: (obj: DescribeExecutionInput) => any;
729
- }
730
- /**
731
- * <p>Provides details about execution input or output.</p>
732
- */
733
- export interface CloudWatchEventsExecutionDataDetails {
734
- /**
735
- * <p>Indicates whether input or output was included in the response. Always <code>true</code>
736
- * for API calls. </p>
737
- */
738
- included?: boolean;
739
- }
740
- export declare namespace CloudWatchEventsExecutionDataDetails {
741
- /**
742
- * @internal
743
- */
744
- const filterSensitiveLog: (obj: CloudWatchEventsExecutionDataDetails) => any;
745
- }
746
- export declare type ExecutionStatus = "ABORTED" | "FAILED" | "RUNNING" | "SUCCEEDED" | "TIMED_OUT";
747
- export interface DescribeExecutionOutput {
748
- /**
749
- * <p>The Amazon Resource Name (ARN) that identifies the execution.</p>
750
- */
751
- executionArn: string | undefined;
752
- /**
753
- * <p>The Amazon Resource Name (ARN) of the executed stated machine.</p>
754
- */
755
- stateMachineArn: string | undefined;
756
- /**
757
- * <p>The name of the execution.</p>
758
- * <p>A name must <i>not</i> contain:</p>
759
- * <ul>
760
- * <li>
761
- * <p>white space</p>
762
- * </li>
763
- * <li>
764
- * <p>brackets <code>< > { } [ ]</code>
765
- * </p>
766
- * </li>
767
- * <li>
768
- * <p>wildcard characters <code>? *</code>
769
- * </p>
770
- * </li>
771
- * <li>
772
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
773
- * </p>
774
- * </li>
775
- * <li>
776
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
777
- * </li>
778
- * </ul>
779
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
780
- */
781
- name?: string;
782
- /**
783
- * <p>The current status of the execution.</p>
784
- */
785
- status: ExecutionStatus | string | undefined;
786
- /**
787
- * <p>The date the execution is started.</p>
788
- */
789
- startDate: Date | undefined;
790
- /**
791
- * <p>If the execution has already ended, the date the execution stopped.</p>
792
- */
793
- stopDate?: Date;
794
- /**
795
- * <p>The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
796
- */
797
- input?: string;
798
- /**
799
- * <p>Provides details about execution input or output.</p>
800
- */
801
- inputDetails?: CloudWatchEventsExecutionDataDetails;
802
- /**
803
- * <p>The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
804
- * <note>
805
- * <p>This field is set only if the execution succeeds. If the execution fails, this field is
806
- * null.</p>
807
- * </note>
808
- */
809
- output?: string;
810
- /**
811
- * <p>Provides details about execution input or output.</p>
812
- */
813
- outputDetails?: CloudWatchEventsExecutionDataDetails;
814
- /**
815
- * <p>The AWS X-Ray trace header that was passed to the execution.</p>
816
- */
817
- traceHeader?: string;
818
- }
819
- export declare namespace DescribeExecutionOutput {
820
- /**
821
- * @internal
822
- */
823
- const filterSensitiveLog: (obj: DescribeExecutionOutput) => any;
824
- }
825
- /**
826
- * <p>The specified execution does not exist.</p>
827
- */
828
- export interface ExecutionDoesNotExist extends __SmithyException, $MetadataBearer {
829
- name: "ExecutionDoesNotExist";
830
- $fault: "client";
831
- message?: string;
832
- }
833
- export declare namespace ExecutionDoesNotExist {
834
- /**
835
- * @internal
836
- */
837
- const filterSensitiveLog: (obj: ExecutionDoesNotExist) => any;
838
- }
839
- export interface DescribeStateMachineInput {
840
- /**
841
- * <p>The Amazon Resource Name (ARN) of the state machine to describe.</p>
842
- */
843
- stateMachineArn: string | undefined;
844
- }
845
- export declare namespace DescribeStateMachineInput {
846
- /**
847
- * @internal
848
- */
849
- const filterSensitiveLog: (obj: DescribeStateMachineInput) => any;
850
- }
851
- export declare type StateMachineStatus = "ACTIVE" | "DELETING";
852
- export interface DescribeStateMachineOutput {
853
- /**
854
- * <p>The Amazon Resource Name (ARN) that identifies the state machine.</p>
855
- */
856
- stateMachineArn: string | undefined;
857
- /**
858
- * <p>The name of the state machine.</p>
859
- * <p>A name must <i>not</i> contain:</p>
860
- * <ul>
861
- * <li>
862
- * <p>white space</p>
863
- * </li>
864
- * <li>
865
- * <p>brackets <code>< > { } [ ]</code>
866
- * </p>
867
- * </li>
868
- * <li>
869
- * <p>wildcard characters <code>? *</code>
870
- * </p>
871
- * </li>
872
- * <li>
873
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
874
- * </p>
875
- * </li>
876
- * <li>
877
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
878
- * </li>
879
- * </ul>
880
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
881
- */
882
- name: string | undefined;
883
- /**
884
- * <p>The current status of the state machine.</p>
885
- */
886
- status?: StateMachineStatus | string;
887
- /**
888
- * <p>The Amazon States Language definition of the state machine. See <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html">Amazon States Language</a>.</p>
889
- */
890
- definition: string | undefined;
891
- /**
892
- * <p>The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role
893
- * maintains security by granting Step Functions access to AWS resources.)</p>
894
- */
895
- roleArn: string | undefined;
896
- /**
897
- * <p>The <code>type</code> of the state machine (<code>STANDARD</code> or
898
- * <code>EXPRESS</code>).</p>
899
- */
900
- type: StateMachineType | string | undefined;
901
- /**
902
- * <p>The date the state machine is created.</p>
903
- */
904
- creationDate: Date | undefined;
905
- /**
906
- * <p>The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs
907
- * options.</p>
908
- */
909
- loggingConfiguration?: LoggingConfiguration;
910
- /**
911
- * <p>Selects whether AWS X-Ray tracing is enabled.</p>
912
- */
913
- tracingConfiguration?: TracingConfiguration;
914
- }
915
- export declare namespace DescribeStateMachineOutput {
916
- /**
917
- * @internal
918
- */
919
- const filterSensitiveLog: (obj: DescribeStateMachineOutput) => any;
920
- }
921
- /**
922
- * <p>The specified state machine does not exist.</p>
923
- */
924
- export interface StateMachineDoesNotExist extends __SmithyException, $MetadataBearer {
925
- name: "StateMachineDoesNotExist";
926
- $fault: "client";
927
- message?: string;
928
- }
929
- export declare namespace StateMachineDoesNotExist {
930
- /**
931
- * @internal
932
- */
933
- const filterSensitiveLog: (obj: StateMachineDoesNotExist) => any;
934
- }
935
- export interface DescribeStateMachineForExecutionInput {
936
- /**
937
- * <p>The Amazon Resource Name (ARN) of the execution you want state machine information for.</p>
938
- */
939
- executionArn: string | undefined;
940
- }
941
- export declare namespace DescribeStateMachineForExecutionInput {
942
- /**
943
- * @internal
944
- */
945
- const filterSensitiveLog: (obj: DescribeStateMachineForExecutionInput) => any;
946
- }
947
- export interface DescribeStateMachineForExecutionOutput {
948
- /**
949
- * <p>The Amazon Resource Name (ARN) of the state machine associated with the execution.</p>
950
- */
951
- stateMachineArn: string | undefined;
952
- /**
953
- * <p>The name of the state machine associated with the execution.</p>
954
- */
955
- name: string | undefined;
956
- /**
957
- * <p>The Amazon States Language definition of the state machine. See <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html">Amazon States Language</a>.</p>
958
- */
959
- definition: string | undefined;
960
- /**
961
- * <p>The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution. </p>
962
- */
963
- roleArn: string | undefined;
964
- /**
965
- * <p>The date and time the state machine associated with an execution was updated. For a newly
966
- * created state machine, this is the creation date.</p>
967
- */
968
- updateDate: Date | undefined;
969
- /**
970
- * <p>The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs
971
- * options.</p>
972
- */
973
- loggingConfiguration?: LoggingConfiguration;
974
- /**
975
- * <p>Selects whether AWS X-Ray tracing is enabled.</p>
976
- */
977
- tracingConfiguration?: TracingConfiguration;
978
- }
979
- export declare namespace DescribeStateMachineForExecutionOutput {
980
- /**
981
- * @internal
982
- */
983
- const filterSensitiveLog: (obj: DescribeStateMachineForExecutionOutput) => any;
984
- }
985
- export interface GetActivityTaskInput {
986
- /**
987
- * <p>The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task
988
- * using <a>CreateActivity</a>.)</p>
989
- */
990
- activityArn: string | undefined;
991
- /**
992
- * <p>You can provide an arbitrary name in order to identify the worker that the task is
993
- * assigned to. This name is used when it is logged in the execution history.</p>
994
- */
995
- workerName?: string;
996
- }
997
- export declare namespace GetActivityTaskInput {
998
- /**
999
- * @internal
1000
- */
1001
- const filterSensitiveLog: (obj: GetActivityTaskInput) => any;
1002
- }
1003
- export interface GetActivityTaskOutput {
1004
- /**
1005
- * <p>A token that identifies the scheduled task. This token must be copied and included in
1006
- * subsequent calls to <a>SendTaskHeartbeat</a>, <a>SendTaskSuccess</a> or
1007
- * <a>SendTaskFailure</a> in order to report the progress or completion of the
1008
- * task.</p>
1009
- */
1010
- taskToken?: string;
1011
- /**
1012
- * <p>The string that contains the JSON input data for the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1013
- */
1014
- input?: string;
1015
- }
1016
- export declare namespace GetActivityTaskOutput {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: GetActivityTaskOutput) => any;
1021
- }
1022
- export interface GetExecutionHistoryInput {
1023
- /**
1024
- * <p>The Amazon Resource Name (ARN) of the execution.</p>
1025
- */
1026
- executionArn: string | undefined;
1027
- /**
1028
- * <p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.
1029
- * The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.</p>
1030
- * <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>
1031
- */
1032
- maxResults?: number;
1033
- /**
1034
- * <p>Lists events in descending order of their <code>timeStamp</code>.</p>
1035
- */
1036
- reverseOrder?: boolean;
1037
- /**
1038
- * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
1039
- * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
1040
- */
1041
- nextToken?: string;
1042
- /**
1043
- * <p>You can select whether execution data (input or output of a history event) is returned.
1044
- * The default is <code>true</code>.</p>
1045
- */
1046
- includeExecutionData?: boolean;
1047
- }
1048
- export declare namespace GetExecutionHistoryInput {
1049
- /**
1050
- * @internal
1051
- */
1052
- const filterSensitiveLog: (obj: GetExecutionHistoryInput) => any;
1053
- }
1054
- /**
1055
- * <p>Contains details about an abort of an execution.</p>
1056
- */
1057
- export interface ExecutionAbortedEventDetails {
1058
- /**
1059
- * <p>The error code of the failure.</p>
1060
- */
1061
- error?: string;
1062
- /**
1063
- * <p>A more detailed explanation of the cause of the failure.</p>
1064
- */
1065
- cause?: string;
1066
- }
1067
- export declare namespace ExecutionAbortedEventDetails {
1068
- /**
1069
- * @internal
1070
- */
1071
- const filterSensitiveLog: (obj: ExecutionAbortedEventDetails) => any;
1072
- }
1073
- /**
1074
- * <p>Contains details about an execution failure event.</p>
1075
- */
1076
- export interface ExecutionFailedEventDetails {
1077
- /**
1078
- * <p>The error code of the failure.</p>
1079
- */
1080
- error?: string;
1081
- /**
1082
- * <p>A more detailed explanation of the cause of the failure.</p>
1083
- */
1084
- cause?: string;
1085
- }
1086
- export declare namespace ExecutionFailedEventDetails {
1087
- /**
1088
- * @internal
1089
- */
1090
- const filterSensitiveLog: (obj: ExecutionFailedEventDetails) => any;
1091
- }
1092
- /**
1093
- * <p>Contains details about the start of the execution.</p>
1094
- */
1095
- export interface ExecutionStartedEventDetails {
1096
- /**
1097
- * <p>The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1098
- */
1099
- input?: string;
1100
- /**
1101
- * <p>Contains details about the input for an execution history event.</p>
1102
- */
1103
- inputDetails?: HistoryEventExecutionDataDetails;
1104
- /**
1105
- * <p>The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.</p>
1106
- */
1107
- roleArn?: string;
1108
- }
1109
- export declare namespace ExecutionStartedEventDetails {
1110
- /**
1111
- * @internal
1112
- */
1113
- const filterSensitiveLog: (obj: ExecutionStartedEventDetails) => any;
1114
- }
1115
- /**
1116
- * <p>Contains details about the successful termination of the execution.</p>
1117
- */
1118
- export interface ExecutionSucceededEventDetails {
1119
- /**
1120
- * <p>The JSON data output by the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1121
- */
1122
- output?: string;
1123
- /**
1124
- * <p>Contains details about the output of an execution history event.</p>
1125
- */
1126
- outputDetails?: HistoryEventExecutionDataDetails;
1127
- }
1128
- export declare namespace ExecutionSucceededEventDetails {
1129
- /**
1130
- * @internal
1131
- */
1132
- const filterSensitiveLog: (obj: ExecutionSucceededEventDetails) => any;
1133
- }
1134
- /**
1135
- * <p>Contains details about the execution timeout that occurred during the execution.</p>
1136
- */
1137
- export interface ExecutionTimedOutEventDetails {
1138
- /**
1139
- * <p>The error code of the failure.</p>
1140
- */
1141
- error?: string;
1142
- /**
1143
- * <p>A more detailed explanation of the cause of the timeout.</p>
1144
- */
1145
- cause?: string;
1146
- }
1147
- export declare namespace ExecutionTimedOutEventDetails {
1148
- /**
1149
- * @internal
1150
- */
1151
- const filterSensitiveLog: (obj: ExecutionTimedOutEventDetails) => any;
1152
- }
1153
- /**
1154
- * <p>Contains details about a lambda function that failed during an execution.</p>
1155
- */
1156
- export interface LambdaFunctionFailedEventDetails {
1157
- /**
1158
- * <p>The error code of the failure.</p>
1159
- */
1160
- error?: string;
1161
- /**
1162
- * <p>A more detailed explanation of the cause of the failure.</p>
1163
- */
1164
- cause?: string;
1165
- }
1166
- export declare namespace LambdaFunctionFailedEventDetails {
1167
- /**
1168
- * @internal
1169
- */
1170
- const filterSensitiveLog: (obj: LambdaFunctionFailedEventDetails) => any;
1171
- }
1172
- /**
1173
- * <p>Contains details about a lambda function scheduled during an execution.</p>
1174
- */
1175
- export interface LambdaFunctionScheduledEventDetails {
1176
- /**
1177
- * <p>The Amazon Resource Name (ARN) of the scheduled lambda function.</p>
1178
- */
1179
- resource: string | undefined;
1180
- /**
1181
- * <p>The JSON data input to the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1182
- */
1183
- input?: string;
1184
- /**
1185
- * <p>Contains details about input for an execution history event.</p>
1186
- */
1187
- inputDetails?: HistoryEventExecutionDataDetails;
1188
- /**
1189
- * <p>The maximum allowed duration of the lambda function.</p>
1190
- */
1191
- timeoutInSeconds?: number;
1192
- }
1193
- export declare namespace LambdaFunctionScheduledEventDetails {
1194
- /**
1195
- * @internal
1196
- */
1197
- const filterSensitiveLog: (obj: LambdaFunctionScheduledEventDetails) => any;
1198
- }
1199
- /**
1200
- * <p>Contains details about a failed lambda function schedule event that occurred during an
1201
- * execution.</p>
1202
- */
1203
- export interface LambdaFunctionScheduleFailedEventDetails {
1204
- /**
1205
- * <p>The error code of the failure.</p>
1206
- */
1207
- error?: string;
1208
- /**
1209
- * <p>A more detailed explanation of the cause of the failure.</p>
1210
- */
1211
- cause?: string;
1212
- }
1213
- export declare namespace LambdaFunctionScheduleFailedEventDetails {
1214
- /**
1215
- * @internal
1216
- */
1217
- const filterSensitiveLog: (obj: LambdaFunctionScheduleFailedEventDetails) => any;
1218
- }
1219
- /**
1220
- * <p>Contains details about a lambda function that failed to start during an execution.</p>
1221
- */
1222
- export interface LambdaFunctionStartFailedEventDetails {
1223
- /**
1224
- * <p>The error code of the failure.</p>
1225
- */
1226
- error?: string;
1227
- /**
1228
- * <p>A more detailed explanation of the cause of the failure.</p>
1229
- */
1230
- cause?: string;
1231
- }
1232
- export declare namespace LambdaFunctionStartFailedEventDetails {
1233
- /**
1234
- * @internal
1235
- */
1236
- const filterSensitiveLog: (obj: LambdaFunctionStartFailedEventDetails) => any;
1237
- }
1238
- /**
1239
- * <p>Contains details about a lambda function that successfully terminated during an
1240
- * execution.</p>
1241
- */
1242
- export interface LambdaFunctionSucceededEventDetails {
1243
- /**
1244
- * <p>The JSON data output by the lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1245
- */
1246
- output?: string;
1247
- /**
1248
- * <p>Contains details about the output of an execution history event.</p>
1249
- */
1250
- outputDetails?: HistoryEventExecutionDataDetails;
1251
- }
1252
- export declare namespace LambdaFunctionSucceededEventDetails {
1253
- /**
1254
- * @internal
1255
- */
1256
- const filterSensitiveLog: (obj: LambdaFunctionSucceededEventDetails) => any;
1257
- }
1258
- /**
1259
- * <p>Contains details about a lambda function timeout that occurred during an execution.</p>
1260
- */
1261
- export interface LambdaFunctionTimedOutEventDetails {
1262
- /**
1263
- * <p>The error code of the failure.</p>
1264
- */
1265
- error?: string;
1266
- /**
1267
- * <p>A more detailed explanation of the cause of the timeout.</p>
1268
- */
1269
- cause?: string;
1270
- }
1271
- export declare namespace LambdaFunctionTimedOutEventDetails {
1272
- /**
1273
- * @internal
1274
- */
1275
- const filterSensitiveLog: (obj: LambdaFunctionTimedOutEventDetails) => any;
1276
- }
1277
- /**
1278
- * <p>Contains details about an iteration of a Map state.</p>
1279
- */
1280
- export interface MapIterationEventDetails {
1281
- /**
1282
- * <p>The name of the iteration’s parent Map state.</p>
1283
- */
1284
- name?: string;
1285
- /**
1286
- * <p>The index of the array belonging to the Map state iteration.</p>
1287
- */
1288
- index?: number;
1289
- }
1290
- export declare namespace MapIterationEventDetails {
1291
- /**
1292
- * @internal
1293
- */
1294
- const filterSensitiveLog: (obj: MapIterationEventDetails) => any;
1295
- }
1296
- /**
1297
- * <p>Details about a Map state that was started.</p>
1298
- */
1299
- export interface MapStateStartedEventDetails {
1300
- /**
1301
- * <p>The size of the array for Map state iterations.</p>
1302
- */
1303
- length?: number;
1304
- }
1305
- export declare namespace MapStateStartedEventDetails {
1306
- /**
1307
- * @internal
1308
- */
1309
- const filterSensitiveLog: (obj: MapStateStartedEventDetails) => any;
1310
- }
1311
- /**
1312
- * <p>Contains details about a state entered during an execution.</p>
1313
- */
1314
- export interface StateEnteredEventDetails {
1315
- /**
1316
- * <p>The name of the state.</p>
1317
- */
1318
- name: string | undefined;
1319
- /**
1320
- * <p>The string that contains the JSON input data for the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1321
- */
1322
- input?: string;
1323
- /**
1324
- * <p>Contains details about the input for an execution history event.</p>
1325
- */
1326
- inputDetails?: HistoryEventExecutionDataDetails;
1327
- }
1328
- export declare namespace StateEnteredEventDetails {
1329
- /**
1330
- * @internal
1331
- */
1332
- const filterSensitiveLog: (obj: StateEnteredEventDetails) => any;
1333
- }
1334
- /**
1335
- * <p>Contains details about an exit from a state during an execution.</p>
1336
- */
1337
- export interface StateExitedEventDetails {
1338
- /**
1339
- * <p>The name of the state.</p>
1340
- * <p>A name must <i>not</i> contain:</p>
1341
- * <ul>
1342
- * <li>
1343
- * <p>white space</p>
1344
- * </li>
1345
- * <li>
1346
- * <p>brackets <code>< > { } [ ]</code>
1347
- * </p>
1348
- * </li>
1349
- * <li>
1350
- * <p>wildcard characters <code>? *</code>
1351
- * </p>
1352
- * </li>
1353
- * <li>
1354
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
1355
- * </p>
1356
- * </li>
1357
- * <li>
1358
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
1359
- * </li>
1360
- * </ul>
1361
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
1362
- */
1363
- name: string | undefined;
1364
- /**
1365
- * <p>The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1366
- */
1367
- output?: string;
1368
- /**
1369
- * <p>Contains details about the output of an execution history event.</p>
1370
- */
1371
- outputDetails?: HistoryEventExecutionDataDetails;
1372
- }
1373
- export declare namespace StateExitedEventDetails {
1374
- /**
1375
- * @internal
1376
- */
1377
- const filterSensitiveLog: (obj: StateExitedEventDetails) => any;
1378
- }
1379
- /**
1380
- * <p>Contains details about a task failure event.</p>
1381
- */
1382
- export interface TaskFailedEventDetails {
1383
- /**
1384
- * <p>The action of the resource called by a task state.</p>
1385
- */
1386
- resourceType: string | undefined;
1387
- /**
1388
- * <p>The service name of the resource in a task state.</p>
1389
- */
1390
- resource: string | undefined;
1391
- /**
1392
- * <p>The error code of the failure.</p>
1393
- */
1394
- error?: string;
1395
- /**
1396
- * <p>A more detailed explanation of the cause of the failure.</p>
1397
- */
1398
- cause?: string;
1399
- }
1400
- export declare namespace TaskFailedEventDetails {
1401
- /**
1402
- * @internal
1403
- */
1404
- const filterSensitiveLog: (obj: TaskFailedEventDetails) => any;
1405
- }
1406
- /**
1407
- * <p>Contains details about a task scheduled during an execution.</p>
1408
- */
1409
- export interface TaskScheduledEventDetails {
1410
- /**
1411
- * <p>The action of the resource called by a task state.</p>
1412
- */
1413
- resourceType: string | undefined;
1414
- /**
1415
- * <p>The service name of the resource in a task state.</p>
1416
- */
1417
- resource: string | undefined;
1418
- /**
1419
- * <p>The region of the scheduled task</p>
1420
- */
1421
- region: string | undefined;
1422
- /**
1423
- * <p>The JSON data passed to the resource referenced in a task state.
1424
- * Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1425
- */
1426
- parameters: string | undefined;
1427
- /**
1428
- * <p>The maximum allowed duration of the task.</p>
1429
- */
1430
- timeoutInSeconds?: number;
1431
- /**
1432
- * <p>The maximum allowed duration between two heartbeats for the task.</p>
1433
- */
1434
- heartbeatInSeconds?: number;
1435
- }
1436
- export declare namespace TaskScheduledEventDetails {
1437
- /**
1438
- * @internal
1439
- */
1440
- const filterSensitiveLog: (obj: TaskScheduledEventDetails) => any;
1441
- }
1442
- /**
1443
- * <p>Contains details about the start of a task during an execution.</p>
1444
- */
1445
- export interface TaskStartedEventDetails {
1446
- /**
1447
- * <p>The action of the resource called by a task state.</p>
1448
- */
1449
- resourceType: string | undefined;
1450
- /**
1451
- * <p>The service name of the resource in a task state.</p>
1452
- */
1453
- resource: string | undefined;
1454
- }
1455
- export declare namespace TaskStartedEventDetails {
1456
- /**
1457
- * @internal
1458
- */
1459
- const filterSensitiveLog: (obj: TaskStartedEventDetails) => any;
1460
- }
1461
- /**
1462
- * <p>Contains details about a task that failed to start during an execution.</p>
1463
- */
1464
- export interface TaskStartFailedEventDetails {
1465
- /**
1466
- * <p>The action of the resource called by a task state.</p>
1467
- */
1468
- resourceType: string | undefined;
1469
- /**
1470
- * <p>The service name of the resource in a task state.</p>
1471
- */
1472
- resource: string | undefined;
1473
- /**
1474
- * <p>The error code of the failure.</p>
1475
- */
1476
- error?: string;
1477
- /**
1478
- * <p>A more detailed explanation of the cause of the failure.</p>
1479
- */
1480
- cause?: string;
1481
- }
1482
- export declare namespace TaskStartFailedEventDetails {
1483
- /**
1484
- * @internal
1485
- */
1486
- const filterSensitiveLog: (obj: TaskStartFailedEventDetails) => any;
1487
- }
1488
- /**
1489
- * <p>Contains details about a task that failed to submit during an execution.</p>
1490
- */
1491
- export interface TaskSubmitFailedEventDetails {
1492
- /**
1493
- * <p>The action of the resource called by a task state.</p>
1494
- */
1495
- resourceType: string | undefined;
1496
- /**
1497
- * <p>The service name of the resource in a task state.</p>
1498
- */
1499
- resource: string | undefined;
1500
- /**
1501
- * <p>The error code of the failure.</p>
1502
- */
1503
- error?: string;
1504
- /**
1505
- * <p>A more detailed explanation of the cause of the failure.</p>
1506
- */
1507
- cause?: string;
1508
- }
1509
- export declare namespace TaskSubmitFailedEventDetails {
1510
- /**
1511
- * @internal
1512
- */
1513
- const filterSensitiveLog: (obj: TaskSubmitFailedEventDetails) => any;
1514
- }
1515
- /**
1516
- * <p>Contains details about a task submitted to a resource .</p>
1517
- */
1518
- export interface TaskSubmittedEventDetails {
1519
- /**
1520
- * <p>The action of the resource called by a task state.</p>
1521
- */
1522
- resourceType: string | undefined;
1523
- /**
1524
- * <p>The service name of the resource in a task state.</p>
1525
- */
1526
- resource: string | undefined;
1527
- /**
1528
- * <p>The response from a resource when a task has started. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1529
- */
1530
- output?: string;
1531
- /**
1532
- * <p>Contains details about the output of an execution history event.</p>
1533
- */
1534
- outputDetails?: HistoryEventExecutionDataDetails;
1535
- }
1536
- export declare namespace TaskSubmittedEventDetails {
1537
- /**
1538
- * @internal
1539
- */
1540
- const filterSensitiveLog: (obj: TaskSubmittedEventDetails) => any;
1541
- }
1542
- /**
1543
- * <p>Contains details about the successful completion of a task state.</p>
1544
- */
1545
- export interface TaskSucceededEventDetails {
1546
- /**
1547
- * <p>The action of the resource called by a task state.</p>
1548
- */
1549
- resourceType: string | undefined;
1550
- /**
1551
- * <p>The service name of the resource in a task state.</p>
1552
- */
1553
- resource: string | undefined;
1554
- /**
1555
- * <p>The full JSON response from a resource when a task has succeeded. This response becomes
1556
- * the output of the related task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
1557
- */
1558
- output?: string;
1559
- /**
1560
- * <p>Contains details about the output of an execution history event.</p>
1561
- */
1562
- outputDetails?: HistoryEventExecutionDataDetails;
1563
- }
1564
- export declare namespace TaskSucceededEventDetails {
1565
- /**
1566
- * @internal
1567
- */
1568
- const filterSensitiveLog: (obj: TaskSucceededEventDetails) => any;
1569
- }
1570
- /**
1571
- * <p>Contains details about a resource timeout that occurred during an execution.</p>
1572
- */
1573
- export interface TaskTimedOutEventDetails {
1574
- /**
1575
- * <p>The action of the resource called by a task state.</p>
1576
- */
1577
- resourceType: string | undefined;
1578
- /**
1579
- * <p>The service name of the resource in a task state.</p>
1580
- */
1581
- resource: string | undefined;
1582
- /**
1583
- * <p>The error code of the failure.</p>
1584
- */
1585
- error?: string;
1586
- /**
1587
- * <p>A more detailed explanation of the cause of the failure.</p>
1588
- */
1589
- cause?: string;
1590
- }
1591
- export declare namespace TaskTimedOutEventDetails {
1592
- /**
1593
- * @internal
1594
- */
1595
- const filterSensitiveLog: (obj: TaskTimedOutEventDetails) => any;
1596
- }
1597
- export declare type HistoryEventType = "ActivityFailed" | "ActivityScheduleFailed" | "ActivityScheduled" | "ActivityStarted" | "ActivitySucceeded" | "ActivityTimedOut" | "ChoiceStateEntered" | "ChoiceStateExited" | "ExecutionAborted" | "ExecutionFailed" | "ExecutionStarted" | "ExecutionSucceeded" | "ExecutionTimedOut" | "FailStateEntered" | "LambdaFunctionFailed" | "LambdaFunctionScheduleFailed" | "LambdaFunctionScheduled" | "LambdaFunctionStartFailed" | "LambdaFunctionStarted" | "LambdaFunctionSucceeded" | "LambdaFunctionTimedOut" | "MapIterationAborted" | "MapIterationFailed" | "MapIterationStarted" | "MapIterationSucceeded" | "MapStateAborted" | "MapStateEntered" | "MapStateExited" | "MapStateFailed" | "MapStateStarted" | "MapStateSucceeded" | "ParallelStateAborted" | "ParallelStateEntered" | "ParallelStateExited" | "ParallelStateFailed" | "ParallelStateStarted" | "ParallelStateSucceeded" | "PassStateEntered" | "PassStateExited" | "SucceedStateEntered" | "SucceedStateExited" | "TaskFailed" | "TaskScheduled" | "TaskStartFailed" | "TaskStarted" | "TaskStateAborted" | "TaskStateEntered" | "TaskStateExited" | "TaskSubmitFailed" | "TaskSubmitted" | "TaskSucceeded" | "TaskTimedOut" | "WaitStateAborted" | "WaitStateEntered" | "WaitStateExited";
1598
- /**
1599
- * <p>Contains details about the events of an execution.</p>
1600
- */
1601
- export interface HistoryEvent {
1602
- /**
1603
- * <p>The date and time the event occurred.</p>
1604
- */
1605
- timestamp: Date | undefined;
1606
- /**
1607
- * <p>The type of the event.</p>
1608
- */
1609
- type: HistoryEventType | string | undefined;
1610
- /**
1611
- * <p>The id of the event. Events are numbered sequentially, starting at one.</p>
1612
- */
1613
- id: number | undefined;
1614
- /**
1615
- * <p>The id of the previous event.</p>
1616
- */
1617
- previousEventId?: number;
1618
- /**
1619
- * <p>Contains details about an activity that failed during an execution.</p>
1620
- */
1621
- activityFailedEventDetails?: ActivityFailedEventDetails;
1622
- /**
1623
- * <p>Contains details about an activity schedule event that failed during an execution.</p>
1624
- */
1625
- activityScheduleFailedEventDetails?: ActivityScheduleFailedEventDetails;
1626
- /**
1627
- * <p>Contains details about an activity scheduled during an execution.</p>
1628
- */
1629
- activityScheduledEventDetails?: ActivityScheduledEventDetails;
1630
- /**
1631
- * <p>Contains details about the start of an activity during an execution.</p>
1632
- */
1633
- activityStartedEventDetails?: ActivityStartedEventDetails;
1634
- /**
1635
- * <p>Contains details about an activity that successfully terminated during an
1636
- * execution.</p>
1637
- */
1638
- activitySucceededEventDetails?: ActivitySucceededEventDetails;
1639
- /**
1640
- * <p>Contains details about an activity timeout that occurred during an execution.</p>
1641
- */
1642
- activityTimedOutEventDetails?: ActivityTimedOutEventDetails;
1643
- /**
1644
- * <p>Contains details about the failure of a task.</p>
1645
- */
1646
- taskFailedEventDetails?: TaskFailedEventDetails;
1647
- /**
1648
- * <p>Contains details about a task that was scheduled.</p>
1649
- */
1650
- taskScheduledEventDetails?: TaskScheduledEventDetails;
1651
- /**
1652
- * <p>Contains details about a task that failed to start.</p>
1653
- */
1654
- taskStartFailedEventDetails?: TaskStartFailedEventDetails;
1655
- /**
1656
- * <p>Contains details about a task that was started.</p>
1657
- */
1658
- taskStartedEventDetails?: TaskStartedEventDetails;
1659
- /**
1660
- * <p>Contains details about a task that where the submit failed.</p>
1661
- */
1662
- taskSubmitFailedEventDetails?: TaskSubmitFailedEventDetails;
1663
- /**
1664
- * <p>Contains details about a submitted task.</p>
1665
- */
1666
- taskSubmittedEventDetails?: TaskSubmittedEventDetails;
1667
- /**
1668
- * <p>Contains details about a task that succeeded.</p>
1669
- */
1670
- taskSucceededEventDetails?: TaskSucceededEventDetails;
1671
- /**
1672
- * <p>Contains details about a task that timed out.</p>
1673
- */
1674
- taskTimedOutEventDetails?: TaskTimedOutEventDetails;
1675
- /**
1676
- * <p>Contains details about an execution failure event.</p>
1677
- */
1678
- executionFailedEventDetails?: ExecutionFailedEventDetails;
1679
- /**
1680
- * <p>Contains details about the start of the execution.</p>
1681
- */
1682
- executionStartedEventDetails?: ExecutionStartedEventDetails;
1683
- /**
1684
- * <p>Contains details about the successful termination of the execution.</p>
1685
- */
1686
- executionSucceededEventDetails?: ExecutionSucceededEventDetails;
1687
- /**
1688
- * <p>Contains details about an abort of an execution.</p>
1689
- */
1690
- executionAbortedEventDetails?: ExecutionAbortedEventDetails;
1691
- /**
1692
- * <p>Contains details about the execution timeout that occurred during the execution.</p>
1693
- */
1694
- executionTimedOutEventDetails?: ExecutionTimedOutEventDetails;
1695
- /**
1696
- * <p>Contains details about Map state that was started.</p>
1697
- */
1698
- mapStateStartedEventDetails?: MapStateStartedEventDetails;
1699
- /**
1700
- * <p>Contains details about an iteration of a Map state that was started.</p>
1701
- */
1702
- mapIterationStartedEventDetails?: MapIterationEventDetails;
1703
- /**
1704
- * <p>Contains details about an iteration of a Map state that succeeded.</p>
1705
- */
1706
- mapIterationSucceededEventDetails?: MapIterationEventDetails;
1707
- /**
1708
- * <p>Contains details about an iteration of a Map state that failed.</p>
1709
- */
1710
- mapIterationFailedEventDetails?: MapIterationEventDetails;
1711
- /**
1712
- * <p>Contains details about an iteration of a Map state that was aborted.</p>
1713
- */
1714
- mapIterationAbortedEventDetails?: MapIterationEventDetails;
1715
- /**
1716
- * <p>Contains details about a lambda function that failed during an execution.</p>
1717
- */
1718
- lambdaFunctionFailedEventDetails?: LambdaFunctionFailedEventDetails;
1719
- /**
1720
- * <p>Contains details about a failed lambda function schedule event that occurred during an
1721
- * execution.</p>
1722
- */
1723
- lambdaFunctionScheduleFailedEventDetails?: LambdaFunctionScheduleFailedEventDetails;
1724
- /**
1725
- * <p>Contains details about a lambda function scheduled during an execution.</p>
1726
- */
1727
- lambdaFunctionScheduledEventDetails?: LambdaFunctionScheduledEventDetails;
1728
- /**
1729
- * <p>Contains details about a lambda function that failed to start during an execution.</p>
1730
- */
1731
- lambdaFunctionStartFailedEventDetails?: LambdaFunctionStartFailedEventDetails;
1732
- /**
1733
- * <p>Contains details about a lambda function that terminated successfully during an
1734
- * execution.</p>
1735
- */
1736
- lambdaFunctionSucceededEventDetails?: LambdaFunctionSucceededEventDetails;
1737
- /**
1738
- * <p>Contains details about a lambda function timeout that occurred during an execution.</p>
1739
- */
1740
- lambdaFunctionTimedOutEventDetails?: LambdaFunctionTimedOutEventDetails;
1741
- /**
1742
- * <p>Contains details about a state entered during an execution.</p>
1743
- */
1744
- stateEnteredEventDetails?: StateEnteredEventDetails;
1745
- /**
1746
- * <p>Contains details about an exit from a state during an execution.</p>
1747
- */
1748
- stateExitedEventDetails?: StateExitedEventDetails;
1749
- }
1750
- export declare namespace HistoryEvent {
1751
- /**
1752
- * @internal
1753
- */
1754
- const filterSensitiveLog: (obj: HistoryEvent) => any;
1755
- }
1756
- export interface GetExecutionHistoryOutput {
1757
- /**
1758
- * <p>The list of events that occurred in the execution.</p>
1759
- */
1760
- events: HistoryEvent[] | undefined;
1761
- /**
1762
- * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
1763
- * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
1764
- */
1765
- nextToken?: string;
1766
- }
1767
- export declare namespace GetExecutionHistoryOutput {
1768
- /**
1769
- * @internal
1770
- */
1771
- const filterSensitiveLog: (obj: GetExecutionHistoryOutput) => any;
1772
- }
1773
- /**
1774
- * <p>The provided token is invalid.</p>
1775
- */
1776
- export interface InvalidToken extends __SmithyException, $MetadataBearer {
1777
- name: "InvalidToken";
1778
- $fault: "client";
1779
- message?: string;
1780
- }
1781
- export declare namespace InvalidToken {
1782
- /**
1783
- * @internal
1784
- */
1785
- const filterSensitiveLog: (obj: InvalidToken) => any;
1786
- }
1787
- export interface ListActivitiesInput {
1788
- /**
1789
- * <p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.
1790
- * The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.</p>
1791
- * <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>
1792
- */
1793
- maxResults?: number;
1794
- /**
1795
- * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
1796
- * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
1797
- */
1798
- nextToken?: string;
1799
- }
1800
- export declare namespace ListActivitiesInput {
1801
- /**
1802
- * @internal
1803
- */
1804
- const filterSensitiveLog: (obj: ListActivitiesInput) => any;
1805
- }
1806
- export interface ListActivitiesOutput {
1807
- /**
1808
- * <p>The list of activities.</p>
1809
- */
1810
- activities: ActivityListItem[] | undefined;
1811
- /**
1812
- * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
1813
- * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
1814
- */
1815
- nextToken?: string;
1816
- }
1817
- export declare namespace ListActivitiesOutput {
1818
- /**
1819
- * @internal
1820
- */
1821
- const filterSensitiveLog: (obj: ListActivitiesOutput) => any;
1822
- }
1823
- export interface ListExecutionsInput {
1824
- /**
1825
- * <p>The Amazon Resource Name (ARN) of the state machine whose executions is listed.</p>
1826
- */
1827
- stateMachineArn: string | undefined;
1828
- /**
1829
- * <p>If specified, only list the executions whose current execution status matches the given
1830
- * filter.</p>
1831
- */
1832
- statusFilter?: ExecutionStatus | string;
1833
- /**
1834
- * <p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.
1835
- * The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.</p>
1836
- * <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>
1837
- */
1838
- maxResults?: number;
1839
- /**
1840
- * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
1841
- * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
1842
- */
1843
- nextToken?: string;
1844
- }
1845
- export declare namespace ListExecutionsInput {
1846
- /**
1847
- * @internal
1848
- */
1849
- const filterSensitiveLog: (obj: ListExecutionsInput) => any;
1850
- }
1851
- /**
1852
- * <p>Contains details about an execution.</p>
1853
- */
1854
- export interface ExecutionListItem {
1855
- /**
1856
- * <p>The Amazon Resource Name (ARN) that identifies the execution.</p>
1857
- */
1858
- executionArn: string | undefined;
1859
- /**
1860
- * <p>The Amazon Resource Name (ARN) of the executed state machine.</p>
1861
- */
1862
- stateMachineArn: string | undefined;
1863
- /**
1864
- * <p>The name of the execution.</p>
1865
- * <p>A name must <i>not</i> contain:</p>
1866
- * <ul>
1867
- * <li>
1868
- * <p>white space</p>
1869
- * </li>
1870
- * <li>
1871
- * <p>brackets <code>< > { } [ ]</code>
1872
- * </p>
1873
- * </li>
1874
- * <li>
1875
- * <p>wildcard characters <code>? *</code>
1876
- * </p>
1877
- * </li>
1878
- * <li>
1879
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
1880
- * </p>
1881
- * </li>
1882
- * <li>
1883
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
1884
- * </li>
1885
- * </ul>
1886
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
1887
- */
1888
- name: string | undefined;
1889
- /**
1890
- * <p>The current status of the execution.</p>
1891
- */
1892
- status: ExecutionStatus | string | undefined;
1893
- /**
1894
- * <p>The date the execution started.</p>
1895
- */
1896
- startDate: Date | undefined;
1897
- /**
1898
- * <p>If the execution already ended, the date the execution stopped.</p>
1899
- */
1900
- stopDate?: Date;
1901
- }
1902
- export declare namespace ExecutionListItem {
1903
- /**
1904
- * @internal
1905
- */
1906
- const filterSensitiveLog: (obj: ExecutionListItem) => any;
1907
- }
1908
- export interface ListExecutionsOutput {
1909
- /**
1910
- * <p>The list of matching executions.</p>
1911
- */
1912
- executions: ExecutionListItem[] | undefined;
1913
- /**
1914
- * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
1915
- * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
1916
- */
1917
- nextToken?: string;
1918
- }
1919
- export declare namespace ListExecutionsOutput {
1920
- /**
1921
- * @internal
1922
- */
1923
- const filterSensitiveLog: (obj: ListExecutionsOutput) => any;
1924
- }
1925
- export interface ListStateMachinesInput {
1926
- /**
1927
- * <p>The maximum number of results that are returned per call. You can use <code>nextToken</code> to obtain further pages of results.
1928
- * The default is 100 and the maximum allowed page size is 1000. A value of 0 uses the default.</p>
1929
- * <p>This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.</p>
1930
- */
1931
- maxResults?: number;
1932
- /**
1933
- * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
1934
- * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
1935
- */
1936
- nextToken?: string;
1937
- }
1938
- export declare namespace ListStateMachinesInput {
1939
- /**
1940
- * @internal
1941
- */
1942
- const filterSensitiveLog: (obj: ListStateMachinesInput) => any;
1943
- }
1944
- /**
1945
- * <p>Contains details about the state machine.</p>
1946
- */
1947
- export interface StateMachineListItem {
1948
- /**
1949
- * <p>The Amazon Resource Name (ARN) that identifies the state machine.</p>
1950
- */
1951
- stateMachineArn: string | undefined;
1952
- /**
1953
- * <p>The name of the state machine.</p>
1954
- * <p>A name must <i>not</i> contain:</p>
1955
- * <ul>
1956
- * <li>
1957
- * <p>white space</p>
1958
- * </li>
1959
- * <li>
1960
- * <p>brackets <code>< > { } [ ]</code>
1961
- * </p>
1962
- * </li>
1963
- * <li>
1964
- * <p>wildcard characters <code>? *</code>
1965
- * </p>
1966
- * </li>
1967
- * <li>
1968
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
1969
- * </p>
1970
- * </li>
1971
- * <li>
1972
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
1973
- * </li>
1974
- * </ul>
1975
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
1976
- */
1977
- name: string | undefined;
1978
- /**
1979
- * <p></p>
1980
- */
1981
- type: StateMachineType | string | undefined;
1982
- /**
1983
- * <p>The date the state machine is created.</p>
1984
- */
1985
- creationDate: Date | undefined;
1986
- }
1987
- export declare namespace StateMachineListItem {
1988
- /**
1989
- * @internal
1990
- */
1991
- const filterSensitiveLog: (obj: StateMachineListItem) => any;
1992
- }
1993
- export interface ListStateMachinesOutput {
1994
- stateMachines: StateMachineListItem[] | undefined;
1995
- /**
1996
- * <p>If <code>nextToken</code> is returned, there are more results available. The value of <code>nextToken</code> is a unique pagination token for each page.
1997
- * Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an <i>HTTP 400 InvalidToken</i> error.</p>
1998
- */
1999
- nextToken?: string;
2000
- }
2001
- export declare namespace ListStateMachinesOutput {
2002
- /**
2003
- * @internal
2004
- */
2005
- const filterSensitiveLog: (obj: ListStateMachinesOutput) => any;
2006
- }
2007
- export interface ListTagsForResourceInput {
2008
- /**
2009
- * <p>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</p>
2010
- */
2011
- resourceArn: string | undefined;
2012
- }
2013
- export declare namespace ListTagsForResourceInput {
2014
- /**
2015
- * @internal
2016
- */
2017
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
2018
- }
2019
- export interface ListTagsForResourceOutput {
2020
- /**
2021
- * <p>An array of tags associated with the resource.</p>
2022
- */
2023
- tags?: Tag[];
2024
- }
2025
- export declare namespace ListTagsForResourceOutput {
2026
- /**
2027
- * @internal
2028
- */
2029
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2030
- }
2031
- /**
2032
- * <p>Could not find the referenced resource. Only state machine and activity ARNs are
2033
- * supported.</p>
2034
- */
2035
- export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
2036
- name: "ResourceNotFound";
2037
- $fault: "client";
2038
- message?: string;
2039
- resourceName?: string;
2040
- }
2041
- export declare namespace ResourceNotFound {
2042
- /**
2043
- * @internal
2044
- */
2045
- const filterSensitiveLog: (obj: ResourceNotFound) => any;
2046
- }
2047
- export interface SendTaskFailureInput {
2048
- /**
2049
- * <p>The token that represents this task. Task tokens are generated by Step Functions when
2050
- * tasks are assigned to a worker, or in the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html">context object</a> when a
2051
- * workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</p>
2052
- */
2053
- taskToken: string | undefined;
2054
- /**
2055
- * <p>The error code of the failure.</p>
2056
- */
2057
- error?: string;
2058
- /**
2059
- * <p>A more detailed explanation of the cause of the failure.</p>
2060
- */
2061
- cause?: string;
2062
- }
2063
- export declare namespace SendTaskFailureInput {
2064
- /**
2065
- * @internal
2066
- */
2067
- const filterSensitiveLog: (obj: SendTaskFailureInput) => any;
2068
- }
2069
- export interface SendTaskFailureOutput {
2070
- }
2071
- export declare namespace SendTaskFailureOutput {
2072
- /**
2073
- * @internal
2074
- */
2075
- const filterSensitiveLog: (obj: SendTaskFailureOutput) => any;
2076
- }
2077
- export interface TaskDoesNotExist extends __SmithyException, $MetadataBearer {
2078
- name: "TaskDoesNotExist";
2079
- $fault: "client";
2080
- message?: string;
2081
- }
2082
- export declare namespace TaskDoesNotExist {
2083
- /**
2084
- * @internal
2085
- */
2086
- const filterSensitiveLog: (obj: TaskDoesNotExist) => any;
2087
- }
2088
- export interface TaskTimedOut extends __SmithyException, $MetadataBearer {
2089
- name: "TaskTimedOut";
2090
- $fault: "client";
2091
- message?: string;
2092
- }
2093
- export declare namespace TaskTimedOut {
2094
- /**
2095
- * @internal
2096
- */
2097
- const filterSensitiveLog: (obj: TaskTimedOut) => any;
2098
- }
2099
- export interface SendTaskHeartbeatInput {
2100
- /**
2101
- * <p>The token that represents this task. Task tokens are generated by Step Functions when
2102
- * tasks are assigned to a worker, or in the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html">context object</a> when a
2103
- * workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</p>
2104
- */
2105
- taskToken: string | undefined;
2106
- }
2107
- export declare namespace SendTaskHeartbeatInput {
2108
- /**
2109
- * @internal
2110
- */
2111
- const filterSensitiveLog: (obj: SendTaskHeartbeatInput) => any;
2112
- }
2113
- export interface SendTaskHeartbeatOutput {
2114
- }
2115
- export declare namespace SendTaskHeartbeatOutput {
2116
- /**
2117
- * @internal
2118
- */
2119
- const filterSensitiveLog: (obj: SendTaskHeartbeatOutput) => any;
2120
- }
2121
- /**
2122
- * <p>The provided JSON output data is invalid.</p>
2123
- */
2124
- export interface InvalidOutput extends __SmithyException, $MetadataBearer {
2125
- name: "InvalidOutput";
2126
- $fault: "client";
2127
- message?: string;
2128
- }
2129
- export declare namespace InvalidOutput {
2130
- /**
2131
- * @internal
2132
- */
2133
- const filterSensitiveLog: (obj: InvalidOutput) => any;
2134
- }
2135
- export interface SendTaskSuccessInput {
2136
- /**
2137
- * <p>The token that represents this task. Task tokens are generated by Step Functions when
2138
- * tasks are assigned to a worker, or in the <a href="https://docs.aws.amazon.com/step-functions/latest/dg/input-output-contextobject.html">context object</a> when a
2139
- * workflow enters a task state. See <a>GetActivityTaskOutput$taskToken</a>.</p>
2140
- */
2141
- taskToken: string | undefined;
2142
- /**
2143
- * <p>The JSON output of the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
2144
- */
2145
- output: string | undefined;
2146
- }
2147
- export declare namespace SendTaskSuccessInput {
2148
- /**
2149
- * @internal
2150
- */
2151
- const filterSensitiveLog: (obj: SendTaskSuccessInput) => any;
2152
- }
2153
- export interface SendTaskSuccessOutput {
2154
- }
2155
- export declare namespace SendTaskSuccessOutput {
2156
- /**
2157
- * @internal
2158
- */
2159
- const filterSensitiveLog: (obj: SendTaskSuccessOutput) => any;
2160
- }
2161
- /**
2162
- * <p>The execution has the same <code>name</code> as another execution (but a different
2163
- * <code>input</code>).</p>
2164
- * <note>
2165
- * <p>Executions with the same <code>name</code> and <code>input</code> are considered
2166
- * idempotent.</p>
2167
- * </note>
2168
- */
2169
- export interface ExecutionAlreadyExists extends __SmithyException, $MetadataBearer {
2170
- name: "ExecutionAlreadyExists";
2171
- $fault: "client";
2172
- message?: string;
2173
- }
2174
- export declare namespace ExecutionAlreadyExists {
2175
- /**
2176
- * @internal
2177
- */
2178
- const filterSensitiveLog: (obj: ExecutionAlreadyExists) => any;
2179
- }
2180
- /**
2181
- * <p>The maximum number of running executions has been reached. Running executions must end or
2182
- * be stopped before a new execution can be started.</p>
2183
- */
2184
- export interface ExecutionLimitExceeded extends __SmithyException, $MetadataBearer {
2185
- name: "ExecutionLimitExceeded";
2186
- $fault: "client";
2187
- message?: string;
2188
- }
2189
- export declare namespace ExecutionLimitExceeded {
2190
- /**
2191
- * @internal
2192
- */
2193
- const filterSensitiveLog: (obj: ExecutionLimitExceeded) => any;
2194
- }
2195
- /**
2196
- * <p>The provided JSON input data is invalid.</p>
2197
- */
2198
- export interface InvalidExecutionInput extends __SmithyException, $MetadataBearer {
2199
- name: "InvalidExecutionInput";
2200
- $fault: "client";
2201
- message?: string;
2202
- }
2203
- export declare namespace InvalidExecutionInput {
2204
- /**
2205
- * @internal
2206
- */
2207
- const filterSensitiveLog: (obj: InvalidExecutionInput) => any;
2208
- }
2209
- export interface StartExecutionInput {
2210
- /**
2211
- * <p>The Amazon Resource Name (ARN) of the state machine to execute.</p>
2212
- */
2213
- stateMachineArn: string | undefined;
2214
- /**
2215
- * <p>The name of the execution. This name must be unique for your AWS account, region, and state machine for 90 days. For more information,
2216
- * see <a href="https://docs.aws.amazon.com/step-functions/latest/dg/limits.html#service-limits-state-machine-executions">
2217
- * Limits Related to State Machine Executions</a> in the <i>AWS Step Functions Developer Guide</i>.</p>
2218
- * <p>A name must <i>not</i> contain:</p>
2219
- * <ul>
2220
- * <li>
2221
- * <p>white space</p>
2222
- * </li>
2223
- * <li>
2224
- * <p>brackets <code>< > { } [ ]</code>
2225
- * </p>
2226
- * </li>
2227
- * <li>
2228
- * <p>wildcard characters <code>? *</code>
2229
- * </p>
2230
- * </li>
2231
- * <li>
2232
- * <p>special characters <code>" # % \ ^ | ~ ` $ & , ; : /</code>
2233
- * </p>
2234
- * </li>
2235
- * <li>
2236
- * <p>control characters (<code>U+0000-001F</code>, <code>U+007F-009F</code>)</p>
2237
- * </li>
2238
- * </ul>
2239
- * <p>To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.</p>
2240
- */
2241
- name?: string;
2242
- /**
2243
- * <p>The string that contains the JSON input data for the execution, for example:</p>
2244
- * <p>
2245
- * <code>"input": "{\"first_name\" : \"test\"}"</code>
2246
- * </p>
2247
- * <note>
2248
- * <p>If you don't include any JSON input data, you still must include the two braces, for
2249
- * example: <code>"input": "{}"</code>
2250
- * </p>
2251
- * </note>
2252
- * <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
2253
- */
2254
- input?: string;
2255
- /**
2256
- * <p>Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.</p>
2257
- */
2258
- traceHeader?: string;
2259
- }
2260
- export declare namespace StartExecutionInput {
2261
- /**
2262
- * @internal
2263
- */
2264
- const filterSensitiveLog: (obj: StartExecutionInput) => any;
2265
- }
2266
- export interface StartExecutionOutput {
2267
- /**
2268
- * <p>The Amazon Resource Name (ARN) that identifies the execution.</p>
2269
- */
2270
- executionArn: string | undefined;
2271
- /**
2272
- * <p>The date the execution is started.</p>
2273
- */
2274
- startDate: Date | undefined;
2275
- }
2276
- export declare namespace StartExecutionOutput {
2277
- /**
2278
- * @internal
2279
- */
2280
- const filterSensitiveLog: (obj: StartExecutionOutput) => any;
2281
- }
2282
- export interface StartSyncExecutionInput {
2283
- /**
2284
- * <p>The Amazon Resource Name (ARN) of the state machine to execute.</p>
2285
- */
2286
- stateMachineArn: string | undefined;
2287
- /**
2288
- * <p>The name of the execution.</p>
2289
- */
2290
- name?: string;
2291
- /**
2292
- * <p>The string that contains the JSON input data for the execution, for example:</p>
2293
- * <p>
2294
- * <code>"input": "{\"first_name\" : \"test\"}"</code>
2295
- * </p>
2296
- * <note>
2297
- * <p>If you don't include any JSON input data, you still must include the two braces, for
2298
- * example: <code>"input": "{}"</code>
2299
- * </p>
2300
- * </note>
2301
- * <p>Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
2302
- */
2303
- input?: string;
2304
- /**
2305
- * <p>Passes the AWS X-Ray trace header. The trace header can also be passed in the request payload.</p>
2306
- */
2307
- traceHeader?: string;
2308
- }
2309
- export declare namespace StartSyncExecutionInput {
2310
- /**
2311
- * @internal
2312
- */
2313
- const filterSensitiveLog: (obj: StartSyncExecutionInput) => any;
2314
- }
2315
- /**
2316
- * <p>An object that describes workflow billing details.</p>
2317
- */
2318
- export interface BillingDetails {
2319
- /**
2320
- * <p>Billed memory consumption of your workflow, in MB.</p>
2321
- */
2322
- billedMemoryUsedInMB?: number;
2323
- /**
2324
- * <p>Billed duration of your workflow, in milliseconds.</p>
2325
- */
2326
- billedDurationInMilliseconds?: number;
2327
- }
2328
- export declare namespace BillingDetails {
2329
- /**
2330
- * @internal
2331
- */
2332
- const filterSensitiveLog: (obj: BillingDetails) => any;
2333
- }
2334
- export declare type SyncExecutionStatus = "FAILED" | "SUCCEEDED" | "TIMED_OUT";
2335
- export interface StartSyncExecutionOutput {
2336
- /**
2337
- * <p>The Amazon Resource Name (ARN) that identifies the execution.</p>
2338
- */
2339
- executionArn: string | undefined;
2340
- /**
2341
- * <p>The Amazon Resource Name (ARN) that identifies the state machine.</p>
2342
- */
2343
- stateMachineArn?: string;
2344
- /**
2345
- * <p>The name of the execution.</p>
2346
- */
2347
- name?: string;
2348
- /**
2349
- * <p>The date the execution is started.</p>
2350
- */
2351
- startDate: Date | undefined;
2352
- /**
2353
- * <p>If the execution has already ended, the date the execution stopped.</p>
2354
- */
2355
- stopDate: Date | undefined;
2356
- /**
2357
- * <p>The current status of the execution.</p>
2358
- */
2359
- status: SyncExecutionStatus | string | undefined;
2360
- /**
2361
- * <p>The error code of the failure.</p>
2362
- */
2363
- error?: string;
2364
- /**
2365
- * <p>A more detailed explanation of the cause of the failure.</p>
2366
- */
2367
- cause?: string;
2368
- /**
2369
- * <p>The string that contains the JSON input data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
2370
- */
2371
- input?: string;
2372
- /**
2373
- * <p>Provides details about execution input or output.</p>
2374
- */
2375
- inputDetails?: CloudWatchEventsExecutionDataDetails;
2376
- /**
2377
- * <p>The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.</p>
2378
- * <note>
2379
- * <p>This field is set only if the execution succeeds. If the execution fails, this field is
2380
- * null.</p>
2381
- * </note>
2382
- */
2383
- output?: string;
2384
- /**
2385
- * <p>Provides details about execution input or output.</p>
2386
- */
2387
- outputDetails?: CloudWatchEventsExecutionDataDetails;
2388
- /**
2389
- * <p>The AWS X-Ray trace header that was passed to the execution.</p>
2390
- */
2391
- traceHeader?: string;
2392
- /**
2393
- * <p>An object that describes workflow billing details, including billed duration
2394
- * and memory use.</p>
2395
- */
2396
- billingDetails?: BillingDetails;
2397
- }
2398
- export declare namespace StartSyncExecutionOutput {
2399
- /**
2400
- * @internal
2401
- */
2402
- const filterSensitiveLog: (obj: StartSyncExecutionOutput) => any;
2403
- }
2404
- export interface StopExecutionInput {
2405
- /**
2406
- * <p>The Amazon Resource Name (ARN) of the execution to stop.</p>
2407
- */
2408
- executionArn: string | undefined;
2409
- /**
2410
- * <p>The error code of the failure.</p>
2411
- */
2412
- error?: string;
2413
- /**
2414
- * <p>A more detailed explanation of the cause of the failure.</p>
2415
- */
2416
- cause?: string;
2417
- }
2418
- export declare namespace StopExecutionInput {
2419
- /**
2420
- * @internal
2421
- */
2422
- const filterSensitiveLog: (obj: StopExecutionInput) => any;
2423
- }
2424
- export interface StopExecutionOutput {
2425
- /**
2426
- * <p>The date the execution is stopped.</p>
2427
- */
2428
- stopDate: Date | undefined;
2429
- }
2430
- export declare namespace StopExecutionOutput {
2431
- /**
2432
- * @internal
2433
- */
2434
- const filterSensitiveLog: (obj: StopExecutionOutput) => any;
2435
- }
2436
- export interface TagResourceInput {
2437
- /**
2438
- * <p>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</p>
2439
- */
2440
- resourceArn: string | undefined;
2441
- /**
2442
- * <p>The list of tags to add to a resource.</p>
2443
- * <p>Tags may only contain Unicode letters, digits, white space, or these symbols: <code>_ . : / = + - @</code>.</p>
2444
- */
2445
- tags: Tag[] | undefined;
2446
- }
2447
- export declare namespace TagResourceInput {
2448
- /**
2449
- * @internal
2450
- */
2451
- const filterSensitiveLog: (obj: TagResourceInput) => any;
2452
- }
2453
- export interface TagResourceOutput {
2454
- }
2455
- export declare namespace TagResourceOutput {
2456
- /**
2457
- * @internal
2458
- */
2459
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
2460
- }
2461
- export interface UntagResourceInput {
2462
- /**
2463
- * <p>The Amazon Resource Name (ARN) for the Step Functions state machine or activity.</p>
2464
- */
2465
- resourceArn: string | undefined;
2466
- /**
2467
- * <p>The list of tags to remove from the resource.</p>
2468
- */
2469
- tagKeys: string[] | undefined;
2470
- }
2471
- export declare namespace UntagResourceInput {
2472
- /**
2473
- * @internal
2474
- */
2475
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
2476
- }
2477
- export interface UntagResourceOutput {
2478
- }
2479
- export declare namespace UntagResourceOutput {
2480
- /**
2481
- * @internal
2482
- */
2483
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
2484
- }
2485
- /**
2486
- * <p>Request is missing a required parameter. This error occurs if both <code>definition</code>
2487
- * and <code>roleArn</code> are not specified.</p>
2488
- */
2489
- export interface MissingRequiredParameter extends __SmithyException, $MetadataBearer {
2490
- name: "MissingRequiredParameter";
2491
- $fault: "client";
2492
- message?: string;
2493
- }
2494
- export declare namespace MissingRequiredParameter {
2495
- /**
2496
- * @internal
2497
- */
2498
- const filterSensitiveLog: (obj: MissingRequiredParameter) => any;
2499
- }
2500
- export interface UpdateStateMachineInput {
2501
- /**
2502
- * <p>The Amazon Resource Name (ARN) of the state machine.</p>
2503
- */
2504
- stateMachineArn: string | undefined;
2505
- /**
2506
- * <p>The Amazon States Language definition of the state machine. See <a href="https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html">Amazon States Language</a>.</p>
2507
- */
2508
- definition?: string;
2509
- /**
2510
- * <p>The Amazon Resource Name (ARN) of the IAM role of the state machine.</p>
2511
- */
2512
- roleArn?: string;
2513
- /**
2514
- * <p>The <code>LoggingConfiguration</code> data type is used to set CloudWatch Logs
2515
- * options.</p>
2516
- */
2517
- loggingConfiguration?: LoggingConfiguration;
2518
- /**
2519
- * <p>Selects whether AWS X-Ray tracing is enabled.</p>
2520
- */
2521
- tracingConfiguration?: TracingConfiguration;
2522
- }
2523
- export declare namespace UpdateStateMachineInput {
2524
- /**
2525
- * @internal
2526
- */
2527
- const filterSensitiveLog: (obj: UpdateStateMachineInput) => any;
2528
- }
2529
- export interface UpdateStateMachineOutput {
2530
- /**
2531
- * <p>The date and time the state machine was updated.</p>
2532
- */
2533
- updateDate: Date | undefined;
2534
- }
2535
- export declare namespace UpdateStateMachineOutput {
2536
- /**
2537
- * @internal
2538
- */
2539
- const filterSensitiveLog: (obj: UpdateStateMachineOutput) => any;
2540
- }