@kensio/yulin 1.20.2 → 1.20.3

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 (588) hide show
  1. package/dist/sdk/router/resolve-sim-sdk-command-router.d.ts +8 -0
  2. package/dist/sdk/router/resolve-sim-sdk-command-router.d.ts.map +1 -1
  3. package/dist/sdk/router/resolve-sim-sdk-command-router.js +10 -0
  4. package/dist/sdk/router/resolve-sim-sdk-command-router.js.map +1 -1
  5. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts +4 -0
  6. package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts.map +1 -1
  7. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js +6 -0
  8. package/dist/service/aws/factory/sim-aws-account-region-service-builder.js.map +1 -1
  9. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-error.d.ts +15 -0
  10. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-error.d.ts.map +1 -0
  11. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-error.js +18 -0
  12. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-error.js.map +1 -0
  13. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-properties.d.ts +30 -0
  14. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-properties.d.ts.map +1 -0
  15. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-properties.js +74 -0
  16. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-properties.js.map +1 -0
  17. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reader.d.ts +45 -0
  18. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reader.d.ts.map +1 -0
  19. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reader.js +82 -0
  20. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reader.js.map +1 -0
  21. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reading.d.ts +27 -0
  22. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reading.d.ts.map +1 -0
  23. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reading.js +24 -0
  24. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-reading.js.map +1 -0
  25. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-template.factory.d.ts +39 -0
  26. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-template.factory.d.ts.map +1 -0
  27. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-template.factory.js +42 -0
  28. package/dist/service/cloudformation/cdk/ssm/cross-region-parameter/sim-cdk-cross-region-parameter-template.factory.js.map +1 -0
  29. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-cross-region-parameter-cfn.d.ts +32 -0
  30. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-cross-region-parameter-cfn.d.ts.map +1 -0
  31. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-cross-region-parameter-cfn.js +36 -0
  32. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-cross-region-parameter-cfn.js.map +1 -0
  33. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-custom-resource-value-adapter.d.ts +14 -0
  34. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-custom-resource-value-adapter.d.ts.map +1 -0
  35. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-custom-resource-value-adapter.js +23 -0
  36. package/dist/service/cloudformation/resource/cfn/cdk/sim-cdk-custom-resource-value-adapter.js.map +1 -0
  37. package/dist/service/cloudformation/resource/cfn/sim-cfn-default-resource-value-adapter.d.ts.map +1 -1
  38. package/dist/service/cloudformation/resource/cfn/sim-cfn-default-resource-value-adapter.js +2 -1
  39. package/dist/service/cloudformation/resource/cfn/sim-cfn-default-resource-value-adapter.js.map +1 -1
  40. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.d.ts +2 -1
  41. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.d.ts.map +1 -1
  42. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js +4 -1
  43. package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js.map +1 -1
  44. package/dist/service/cloudformation/resource/cfn/sim-cfn-unanswered-attribute.d.ts +23 -0
  45. package/dist/service/cloudformation/resource/cfn/sim-cfn-unanswered-attribute.d.ts.map +1 -0
  46. package/dist/service/cloudformation/resource/cfn/sim-cfn-unanswered-attribute.js +46 -0
  47. package/dist/service/cloudformation/resource/cfn/sim-cfn-unanswered-attribute.js.map +1 -0
  48. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.js +1 -1
  49. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.js.map +1 -1
  50. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-custom-resource-factories.d.ts.map +1 -1
  51. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-custom-resource-factories.js +5 -0
  52. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-custom-resource-factories.js.map +1 -1
  53. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.d.ts.map +1 -1
  54. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js +1 -4
  55. package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js.map +1 -1
  56. package/dist/service/cloudformation/resource/sim-cfn-resource-record.d.ts +7 -0
  57. package/dist/service/cloudformation/resource/sim-cfn-resource-record.d.ts.map +1 -1
  58. package/dist/service/cloudformation/resource/sim-cfn-resource-record.js +9 -0
  59. package/dist/service/cloudformation/resource/sim-cfn-resource-record.js.map +1 -1
  60. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-creator.d.ts +5 -4
  61. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-creator.d.ts.map +1 -1
  62. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-creator.js +14 -5
  63. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-creator.js.map +1 -1
  64. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-edge-associations.d.ts +19 -0
  65. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-edge-associations.d.ts.map +1 -0
  66. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-edge-associations.js +78 -0
  67. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-distro-edge-associations.js.map +1 -0
  68. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-association-skips.d.ts +34 -0
  69. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-association-skips.d.ts.map +1 -0
  70. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-association-skips.js +58 -0
  71. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-association-skips.js.map +1 -0
  72. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-skip-reason.d.ts +26 -0
  73. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-skip-reason.d.ts.map +1 -0
  74. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-skip-reason.js +60 -0
  75. package/dist/service/cloudfront/cfn/distro/sim-cfn-cf-edge-skip-reason.js.map +1 -0
  76. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.d.ts +4 -1
  77. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.d.ts.map +1 -1
  78. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.js +6 -4
  79. package/dist/service/cloudfront/controller/dependency/sim-cf-controller-dependency.js.map +1 -1
  80. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.d.ts +3 -11
  81. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.d.ts.map +1 -1
  82. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.js +6 -20
  83. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-applicator.js.map +1 -1
  84. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.d.ts +1 -1
  85. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-distribution.d.ts.map +1 -1
  86. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-origin-applicator.d.ts +43 -0
  87. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-origin-applicator.d.ts.map +1 -0
  88. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-origin-applicator.js +63 -0
  89. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-origin-applicator.js.map +1 -0
  90. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-run.d.ts +16 -0
  91. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-run.d.ts.map +1 -0
  92. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-run.js +33 -0
  93. package/dist/service/cloudfront/controller/edge/sim-lambda-edge-run.js.map +1 -0
  94. package/dist/service/cloudfront/controller/origin/sim-cf-origin-bound-request.d.ts +14 -0
  95. package/dist/service/cloudfront/controller/origin/sim-cf-origin-bound-request.d.ts.map +1 -0
  96. package/dist/service/cloudfront/controller/origin/sim-cf-origin-bound-request.js +2 -0
  97. package/dist/service/cloudfront/controller/origin/sim-cf-origin-bound-request.js.map +1 -0
  98. package/dist/service/cloudfront/controller/origin/sim-cf-origin-stage.d.ts +45 -0
  99. package/dist/service/cloudfront/controller/origin/sim-cf-origin-stage.d.ts.map +1 -0
  100. package/dist/service/cloudfront/controller/origin/sim-cf-origin-stage.js +47 -0
  101. package/dist/service/cloudfront/controller/origin/sim-cf-origin-stage.js.map +1 -0
  102. package/dist/service/cloudfront/controller/origin/sim-cloudfront-origin-fetcher.d.ts +6 -1
  103. package/dist/service/cloudfront/controller/origin/sim-cloudfront-origin-fetcher.d.ts.map +1 -1
  104. package/dist/service/cloudfront/controller/origin/sim-cloudfront-origin-fetcher.js +6 -2
  105. package/dist/service/cloudfront/controller/origin/sim-cloudfront-origin-fetcher.js.map +1 -1
  106. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.d.ts +4 -3
  107. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.d.ts.map +1 -1
  108. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.js +20 -8
  109. package/dist/service/cloudfront/controller/sim-cloudfront-request-pipeline.js.map +1 -1
  110. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.d.ts.map +1 -1
  111. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.js +1 -0
  112. package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.js.map +1 -1
  113. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.d.ts +2 -9
  114. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.d.ts.map +1 -1
  115. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.js +5 -13
  116. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-adapter.js.map +1 -1
  117. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-config.d.ts +16 -0
  118. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-config.d.ts.map +1 -0
  119. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-config.js +14 -0
  120. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-event-config.js.map +1 -0
  121. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin-event-adapter.d.ts +51 -0
  122. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin-event-adapter.d.ts.map +1 -0
  123. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin-event-adapter.js +83 -0
  124. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin-event-adapter.js.map +1 -0
  125. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin.d.ts +23 -0
  126. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin.d.ts.map +1 -0
  127. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin.js +30 -0
  128. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-origin.js.map +1 -0
  129. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.d.ts +9 -0
  130. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.d.ts.map +1 -1
  131. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.js +20 -0
  132. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-request-adapter.js.map +1 -1
  133. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-response-adapter.d.ts +4 -4
  134. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-response-adapter.d.ts.map +1 -1
  135. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-response-adapter.js +4 -4
  136. package/dist/service/cloudfront/edge/adapter/sim-lambda-edge-response-adapter.js.map +1 -1
  137. package/dist/service/cloudfront/edge/sim-aws-cf-edge-functions.d.ts.map +1 -1
  138. package/dist/service/cloudfront/edge/sim-aws-cf-edge-functions.js +2 -4
  139. package/dist/service/cloudfront/edge/sim-aws-cf-edge-functions.js.map +1 -1
  140. package/dist/service/cloudfront/edge/sim-cf-edge-association-checks.d.ts +20 -6
  141. package/dist/service/cloudfront/edge/sim-cf-edge-association-checks.d.ts.map +1 -1
  142. package/dist/service/cloudfront/edge/sim-cf-edge-association-checks.js +43 -8
  143. package/dist/service/cloudfront/edge/sim-cf-edge-association-checks.js.map +1 -1
  144. package/dist/service/cloudfront/edge/sim-cf-edge-association-validator.d.ts.map +1 -1
  145. package/dist/service/cloudfront/edge/sim-cf-edge-association-validator.js +3 -2
  146. package/dist/service/cloudfront/edge/sim-cf-edge-association-validator.js.map +1 -1
  147. package/dist/service/cloudfront/edge/sim-cf-edge-association.d.ts +5 -2
  148. package/dist/service/cloudfront/edge/sim-cf-edge-association.d.ts.map +1 -1
  149. package/dist/service/cloudfront/edge/sim-cf-edge-associations-configure.d.ts +3 -3
  150. package/dist/service/cloudfront/edge/sim-cf-edge-associations-configure.d.ts.map +1 -1
  151. package/dist/service/cloudfront/edge/sim-cf-edge-associations-configure.js +26 -10
  152. package/dist/service/cloudfront/edge/sim-cf-edge-associations-configure.js.map +1 -1
  153. package/dist/service/cloudfront/edge/sim-cf-edge-function-arn.d.ts +10 -0
  154. package/dist/service/cloudfront/edge/sim-cf-edge-function-arn.d.ts.map +1 -1
  155. package/dist/service/cloudfront/edge/sim-cf-edge-function-arn.js +29 -5
  156. package/dist/service/cloudfront/edge/sim-cf-edge-function-arn.js.map +1 -1
  157. package/dist/service/cloudfront/edge/sim-cf-edge-function-version.d.ts +14 -0
  158. package/dist/service/cloudfront/edge/sim-cf-edge-function-version.d.ts.map +1 -0
  159. package/dist/service/cloudfront/edge/sim-cf-edge-function-version.js +16 -0
  160. package/dist/service/cloudfront/edge/sim-cf-edge-function-version.js.map +1 -0
  161. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.d.ts +27 -0
  162. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.d.ts.map +1 -0
  163. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.js +44 -0
  164. package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-edge.js.map +1 -0
  165. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.d.ts +23 -3
  166. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.d.ts.map +1 -1
  167. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.js +30 -2
  168. package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.js.map +1 -1
  169. package/dist/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.d.ts +26 -0
  170. package/dist/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.d.ts.map +1 -0
  171. package/dist/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.js +63 -0
  172. package/dist/service/cloudfront/origin/s3/sim-cf-s3-origin-edge.js.map +1 -0
  173. package/dist/service/cloudfront/origin/s3/sim-cloudfront-s3-origin.d.ts +17 -2
  174. package/dist/service/cloudfront/origin/s3/sim-cloudfront-s3-origin.d.ts.map +1 -1
  175. package/dist/service/cloudfront/origin/s3/sim-cloudfront-s3-origin.js +20 -0
  176. package/dist/service/cloudfront/origin/s3/sim-cloudfront-s3-origin.js.map +1 -1
  177. package/dist/service/cloudfront/origin/sim-cf-edge-origin-not-simulated.error.d.ts +15 -0
  178. package/dist/service/cloudfront/origin/sim-cf-edge-origin-not-simulated.error.d.ts.map +1 -0
  179. package/dist/service/cloudfront/origin/sim-cf-edge-origin-not-simulated.error.js +15 -0
  180. package/dist/service/cloudfront/origin/sim-cf-edge-origin-not-simulated.error.js.map +1 -0
  181. package/dist/service/cloudfront/origin/sim-cloudfront-origin.d.ts +13 -0
  182. package/dist/service/cloudfront/origin/sim-cloudfront-origin.d.ts.map +1 -1
  183. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.d.ts +71 -3
  184. package/dist/service/cloudfront/typings/lambda-at-edge.namespace.d.ts.map +1 -1
  185. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-deleter.d.ts +2 -2
  186. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-deleter.d.ts.map +1 -0
  187. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-deleter.js +1 -1
  188. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-deleter.js.map +1 -0
  189. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-error.d.ts.map +1 -0
  190. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-error.js +1 -1
  191. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-error.js.map +1 -0
  192. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-types.d.ts.map +1 -0
  193. package/dist/service/stepfunctions/cfn/sim-cfn-step-functions-resource-types.js.map +1 -0
  194. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-step-functions-cfn-resource-factory.d.ts +6 -3
  195. package/dist/service/stepfunctions/cfn/sim-step-functions-cfn-resource-factory.d.ts.map +1 -0
  196. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-step-functions-cfn-resource-factory.js +2 -1
  197. package/dist/service/stepfunctions/cfn/sim-step-functions-cfn-resource-factory.js.map +1 -0
  198. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-creator.d.ts +7 -4
  199. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-creator.d.ts.map +1 -0
  200. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-creator.js +9 -4
  201. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-creator.js.map +1 -0
  202. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-definition.d.ts +12 -13
  203. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-definition.d.ts.map +1 -0
  204. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-definition.js +30 -28
  205. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-definition.js.map +1 -0
  206. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-name.d.ts.map +1 -0
  207. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-name.js +1 -1
  208. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-name.js.map +1 -0
  209. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-properties.d.ts +11 -3
  210. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-properties.d.ts.map +1 -0
  211. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-properties.js +18 -5
  212. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-properties.js.map +1 -0
  213. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-property-names.d.ts.map +1 -0
  214. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-property-names.js +0 -5
  215. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-property-names.js.map +1 -0
  216. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-s3-definition.d.ts +37 -0
  217. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-s3-definition.d.ts.map +1 -0
  218. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-s3-definition.js +63 -0
  219. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-s3-definition.js.map +1 -0
  220. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-substitutions.d.ts +1 -1
  221. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-substitutions.d.ts.map +1 -0
  222. package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-substitutions.js +3 -3
  223. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-substitutions.js.map +1 -0
  224. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-tags.d.ts +33 -0
  225. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-tags.d.ts.map +1 -0
  226. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-tags.js +58 -0
  227. package/dist/service/stepfunctions/cfn/state-machine/sim-cfn-state-machine-tags.js.map +1 -0
  228. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.d.ts.map +1 -1
  229. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.js +15 -4
  230. package/dist/service/stepfunctions/command/execution/sim-states-execution-start.js.map +1 -1
  231. package/dist/service/stepfunctions/command/machine/machine.command.d.ts +2 -0
  232. package/dist/service/stepfunctions/command/machine/machine.command.d.ts.map +1 -1
  233. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.d.ts +2 -0
  234. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.d.ts.map +1 -1
  235. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.js +3 -1
  236. package/dist/service/stepfunctions/command/machine/sim-state-machine-input.js.map +1 -1
  237. package/dist/service/stepfunctions/command/sim-step-functions-command.types.d.ts +1 -0
  238. package/dist/service/stepfunctions/command/sim-step-functions-command.types.d.ts.map +1 -1
  239. package/dist/service/stepfunctions/command/tag/sim-state-machine-tag-commands.d.ts +36 -0
  240. package/dist/service/stepfunctions/command/tag/sim-state-machine-tag-commands.d.ts.map +1 -0
  241. package/dist/service/stepfunctions/command/tag/sim-state-machine-tag-commands.js +76 -0
  242. package/dist/service/stepfunctions/command/tag/sim-state-machine-tag-commands.js.map +1 -0
  243. package/dist/service/stepfunctions/command/tag/tag.command.d.ts +46 -0
  244. package/dist/service/stepfunctions/command/tag/tag.command.d.ts.map +1 -0
  245. package/dist/service/stepfunctions/command/tag/tag.command.js +2 -0
  246. package/dist/service/stepfunctions/command/tag/tag.command.js.map +1 -0
  247. package/dist/service/stepfunctions/data/sim-states-context-object.d.ts +45 -0
  248. package/dist/service/stepfunctions/data/sim-states-context-object.d.ts.map +1 -0
  249. package/dist/service/stepfunctions/data/sim-states-context-object.js +48 -0
  250. package/dist/service/stepfunctions/data/sim-states-context-object.js.map +1 -0
  251. package/dist/service/stepfunctions/data/sim-states-context-path.d.ts +22 -0
  252. package/dist/service/stepfunctions/data/sim-states-context-path.d.ts.map +1 -0
  253. package/dist/service/stepfunctions/data/sim-states-context-path.js +30 -0
  254. package/dist/service/stepfunctions/data/sim-states-context-path.js.map +1 -0
  255. package/dist/service/stepfunctions/data/sim-states-data-flow.d.ts +3 -2
  256. package/dist/service/stepfunctions/data/sim-states-data-flow.d.ts.map +1 -1
  257. package/dist/service/stepfunctions/data/sim-states-data-flow.js +10 -9
  258. package/dist/service/stepfunctions/data/sim-states-data-flow.js.map +1 -1
  259. package/dist/service/stepfunctions/data/sim-states-intrinsic.d.ts +1 -1
  260. package/dist/service/stepfunctions/data/sim-states-intrinsic.d.ts.map +1 -1
  261. package/dist/service/stepfunctions/data/sim-states-intrinsic.js +6 -7
  262. package/dist/service/stepfunctions/data/sim-states-intrinsic.js.map +1 -1
  263. package/dist/service/stepfunctions/data/sim-states-payload-template.d.ts +9 -6
  264. package/dist/service/stepfunctions/data/sim-states-payload-template.d.ts.map +1 -1
  265. package/dist/service/stepfunctions/data/sim-states-payload-template.js +16 -14
  266. package/dist/service/stepfunctions/data/sim-states-payload-template.js.map +1 -1
  267. package/dist/service/stepfunctions/data/sim-states-reference-path.d.ts.map +1 -1
  268. package/dist/service/stepfunctions/data/sim-states-reference-path.js +4 -2
  269. package/dist/service/stepfunctions/data/sim-states-reference-path.js.map +1 -1
  270. package/dist/service/stepfunctions/definition/sim-states-definition-parse.d.ts +8 -0
  271. package/dist/service/stepfunctions/definition/sim-states-definition-parse.d.ts.map +1 -1
  272. package/dist/service/stepfunctions/definition/sim-states-definition-parse.js +9 -1
  273. package/dist/service/stepfunctions/definition/sim-states-definition-parse.js.map +1 -1
  274. package/dist/service/stepfunctions/definition/sim-states-map-fields.d.ts +23 -0
  275. package/dist/service/stepfunctions/definition/sim-states-map-fields.d.ts.map +1 -0
  276. package/dist/service/stepfunctions/definition/sim-states-map-fields.js +60 -0
  277. package/dist/service/stepfunctions/definition/sim-states-map-fields.js.map +1 -0
  278. package/dist/service/stepfunctions/definition/sim-states-map-parse.d.ts +12 -0
  279. package/dist/service/stepfunctions/definition/sim-states-map-parse.d.ts.map +1 -0
  280. package/dist/service/stepfunctions/definition/sim-states-map-parse.js +56 -0
  281. package/dist/service/stepfunctions/definition/sim-states-map-parse.js.map +1 -0
  282. package/dist/service/stepfunctions/definition/sim-states-map-processor.d.ts +11 -0
  283. package/dist/service/stepfunctions/definition/sim-states-map-processor.d.ts.map +1 -0
  284. package/dist/service/stepfunctions/definition/sim-states-map-processor.js +62 -0
  285. package/dist/service/stepfunctions/definition/sim-states-map-processor.js.map +1 -0
  286. package/dist/service/stepfunctions/definition/sim-states-nested-refusal.d.ts +14 -0
  287. package/dist/service/stepfunctions/definition/sim-states-nested-refusal.d.ts.map +1 -0
  288. package/dist/service/stepfunctions/definition/sim-states-nested-refusal.js +23 -0
  289. package/dist/service/stepfunctions/definition/sim-states-nested-refusal.js.map +1 -0
  290. package/dist/service/stepfunctions/definition/sim-states-parallel-parse.d.ts +10 -0
  291. package/dist/service/stepfunctions/definition/sim-states-parallel-parse.d.ts.map +1 -0
  292. package/dist/service/stepfunctions/definition/sim-states-parallel-parse.js +50 -0
  293. package/dist/service/stepfunctions/definition/sim-states-parallel-parse.js.map +1 -0
  294. package/dist/service/stepfunctions/definition/sim-states-state-fields.d.ts.map +1 -1
  295. package/dist/service/stepfunctions/definition/sim-states-state-fields.js +5 -0
  296. package/dist/service/stepfunctions/definition/sim-states-state-fields.js.map +1 -1
  297. package/dist/service/stepfunctions/definition/sim-states-state-parse.d.ts.map +1 -1
  298. package/dist/service/stepfunctions/definition/sim-states-state-parse.js +15 -7
  299. package/dist/service/stepfunctions/definition/sim-states-state-parse.js.map +1 -1
  300. package/dist/service/stepfunctions/definition/sim-states-state.d.ts +35 -11
  301. package/dist/service/stepfunctions/definition/sim-states-state.d.ts.map +1 -1
  302. package/dist/service/stepfunctions/definition/sim-states-state.js +1 -15
  303. package/dist/service/stepfunctions/definition/sim-states-state.js.map +1 -1
  304. package/dist/service/stepfunctions/definition/sim-states-transitions.d.ts.map +1 -1
  305. package/dist/service/stepfunctions/definition/sim-states-transitions.js +14 -0
  306. package/dist/service/stepfunctions/definition/sim-states-transitions.js.map +1 -1
  307. package/dist/service/stepfunctions/definition/store/sim-s3-states-definition-store.d.ts +45 -0
  308. package/dist/service/stepfunctions/definition/store/sim-s3-states-definition-store.d.ts.map +1 -0
  309. package/dist/service/stepfunctions/definition/store/sim-s3-states-definition-store.js +58 -0
  310. package/dist/service/stepfunctions/definition/store/sim-s3-states-definition-store.js.map +1 -0
  311. package/dist/service/stepfunctions/definition/store/sim-states-definition-store.d.ts +34 -0
  312. package/dist/service/stepfunctions/definition/store/sim-states-definition-store.d.ts.map +1 -0
  313. package/dist/service/stepfunctions/definition/store/sim-states-definition-store.js +14 -0
  314. package/dist/service/stepfunctions/definition/store/sim-states-definition-store.js.map +1 -0
  315. package/dist/service/stepfunctions/error/sim-step-functions.error.d.ts +36 -0
  316. package/dist/service/stepfunctions/error/sim-step-functions.error.d.ts.map +1 -1
  317. package/dist/service/stepfunctions/error/sim-step-functions.error.js +42 -0
  318. package/dist/service/stepfunctions/error/sim-step-functions.error.js.map +1 -1
  319. package/dist/service/stepfunctions/execution/sim-states-attempt.d.ts +16 -0
  320. package/dist/service/stepfunctions/execution/sim-states-attempt.d.ts.map +1 -0
  321. package/dist/service/stepfunctions/execution/sim-states-attempt.js +2 -0
  322. package/dist/service/stepfunctions/execution/sim-states-attempt.js.map +1 -0
  323. package/dist/service/stepfunctions/execution/sim-states-child-failure.d.ts +11 -0
  324. package/dist/service/stepfunctions/execution/sim-states-child-failure.d.ts.map +1 -0
  325. package/dist/service/stepfunctions/execution/sim-states-child-failure.js +20 -0
  326. package/dist/service/stepfunctions/execution/sim-states-child-failure.js.map +1 -0
  327. package/dist/service/stepfunctions/execution/sim-states-child-run.d.ts +55 -0
  328. package/dist/service/stepfunctions/execution/sim-states-child-run.d.ts.map +1 -0
  329. package/dist/service/stepfunctions/execution/sim-states-child-run.js +86 -0
  330. package/dist/service/stepfunctions/execution/sim-states-child-run.js.map +1 -0
  331. package/dist/service/stepfunctions/execution/sim-states-child-runs.d.ts +69 -0
  332. package/dist/service/stepfunctions/execution/sim-states-child-runs.d.ts.map +1 -0
  333. package/dist/service/stepfunctions/execution/sim-states-child-runs.js +114 -0
  334. package/dist/service/stepfunctions/execution/sim-states-child-runs.js.map +1 -0
  335. package/dist/service/stepfunctions/execution/sim-states-child-walk.d.ts +43 -0
  336. package/dist/service/stepfunctions/execution/sim-states-child-walk.d.ts.map +1 -0
  337. package/dist/service/stepfunctions/execution/sim-states-child-walk.js +2 -0
  338. package/dist/service/stepfunctions/execution/sim-states-child-walk.js.map +1 -0
  339. package/dist/service/stepfunctions/execution/sim-states-child.d.ts +41 -0
  340. package/dist/service/stepfunctions/execution/sim-states-child.d.ts.map +1 -0
  341. package/dist/service/stepfunctions/execution/sim-states-child.js +2 -0
  342. package/dist/service/stepfunctions/execution/sim-states-child.js.map +1 -0
  343. package/dist/service/stepfunctions/execution/sim-states-execution.d.ts +32 -3
  344. package/dist/service/stepfunctions/execution/sim-states-execution.d.ts.map +1 -1
  345. package/dist/service/stepfunctions/execution/sim-states-execution.js +42 -2
  346. package/dist/service/stepfunctions/execution/sim-states-execution.js.map +1 -1
  347. package/dist/service/stepfunctions/execution/sim-states-fan-out-outcome.d.ts +19 -0
  348. package/dist/service/stepfunctions/execution/sim-states-fan-out-outcome.d.ts.map +1 -0
  349. package/dist/service/stepfunctions/execution/sim-states-fan-out-outcome.js +15 -0
  350. package/dist/service/stepfunctions/execution/sim-states-fan-out-outcome.js.map +1 -0
  351. package/dist/service/stepfunctions/execution/sim-states-fan-out.d.ts +46 -0
  352. package/dist/service/stepfunctions/execution/sim-states-fan-out.d.ts.map +1 -0
  353. package/dist/service/stepfunctions/execution/sim-states-fan-out.js +106 -0
  354. package/dist/service/stepfunctions/execution/sim-states-fan-out.js.map +1 -0
  355. package/dist/service/stepfunctions/execution/sim-states-interpreter.d.ts +18 -11
  356. package/dist/service/stepfunctions/execution/sim-states-interpreter.d.ts.map +1 -1
  357. package/dist/service/stepfunctions/execution/sim-states-interpreter.js +55 -65
  358. package/dist/service/stepfunctions/execution/sim-states-interpreter.js.map +1 -1
  359. package/dist/service/stepfunctions/execution/sim-states-map-items.d.ts +13 -0
  360. package/dist/service/stepfunctions/execution/sim-states-map-items.d.ts.map +1 -0
  361. package/dist/service/stepfunctions/execution/sim-states-map-items.js +38 -0
  362. package/dist/service/stepfunctions/execution/sim-states-map-items.js.map +1 -0
  363. package/dist/service/stepfunctions/execution/sim-states-map-iteration.d.ts +32 -0
  364. package/dist/service/stepfunctions/execution/sim-states-map-iteration.d.ts.map +1 -0
  365. package/dist/service/stepfunctions/execution/sim-states-map-iteration.js +37 -0
  366. package/dist/service/stepfunctions/execution/sim-states-map-iteration.js.map +1 -0
  367. package/dist/service/stepfunctions/execution/sim-states-run-choice.d.ts.map +1 -1
  368. package/dist/service/stepfunctions/execution/sim-states-run-choice.js +2 -2
  369. package/dist/service/stepfunctions/execution/sim-states-run-choice.js.map +1 -1
  370. package/dist/service/stepfunctions/execution/sim-states-run-map.d.ts +12 -0
  371. package/dist/service/stepfunctions/execution/sim-states-run-map.d.ts.map +1 -0
  372. package/dist/service/stepfunctions/execution/sim-states-run-map.js +25 -0
  373. package/dist/service/stepfunctions/execution/sim-states-run-map.js.map +1 -0
  374. package/dist/service/stepfunctions/execution/sim-states-run-parallel.d.ts +16 -0
  375. package/dist/service/stepfunctions/execution/sim-states-run-parallel.d.ts.map +1 -0
  376. package/dist/service/stepfunctions/execution/sim-states-run-parallel.js +31 -0
  377. package/dist/service/stepfunctions/execution/sim-states-run-parallel.js.map +1 -0
  378. package/dist/service/stepfunctions/execution/sim-states-run-record.d.ts +47 -0
  379. package/dist/service/stepfunctions/execution/sim-states-run-record.d.ts.map +1 -0
  380. package/dist/service/stepfunctions/execution/sim-states-run-record.js +2 -0
  381. package/dist/service/stepfunctions/execution/sim-states-run-record.js.map +1 -0
  382. package/dist/service/stepfunctions/execution/sim-states-run-state.d.ts +4 -3
  383. package/dist/service/stepfunctions/execution/sim-states-run-state.d.ts.map +1 -1
  384. package/dist/service/stepfunctions/execution/sim-states-run-state.js +20 -11
  385. package/dist/service/stepfunctions/execution/sim-states-run-state.js.map +1 -1
  386. package/dist/service/stepfunctions/execution/sim-states-run-task.d.ts.map +1 -1
  387. package/dist/service/stepfunctions/execution/sim-states-run-task.js +2 -2
  388. package/dist/service/stepfunctions/execution/sim-states-run-task.js.map +1 -1
  389. package/dist/service/stepfunctions/execution/sim-states-run-wait.d.ts.map +1 -1
  390. package/dist/service/stepfunctions/execution/sim-states-run-wait.js +2 -2
  391. package/dist/service/stepfunctions/execution/sim-states-run-wait.js.map +1 -1
  392. package/dist/service/stepfunctions/execution/sim-states-settlement.d.ts +7 -3
  393. package/dist/service/stepfunctions/execution/sim-states-settlement.d.ts.map +1 -1
  394. package/dist/service/stepfunctions/execution/sim-states-settlement.js +11 -5
  395. package/dist/service/stepfunctions/execution/sim-states-settlement.js.map +1 -1
  396. package/dist/service/stepfunctions/execution/sim-states-state-attempts.d.ts +37 -0
  397. package/dist/service/stepfunctions/execution/sim-states-state-attempts.d.ts.map +1 -0
  398. package/dist/service/stepfunctions/execution/sim-states-state-attempts.js +112 -0
  399. package/dist/service/stepfunctions/execution/sim-states-state-attempts.js.map +1 -0
  400. package/dist/service/stepfunctions/execution/sim-states-state-outcome.d.ts +69 -15
  401. package/dist/service/stepfunctions/execution/sim-states-state-outcome.d.ts.map +1 -1
  402. package/dist/service/stepfunctions/execution/sim-states-state-runner.d.ts +26 -12
  403. package/dist/service/stepfunctions/execution/sim-states-state-runner.d.ts.map +1 -1
  404. package/dist/service/stepfunctions/execution/sim-states-state-runner.js +55 -15
  405. package/dist/service/stepfunctions/execution/sim-states-state-runner.js.map +1 -1
  406. package/dist/service/stepfunctions/execution/sim-states-walk-steps.d.ts +19 -0
  407. package/dist/service/stepfunctions/execution/sim-states-walk-steps.d.ts.map +1 -0
  408. package/dist/service/stepfunctions/execution/sim-states-walk-steps.js +35 -0
  409. package/dist/service/stepfunctions/execution/sim-states-walk-steps.js.map +1 -0
  410. package/dist/service/stepfunctions/execution/sim-states-walk.d.ts +19 -0
  411. package/dist/service/stepfunctions/execution/sim-states-walk.d.ts.map +1 -0
  412. package/dist/service/stepfunctions/execution/sim-states-walk.js +2 -0
  413. package/dist/service/stepfunctions/execution/sim-states-walk.js.map +1 -0
  414. package/dist/service/stepfunctions/execution/sim-states-walks.d.ts +25 -0
  415. package/dist/service/stepfunctions/execution/sim-states-walks.d.ts.map +1 -0
  416. package/dist/service/stepfunctions/execution/sim-states-walks.js +25 -0
  417. package/dist/service/stepfunctions/execution/sim-states-walks.js.map +1 -0
  418. package/dist/service/stepfunctions/index.d.ts +10 -3
  419. package/dist/service/stepfunctions/index.d.ts.map +1 -1
  420. package/dist/service/stepfunctions/index.js +4 -2
  421. package/dist/service/stepfunctions/index.js.map +1 -1
  422. package/dist/service/stepfunctions/machine/sim-state-machine-tag.d.ts +43 -0
  423. package/dist/service/stepfunctions/machine/sim-state-machine-tag.d.ts.map +1 -0
  424. package/dist/service/stepfunctions/machine/sim-state-machine-tag.js +111 -0
  425. package/dist/service/stepfunctions/machine/sim-state-machine-tag.js.map +1 -0
  426. package/dist/service/stepfunctions/machine/sim-state-machine-tags.d.ts +39 -0
  427. package/dist/service/stepfunctions/machine/sim-state-machine-tags.d.ts.map +1 -0
  428. package/dist/service/stepfunctions/machine/sim-state-machine-tags.js +80 -0
  429. package/dist/service/stepfunctions/machine/sim-state-machine-tags.js.map +1 -0
  430. package/dist/service/stepfunctions/machine/sim-state-machine.d.ts +6 -0
  431. package/dist/service/stepfunctions/machine/sim-state-machine.d.ts.map +1 -1
  432. package/dist/service/stepfunctions/machine/sim-state-machine.js +5 -0
  433. package/dist/service/stepfunctions/machine/sim-state-machine.js.map +1 -1
  434. package/dist/service/stepfunctions/retry/sim-states-attempt-state.d.ts +37 -0
  435. package/dist/service/stepfunctions/retry/sim-states-attempt-state.d.ts.map +1 -0
  436. package/dist/service/stepfunctions/retry/sim-states-attempt-state.js +38 -0
  437. package/dist/service/stepfunctions/retry/sim-states-attempt-state.js.map +1 -0
  438. package/dist/service/stepfunctions/retry/sim-states-catch-outcome.d.ts +11 -0
  439. package/dist/service/stepfunctions/retry/sim-states-catch-outcome.d.ts.map +1 -0
  440. package/dist/service/stepfunctions/retry/sim-states-catch-outcome.js +20 -0
  441. package/dist/service/stepfunctions/retry/sim-states-catch-outcome.js.map +1 -0
  442. package/dist/service/stepfunctions/retry/sim-states-catch-parse.d.ts +11 -0
  443. package/dist/service/stepfunctions/retry/sim-states-catch-parse.d.ts.map +1 -0
  444. package/dist/service/stepfunctions/retry/sim-states-catch-parse.js +49 -0
  445. package/dist/service/stepfunctions/retry/sim-states-catch-parse.js.map +1 -0
  446. package/dist/service/stepfunctions/retry/sim-states-catcher.d.ts +29 -0
  447. package/dist/service/stepfunctions/retry/sim-states-catcher.d.ts.map +1 -0
  448. package/dist/service/stepfunctions/retry/sim-states-catcher.js +31 -0
  449. package/dist/service/stepfunctions/retry/sim-states-catcher.js.map +1 -0
  450. package/dist/service/stepfunctions/retry/sim-states-error-equals.d.ts +19 -0
  451. package/dist/service/stepfunctions/retry/sim-states-error-equals.d.ts.map +1 -0
  452. package/dist/service/stepfunctions/retry/sim-states-error-equals.js +69 -0
  453. package/dist/service/stepfunctions/retry/sim-states-error-equals.js.map +1 -0
  454. package/dist/service/stepfunctions/retry/sim-states-error-handling.d.ts +31 -0
  455. package/dist/service/stepfunctions/retry/sim-states-error-handling.d.ts.map +1 -0
  456. package/dist/service/stepfunctions/retry/sim-states-error-handling.js +40 -0
  457. package/dist/service/stepfunctions/retry/sim-states-error-handling.js.map +1 -0
  458. package/dist/service/stepfunctions/retry/sim-states-error-name.d.ts +29 -0
  459. package/dist/service/stepfunctions/retry/sim-states-error-name.d.ts.map +1 -0
  460. package/dist/service/stepfunctions/retry/sim-states-error-name.js +34 -0
  461. package/dist/service/stepfunctions/retry/sim-states-error-name.js.map +1 -0
  462. package/dist/service/stepfunctions/retry/sim-states-recover.d.ts +31 -0
  463. package/dist/service/stepfunctions/retry/sim-states-recover.d.ts.map +1 -0
  464. package/dist/service/stepfunctions/retry/sim-states-recover.js +23 -0
  465. package/dist/service/stepfunctions/retry/sim-states-recover.js.map +1 -0
  466. package/dist/service/stepfunctions/retry/sim-states-recovered.d.ts +22 -0
  467. package/dist/service/stepfunctions/retry/sim-states-recovered.d.ts.map +1 -0
  468. package/dist/service/stepfunctions/retry/sim-states-recovered.js +33 -0
  469. package/dist/service/stepfunctions/retry/sim-states-recovered.js.map +1 -0
  470. package/dist/service/stepfunctions/retry/sim-states-retrier.d.ts +35 -0
  471. package/dist/service/stepfunctions/retry/sim-states-retrier.d.ts.map +1 -0
  472. package/dist/service/stepfunctions/retry/sim-states-retrier.js +31 -0
  473. package/dist/service/stepfunctions/retry/sim-states-retrier.js.map +1 -0
  474. package/dist/service/stepfunctions/retry/sim-states-retry-outcome.d.ts +12 -0
  475. package/dist/service/stepfunctions/retry/sim-states-retry-outcome.d.ts.map +1 -0
  476. package/dist/service/stepfunctions/retry/sim-states-retry-outcome.js +44 -0
  477. package/dist/service/stepfunctions/retry/sim-states-retry-outcome.js.map +1 -0
  478. package/dist/service/stepfunctions/retry/sim-states-retry-parse.d.ts +11 -0
  479. package/dist/service/stepfunctions/retry/sim-states-retry-parse.d.ts.map +1 -0
  480. package/dist/service/stepfunctions/retry/sim-states-retry-parse.js +76 -0
  481. package/dist/service/stepfunctions/retry/sim-states-retry-parse.js.map +1 -0
  482. package/dist/service/stepfunctions/retry/sim-states-task-deadline.d.ts +43 -0
  483. package/dist/service/stepfunctions/retry/sim-states-task-deadline.d.ts.map +1 -0
  484. package/dist/service/stepfunctions/retry/sim-states-task-deadline.js +76 -0
  485. package/dist/service/stepfunctions/retry/sim-states-task-deadline.js.map +1 -0
  486. package/dist/service/stepfunctions/retry/sim-states-task-handling.d.ts +11 -0
  487. package/dist/service/stepfunctions/retry/sim-states-task-handling.d.ts.map +1 -0
  488. package/dist/service/stepfunctions/retry/sim-states-task-handling.js +2 -0
  489. package/dist/service/stepfunctions/retry/sim-states-task-handling.js.map +1 -0
  490. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.d.ts.map +1 -1
  491. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.js +12 -0
  492. package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.js.map +1 -1
  493. package/dist/service/stepfunctions/sim-step-functions-inspection.d.ts +28 -0
  494. package/dist/service/stepfunctions/sim-step-functions-inspection.d.ts.map +1 -1
  495. package/dist/service/stepfunctions/sim-step-functions-inspection.js +38 -0
  496. package/dist/service/stepfunctions/sim-step-functions-inspection.js.map +1 -1
  497. package/dist/service/stepfunctions/sim-step-functions.d.ts +17 -0
  498. package/dist/service/stepfunctions/sim-step-functions.d.ts.map +1 -1
  499. package/dist/service/stepfunctions/sim-step-functions.js +31 -1
  500. package/dist/service/stepfunctions/sim-step-functions.js.map +1 -1
  501. package/dist/service/stepfunctions/task/service/sim-states-optimized-integrations.d.ts +36 -0
  502. package/dist/service/stepfunctions/task/service/sim-states-optimized-integrations.d.ts.map +1 -0
  503. package/dist/service/stepfunctions/task/service/sim-states-optimized-integrations.js +115 -0
  504. package/dist/service/stepfunctions/task/service/sim-states-optimized-integrations.js.map +1 -0
  505. package/dist/service/stepfunctions/task/service/sim-states-service-call.d.ts +25 -0
  506. package/dist/service/stepfunctions/task/service/sim-states-service-call.d.ts.map +1 -0
  507. package/dist/service/stepfunctions/task/service/sim-states-service-call.js +51 -0
  508. package/dist/service/stepfunctions/task/service/sim-states-service-call.js.map +1 -0
  509. package/dist/service/stepfunctions/task/service/sim-states-service-failure.d.ts +17 -0
  510. package/dist/service/stepfunctions/task/service/sim-states-service-failure.d.ts.map +1 -0
  511. package/dist/service/stepfunctions/task/service/sim-states-service-failure.js +43 -0
  512. package/dist/service/stepfunctions/task/service/sim-states-service-failure.js.map +1 -0
  513. package/dist/service/stepfunctions/task/service/sim-states-service-name.d.ts +42 -0
  514. package/dist/service/stepfunctions/task/service/sim-states-service-name.d.ts.map +1 -0
  515. package/dist/service/stepfunctions/task/service/sim-states-service-name.js +74 -0
  516. package/dist/service/stepfunctions/task/service/sim-states-service-name.js.map +1 -0
  517. package/dist/service/stepfunctions/task/service/sim-states-service-resource.d.ts +10 -0
  518. package/dist/service/stepfunctions/task/service/sim-states-service-resource.d.ts.map +1 -0
  519. package/dist/service/stepfunctions/task/service/sim-states-service-resource.js +79 -0
  520. package/dist/service/stepfunctions/task/service/sim-states-service-resource.js.map +1 -0
  521. package/dist/service/stepfunctions/task/service/sim-states-service-shape.d.ts +27 -0
  522. package/dist/service/stepfunctions/task/service/sim-states-service-shape.d.ts.map +1 -0
  523. package/dist/service/stepfunctions/task/service/sim-states-service-shape.js +2 -0
  524. package/dist/service/stepfunctions/task/service/sim-states-service-shape.js.map +1 -0
  525. package/dist/service/stepfunctions/task/service/sim-states-service-target.d.ts +33 -0
  526. package/dist/service/stepfunctions/task/service/sim-states-service-target.d.ts.map +1 -0
  527. package/dist/service/stepfunctions/task/service/sim-states-service-target.js +60 -0
  528. package/dist/service/stepfunctions/task/service/sim-states-service-target.js.map +1 -0
  529. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.d.ts +11 -9
  530. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.d.ts.map +1 -1
  531. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.js +16 -20
  532. package/dist/service/stepfunctions/task/sim-aws-states-task-targets.js.map +1 -1
  533. package/dist/service/stepfunctions/task/sim-states-function-arn-target.d.ts +2 -2
  534. package/dist/service/stepfunctions/task/sim-states-function-arn-target.d.ts.map +1 -1
  535. package/dist/service/stepfunctions/task/sim-states-function-arn-target.js +2 -2
  536. package/dist/service/stepfunctions/task/sim-states-function-arn-target.js.map +1 -1
  537. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-parameters.d.ts +9 -0
  538. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-parameters.d.ts.map +1 -0
  539. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-parameters.js +37 -0
  540. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-parameters.js.map +1 -0
  541. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.d.ts +2 -2
  542. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.d.ts.map +1 -1
  543. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.js +2 -2
  544. package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.js.map +1 -1
  545. package/dist/service/stepfunctions/task/sim-states-lambda-target.d.ts +38 -0
  546. package/dist/service/stepfunctions/task/sim-states-lambda-target.d.ts.map +1 -0
  547. package/dist/service/stepfunctions/task/sim-states-lambda-target.js +37 -0
  548. package/dist/service/stepfunctions/task/sim-states-lambda-target.js.map +1 -0
  549. package/dist/service/stepfunctions/task/sim-states-task-fields.d.ts +6 -5
  550. package/dist/service/stepfunctions/task/sim-states-task-fields.d.ts.map +1 -1
  551. package/dist/service/stepfunctions/task/sim-states-task-fields.js +9 -10
  552. package/dist/service/stepfunctions/task/sim-states-task-fields.js.map +1 -1
  553. package/dist/service/stepfunctions/task/sim-states-task-function.d.ts +2 -2
  554. package/dist/service/stepfunctions/task/sim-states-task-function.d.ts.map +1 -1
  555. package/dist/service/stepfunctions/task/sim-states-task-resource.d.ts +2 -2
  556. package/dist/service/stepfunctions/task/sim-states-task-resource.d.ts.map +1 -1
  557. package/dist/service/stepfunctions/task/sim-states-task-resource.js +16 -40
  558. package/dist/service/stepfunctions/task/sim-states-task-resource.js.map +1 -1
  559. package/dist/service/stepfunctions/task/sim-states-task-target.d.ts +33 -17
  560. package/dist/service/stepfunctions/task/sim-states-task-target.d.ts.map +1 -1
  561. package/dist/service/stepfunctions/task/sim-states-task-target.js +4 -5
  562. package/dist/service/stepfunctions/task/sim-states-task-target.js.map +1 -1
  563. package/package.json +3 -2
  564. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.d.ts.map +0 -1
  565. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.js.map +0 -1
  566. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.d.ts.map +0 -1
  567. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.js.map +0 -1
  568. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.d.ts.map +0 -1
  569. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.js.map +0 -1
  570. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.d.ts.map +0 -1
  571. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.js.map +0 -1
  572. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.d.ts.map +0 -1
  573. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.js.map +0 -1
  574. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.d.ts.map +0 -1
  575. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.js.map +0 -1
  576. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.d.ts.map +0 -1
  577. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.js.map +0 -1
  578. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.d.ts.map +0 -1
  579. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.js.map +0 -1
  580. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.d.ts.map +0 -1
  581. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.js.map +0 -1
  582. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.d.ts.map +0 -1
  583. package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.js.map +0 -1
  584. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-error.d.ts +0 -0
  585. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-types.d.ts +0 -0
  586. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn}/sim-cfn-step-functions-resource-types.js +0 -0
  587. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-name.d.ts +0 -0
  588. /package/dist/service/{cloudformation/resource/cfn/stepfunctions → stepfunctions/cfn/state-machine}/sim-cfn-state-machine-property-names.d.ts +0 -0
@@ -0,0 +1,22 @@
1
+ import type { SimStatesStateOutcome } from "../execution/sim-states-state-outcome.js";
2
+ import type { SimStatesStateEntry } from "../execution/sim-states-walk.js";
3
+ import type { SimStatesAttemptState } from "./sim-states-attempt-state.js";
4
+ interface SimStatesRecoveredProperties {
5
+ readonly entry: SimStatesStateEntry;
6
+ /**
7
+ * What running the state produced, which is only handled where it failed.
8
+ */
9
+ readonly ran: SimStatesStateOutcome;
10
+ readonly attempt: SimStatesAttemptState;
11
+ readonly now: Date;
12
+ }
13
+ /**
14
+ * What the state's own `Retry` and `Catch` make of a failure.
15
+ *
16
+ * A state whose type carries neither is left as it was, and its failure ends
17
+ * the walk. A catcher whose `ResultPath` has nowhere to write fails the walk
18
+ * the way any other data-flow field that cannot be applied does.
19
+ */
20
+ export declare function simStatesRecovered(properties: SimStatesRecoveredProperties): SimStatesStateOutcome;
21
+ export {};
22
+ //# sourceMappingURL=sim-states-recovered.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-recovered.d.ts","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-recovered.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAI3E,UAAU,4BAA4B;IACpC,QAAQ,CAAC,KAAK,EAAE,mBAAmB,CAAC;IAEpC;;OAEG;IACH,QAAQ,CAAC,GAAG,EAAE,qBAAqB,CAAC;IAEpC,QAAQ,CAAC,OAAO,EAAE,qBAAqB,CAAC;IACxC,QAAQ,CAAC,GAAG,EAAE,IAAI,CAAC;CACpB;AAED;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAChC,UAAU,EAAE,4BAA4B,GACvC,qBAAqB,CAwBvB"}
@@ -0,0 +1,33 @@
1
+ import { simStatesFailureFrom } from "../execution/sim-states-failure.js";
2
+ import { simStatesErrorHandling } from "./sim-states-error-handling.js";
3
+ import { simStatesRecover } from "./sim-states-recover.js";
4
+ /**
5
+ * What the state's own `Retry` and `Catch` make of a failure.
6
+ *
7
+ * A state whose type carries neither is left as it was, and its failure ends
8
+ * the walk. A catcher whose `ResultPath` has nowhere to write fails the walk
9
+ * the way any other data-flow field that cannot be applied does.
10
+ */
11
+ export function simStatesRecovered(properties) {
12
+ const { attempt, entry, now, ran } = properties;
13
+ if (ran.kind !== "fail") {
14
+ return ran;
15
+ }
16
+ const handling = simStatesErrorHandling(entry.state);
17
+ if (handling === undefined) {
18
+ return ran;
19
+ }
20
+ try {
21
+ return simStatesRecover({
22
+ handling,
23
+ input: entry.input,
24
+ failure: ran,
25
+ attempt,
26
+ now,
27
+ });
28
+ }
29
+ catch (error) {
30
+ return simStatesFailureFrom(error);
31
+ }
32
+ }
33
+ //# sourceMappingURL=sim-states-recovered.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-recovered.js","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-recovered.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAI1E,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAc3D;;;;;;GAMG;AACH,MAAM,UAAU,kBAAkB,CAChC,UAAwC;IAExC,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,UAAU,CAAC;IAEhD,IAAI,GAAG,CAAC,IAAI,KAAK,MAAM,EAAE,CAAC;QACxB,OAAO,GAAG,CAAC;IACb,CAAC;IAED,MAAM,QAAQ,GAAG,sBAAsB,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IAErD,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;QAC3B,OAAO,GAAG,CAAC;IACb,CAAC;IAED,IAAI,CAAC;QACH,OAAO,gBAAgB,CAAC;YACtB,QAAQ;YACR,KAAK,EAAE,KAAK,CAAC,KAAK;YAClB,OAAO,EAAE,GAAG;YACZ,OAAO;YACP,GAAG;SACJ,CAAC,CAAC;IACL,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,OAAO,oBAAoB,CAAC,KAAK,CAAC,CAAC;IACrC,CAAC;AACH,CAAC"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * One entry in a state's `Retry`.
3
+ *
4
+ * The four fields that shape the wait are optional, and the defaults below are
5
+ * the ones Amazon States Language gives them.
6
+ */
7
+ export interface SimStatesRetrier {
8
+ readonly ErrorEquals: readonly string[];
9
+ readonly IntervalSeconds?: number;
10
+ readonly MaxAttempts?: number;
11
+ readonly BackoffRate?: number;
12
+ readonly MaxDelaySeconds?: number;
13
+ }
14
+ /**
15
+ * What a retrier means where it says nothing.
16
+ *
17
+ * `MaxAttempts` counts retries rather than runs, so the default lets a task run
18
+ * four times: once, and then three more.
19
+ */
20
+ export declare const simStatesRetryIntervalSeconds = 1;
21
+ export declare const simStatesRetryMaxAttempts = 3;
22
+ export declare const simStatesRetryBackoffRate = 2;
23
+ /**
24
+ * How many retries one retrier allows.
25
+ */
26
+ export declare function simStatesRetriesAllowed(retrier: SimStatesRetrier): number;
27
+ /**
28
+ * How long to wait before the next retry this retrier takes.
29
+ *
30
+ * The wait grows by `BackoffRate` for each retry already taken, so the first
31
+ * one waits `IntervalSeconds` and each one after it waits longer.
32
+ * `MaxDelaySeconds` caps how long that can get.
33
+ */
34
+ export declare function simStatesRetryDelaySeconds(retrier: SimStatesRetrier, taken: number): number;
35
+ //# sourceMappingURL=sim-states-retrier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-retrier.d.ts","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-retrier.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,CAAC,WAAW,EAAE,SAAS,MAAM,EAAE,CAAC;IACxC,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;CACnC;AAED;;;;;GAKG;AACH,eAAO,MAAM,6BAA6B,IAAI,CAAC;AAC/C,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAC3C,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAE3C;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,gBAAgB,GAAG,MAAM,CAEzE;AAED;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,gBAAgB,EACzB,KAAK,EAAE,MAAM,GACZ,MAAM,CAQR"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * What a retrier means where it says nothing.
3
+ *
4
+ * `MaxAttempts` counts retries rather than runs, so the default lets a task run
5
+ * four times: once, and then three more.
6
+ */
7
+ export const simStatesRetryIntervalSeconds = 1;
8
+ export const simStatesRetryMaxAttempts = 3;
9
+ export const simStatesRetryBackoffRate = 2;
10
+ /**
11
+ * How many retries one retrier allows.
12
+ */
13
+ export function simStatesRetriesAllowed(retrier) {
14
+ return retrier.MaxAttempts ?? simStatesRetryMaxAttempts;
15
+ }
16
+ /**
17
+ * How long to wait before the next retry this retrier takes.
18
+ *
19
+ * The wait grows by `BackoffRate` for each retry already taken, so the first
20
+ * one waits `IntervalSeconds` and each one after it waits longer.
21
+ * `MaxDelaySeconds` caps how long that can get.
22
+ */
23
+ export function simStatesRetryDelaySeconds(retrier, taken) {
24
+ const interval = retrier.IntervalSeconds ?? simStatesRetryIntervalSeconds;
25
+ const backoff = retrier.BackoffRate ?? simStatesRetryBackoffRate;
26
+ const delay = interval * backoff ** taken;
27
+ return retrier.MaxDelaySeconds === undefined
28
+ ? delay
29
+ : Math.min(delay, retrier.MaxDelaySeconds);
30
+ }
31
+ //# sourceMappingURL=sim-states-retrier.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-retrier.js","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-retrier.ts"],"names":[],"mappings":"AAcA;;;;;GAKG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC;AAC/C,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC;AAC3C,MAAM,CAAC,MAAM,yBAAyB,GAAG,CAAC,CAAC;AAE3C;;GAEG;AACH,MAAM,UAAU,uBAAuB,CAAC,OAAyB;IAC/D,OAAO,OAAO,CAAC,WAAW,IAAI,yBAAyB,CAAC;AAC1D,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,0BAA0B,CACxC,OAAyB,EACzB,KAAa;IAEb,MAAM,QAAQ,GAAG,OAAO,CAAC,eAAe,IAAI,6BAA6B,CAAC;IAC1E,MAAM,OAAO,GAAG,OAAO,CAAC,WAAW,IAAI,yBAAyB,CAAC;IACjE,MAAM,KAAK,GAAG,QAAQ,GAAG,OAAO,IAAI,KAAK,CAAC;IAE1C,OAAO,OAAO,CAAC,eAAe,KAAK,SAAS;QAC1C,CAAC,CAAC,KAAK;QACP,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;AAC/C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { SimStatesFailOutcome, SimStatesRetryOutcome } from "../execution/sim-states-state-outcome.js";
2
+ import { type SimStatesAttemptState } from "./sim-states-attempt-state.js";
3
+ import { type SimStatesRetrier } from "./sim-states-retrier.js";
4
+ /**
5
+ * The next attempt a retrier asks for, where one matches and has attempts left.
6
+ *
7
+ * The retriers are tried in the order they were written and the first one
8
+ * naming the error takes it. Each keeps its own count, the way Amazon States
9
+ * Language counts them.
10
+ */
11
+ export declare function simStatesRetryOutcome(retriers: readonly SimStatesRetrier[], failure: SimStatesFailOutcome, attempt: SimStatesAttemptState, now: Date): SimStatesRetryOutcome | undefined;
12
+ //# sourceMappingURL=sim-states-retry-outcome.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-retry-outcome.d.ts","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-retry-outcome.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACL,KAAK,qBAAqB,EAG3B,MAAM,+BAA+B,CAAC;AAEvC,OAAO,EACL,KAAK,gBAAgB,EAGtB,MAAM,yBAAyB,CAAC;AAIjC;;;;;;GAMG;AACH,wBAAgB,qBAAqB,CACnC,QAAQ,EAAE,SAAS,gBAAgB,EAAE,EACrC,OAAO,EAAE,oBAAoB,EAC7B,OAAO,EAAE,qBAAqB,EAC9B,GAAG,EAAE,IAAI,GACR,qBAAqB,GAAG,SAAS,CAuBnC"}
@@ -0,0 +1,44 @@
1
+ import { simStatesRetriesTaken, simStatesRetryTaken, } from "./sim-states-attempt-state.js";
2
+ import { simStatesErrorMatches } from "./sim-states-error-name.js";
3
+ import { simStatesRetriesAllowed, simStatesRetryDelaySeconds, } from "./sim-states-retrier.js";
4
+ const millisecondsInASecond = 1000;
5
+ /**
6
+ * The next attempt a retrier asks for, where one matches and has attempts left.
7
+ *
8
+ * The retriers are tried in the order they were written and the first one
9
+ * naming the error takes it. Each keeps its own count, the way Amazon States
10
+ * Language counts them.
11
+ */
12
+ export function simStatesRetryOutcome(retriers, failure, attempt, now) {
13
+ const matched = retriers
14
+ .map((retrier, index) => ({ retrier, index }))
15
+ .find(({ retrier }) => simStatesErrorMatches(retrier.ErrorEquals, failure.error));
16
+ if (matched === undefined) {
17
+ return undefined;
18
+ }
19
+ const { retrier, index } = matched;
20
+ const taken = simStatesRetriesTaken(attempt, index);
21
+ if (taken >= simStatesRetriesAllowed(retrier)) {
22
+ return undefined;
23
+ }
24
+ return {
25
+ kind: "retry",
26
+ until: dueAt(retrier, taken, attempt, now),
27
+ attempt: simStatesRetryTaken(attempt, index),
28
+ };
29
+ }
30
+ /**
31
+ * When the next attempt runs.
32
+ *
33
+ * A wait running past the state's deadline is cut short at it. The task gives
34
+ * up when it said it would, and not at the attempt it never made.
35
+ */
36
+ function dueAt(retrier, taken, attempt, now) {
37
+ const delay = simStatesRetryDelaySeconds(retrier, taken);
38
+ const due = new Date(now.getTime() + delay * millisecondsInASecond);
39
+ const { deadline } = attempt;
40
+ return deadline !== undefined && deadline.at.getTime() < due.getTime()
41
+ ? deadline.at
42
+ : due;
43
+ }
44
+ //# sourceMappingURL=sim-states-retry-outcome.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-retry-outcome.js","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-retry-outcome.ts"],"names":[],"mappings":"AAIA,OAAO,EAEL,qBAAqB,EACrB,mBAAmB,GACpB,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAEL,uBAAuB,EACvB,0BAA0B,GAC3B,MAAM,yBAAyB,CAAC;AAEjC,MAAM,qBAAqB,GAAG,IAAI,CAAC;AAEnC;;;;;;GAMG;AACH,MAAM,UAAU,qBAAqB,CACnC,QAAqC,EACrC,OAA6B,EAC7B,OAA8B,EAC9B,GAAS;IAET,MAAM,OAAO,GAAG,QAAQ;SACrB,GAAG,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC,CAAC;SAC7C,IAAI,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CACpB,qBAAqB,CAAC,OAAO,CAAC,WAAW,EAAE,OAAO,CAAC,KAAK,CAAC,CAC1D,CAAC;IAEJ,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;QAC1B,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,MAAM,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,OAAO,CAAC;IACnC,MAAM,KAAK,GAAG,qBAAqB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IAEpD,IAAI,KAAK,IAAI,uBAAuB,CAAC,OAAO,CAAC,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,OAAO;QACL,IAAI,EAAE,OAAO;QACb,KAAK,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,GAAG,CAAC;QAC1C,OAAO,EAAE,mBAAmB,CAAC,OAAO,EAAE,KAAK,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED;;;;;GAKG;AACH,SAAS,KAAK,CACZ,OAAyB,EACzB,KAAa,EACb,OAA8B,EAC9B,GAAS;IAET,MAAM,KAAK,GAAG,0BAA0B,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;IACzD,MAAM,GAAG,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,GAAG,KAAK,GAAG,qBAAqB,CAAC,CAAC;IACpE,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC;IAE7B,OAAO,QAAQ,KAAK,SAAS,IAAI,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,GAAG,CAAC,OAAO,EAAE;QACpE,CAAC,CAAC,QAAQ,CAAC,EAAE;QACb,CAAC,CAAC,GAAG,CAAC;AACV,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { JSONValue } from "../../../util/type-guard/json.js";
2
+ import type { SimStatesRetrier } from "./sim-states-retrier.js";
3
+ /**
4
+ * Read a state's `Retry`, refusing anything this cannot run.
5
+ *
6
+ * The retriers are read when the state machine is created, so a state that
7
+ * runs is one whose intervals and attempt counts are already known to be good.
8
+ * Answers with nothing where the state carries no `Retry`.
9
+ */
10
+ export declare function parseSimStatesRetriers(named: string, state: Record<string, JSONValue>): readonly SimStatesRetrier[] | undefined;
11
+ //# sourceMappingURL=sim-states-retry-parse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-retry-parse.d.ts","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-retry-parse.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAUlE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAWhE;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,MAAM,EACb,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAC/B,SAAS,gBAAgB,EAAE,GAAG,SAAS,CAIzC"}
@@ -0,0 +1,76 @@
1
+ import { SimStatesInvalidDefinition, SimStatesUnsimulatedInput, } from "../error/sim-step-functions.error.js";
2
+ import { simStatesMaximumWaitSeconds } from "../wait/sim-states-wait-fields.js";
3
+ import { readSimStatesHandlers, } from "./sim-states-error-equals.js";
4
+ /**
5
+ * The field of a retrier this simulator has no implementation for.
6
+ *
7
+ * Jitter spreads retries over the interval rather than taking all of it, and a
8
+ * simulated retry is one a test asserts a clock advance against. An interval
9
+ * that varies is one such a test cannot be written for.
10
+ */
11
+ const jitterField = "JitterStrategy";
12
+ /**
13
+ * Read a state's `Retry`, refusing anything this cannot run.
14
+ *
15
+ * The retriers are read when the state machine is created, so a state that
16
+ * runs is one whose intervals and attempt counts are already known to be good.
17
+ * Answers with nothing where the state carries no `Retry`.
18
+ */
19
+ export function parseSimStatesRetriers(named, state) {
20
+ return readSimStatesHandlers(named, state, "Retry", "retrier")?.map((entry) => readRetrier(named, entry));
21
+ }
22
+ /**
23
+ * Read one retrier's `ErrorEquals` and the four fields that shape its wait.
24
+ */
25
+ function readRetrier(named, entry) {
26
+ const { written } = entry;
27
+ if (Object.hasOwn(written, jitterField)) {
28
+ throw new SimStatesUnsimulatedInput(`A retrier in the ${named} carries ${jitterField}, ` +
29
+ "which this simulator does not run. Jitter makes the wait between " +
30
+ "attempts vary, and a test advancing a clock over that wait needs it " +
31
+ "not to.");
32
+ }
33
+ return {
34
+ ErrorEquals: entry.ErrorEquals,
35
+ ...wholeNumber(named, written, "IntervalSeconds", 1),
36
+ ...wholeNumber(named, written, "MaxDelaySeconds", 1),
37
+ ...wholeNumber(named, written, "MaxAttempts", 0),
38
+ ...backoffRate(named, written),
39
+ };
40
+ }
41
+ /**
42
+ * Read one of the three whole-number fields, where the retrier carries it.
43
+ */
44
+ function wholeNumber(named, written, field, least) {
45
+ // The field is one of the three named above.
46
+ // oxlint-disable-next-line security/detect-object-injection
47
+ const value = written[field];
48
+ if (value === undefined) {
49
+ return {};
50
+ }
51
+ if (typeof value !== "number" ||
52
+ !Number.isSafeInteger(value) ||
53
+ value < least ||
54
+ value > simStatesMaximumWaitSeconds) {
55
+ throw new SimStatesInvalidDefinition(`A retrier in the ${named} has a ${field} of ` +
56
+ `${JSON.stringify(value)}. It is a whole number from ` +
57
+ `${String(least)} to ${String(simStatesMaximumWaitSeconds)}.`);
58
+ }
59
+ return { [field]: value };
60
+ }
61
+ /**
62
+ * Read `BackoffRate`, which multiplies the wait for each retry already taken.
63
+ */
64
+ function backoffRate(named, written) {
65
+ const value = written["BackoffRate"];
66
+ if (value === undefined) {
67
+ return {};
68
+ }
69
+ if (typeof value !== "number" || !Number.isFinite(value) || value < 1) {
70
+ throw new SimStatesInvalidDefinition(`A retrier in the ${named} has a BackoffRate of ` +
71
+ `${JSON.stringify(value)}. It is at least 1, since a wait that ` +
72
+ "shrank would retry faster the longer a failure went on.");
73
+ }
74
+ return { BackoffRate: value };
75
+ }
76
+ //# sourceMappingURL=sim-states-retry-parse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-retry-parse.js","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-retry-parse.ts"],"names":[],"mappings":"AACA,OAAO,EACL,0BAA0B,EAC1B,yBAAyB,GAC1B,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAChF,OAAO,EAEL,qBAAqB,GACtB,MAAM,8BAA8B,CAAC;AAGtC;;;;;;GAMG;AACH,MAAM,WAAW,GAAG,gBAAgB,CAAC;AAErC;;;;;;GAMG;AACH,MAAM,UAAU,sBAAsB,CACpC,KAAa,EACb,KAAgC;IAEhC,OAAO,qBAAqB,CAAC,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAC5E,WAAW,CAAC,KAAK,EAAE,KAAK,CAAC,CAC1B,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAS,WAAW,CAClB,KAAa,EACb,KAA4B;IAE5B,MAAM,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAE1B,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,EAAE,WAAW,CAAC,EAAE,CAAC;QACxC,MAAM,IAAI,yBAAyB,CACjC,oBAAoB,KAAK,YAAY,WAAW,IAAI;YAClD,mEAAmE;YACnE,sEAAsE;YACtE,SAAS,CACZ,CAAC;IACJ,CAAC;IAED,OAAO;QACL,WAAW,EAAE,KAAK,CAAC,WAAW;QAC9B,GAAG,WAAW,CAAC,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,CAAC,CAAC;QACpD,GAAG,WAAW,CAAC,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,CAAC,CAAC;QACpD,GAAG,WAAW,CAAC,KAAK,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC,CAAC;QAChD,GAAG,WAAW,CAAC,KAAK,EAAE,OAAO,CAAC;KAC/B,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAS,WAAW,CAClB,KAAa,EACb,OAAkC,EAClC,KAA4D,EAC5D,KAAa;IAEb,6CAA6C;IAC7C,4DAA4D;IAC5D,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;IAE7B,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACxB,OAAO,EAAE,CAAC;IACZ,CAAC;IAED,IACE,OAAO,KAAK,KAAK,QAAQ;QACzB,CAAC,MAAM,CAAC,aAAa,CAAC,KAAK,CAAC;QAC5B,KAAK,GAAG,KAAK;QACb,KAAK,GAAG,2BAA2B,EACnC,CAAC;QACD,MAAM,IAAI,0BAA0B,CAClC,oBAAoB,KAAK,UAAU,KAAK,MAAM;YAC5C,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,8BAA8B;YACtD,GAAG,MAAM,CAAC,KAAK,CAAC,OAAO,MAAM,CAAC,2BAA2B,CAAC,GAAG,CAChE,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC;AAC5B,CAAC;AAED;;GAEG;AACH,SAAS,WAAW,CAClB,KAAa,EACb,OAAkC;IAElC,MAAM,KAAK,GAAG,OAAO,CAAC,aAAa,CAAC,CAAC;IAErC,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACxB,OAAO,EAAE,CAAC;IACZ,CAAC;IAED,IAAI,OAAO,KAAK,KAAK,QAAQ,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,KAAK,CAAC,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC;QACtE,MAAM,IAAI,0BAA0B,CAClC,oBAAoB,KAAK,wBAAwB;YAC/C,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,wCAAwC;YAChE,yDAAyD,CAC5D,CAAC;IACJ,CAAC;IAED,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,CAAC;AAChC,CAAC"}
@@ -0,0 +1,43 @@
1
+ import type { JSONValue } from "../../../util/type-guard/json.js";
2
+ import type { SimStatesFailOutcome } from "../execution/sim-states-state-outcome.js";
3
+ import type { SimStatesAttemptState } from "./sim-states-attempt-state.js";
4
+ /**
5
+ * The two fields that say how long a `Task` state waits for its work.
6
+ */
7
+ export declare const simStatesTaskTimeoutFields: readonly ["TimeoutSeconds", "HeartbeatSeconds"];
8
+ /**
9
+ * How long a `Task` state waits before it gives up.
10
+ */
11
+ export interface SimStatesTaskTimeouts {
12
+ readonly TimeoutSeconds?: number;
13
+ readonly HeartbeatSeconds?: number;
14
+ }
15
+ /**
16
+ * When a `Task` state stops waiting, and which field said so.
17
+ */
18
+ export interface SimStatesTaskDeadline {
19
+ readonly at: Date;
20
+ readonly field: string;
21
+ readonly seconds: number;
22
+ }
23
+ /**
24
+ * The instant a `Task` state entered now gives up at.
25
+ *
26
+ * A state carrying both fields gives up at whichever comes first, and one
27
+ * carrying neither waits as long as its work takes. The deadline covers the
28
+ * state rather than one attempt at it, so the retries a task takes run against
29
+ * the same one.
30
+ */
31
+ export declare function simStatesTaskDeadline(timeouts: SimStatesTaskTimeouts, now: Date): SimStatesTaskDeadline | undefined;
32
+ /**
33
+ * The failure a task that has run past its deadline ends with.
34
+ *
35
+ * Answers with nothing while the clock is still inside it, which is every
36
+ * attempt at a state carrying neither timeout field.
37
+ */
38
+ export declare function simStatesTimedOut(stateName: string, attempt: SimStatesAttemptState, now: Date): SimStatesFailOutcome | undefined;
39
+ /**
40
+ * Check what a `Task` state's two timeout fields hold.
41
+ */
42
+ export declare function checkSimStatesTaskTimeouts(stateName: string, state: Record<string, JSONValue>): void;
43
+ //# sourceMappingURL=sim-states-task-deadline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-task-deadline.d.ts","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-task-deadline.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAElE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0CAA0C,CAAC;AAErF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAK3E;;GAEG;AACH,eAAO,MAAM,0BAA0B,YACrC,gBAAgB,EAChB,kBAAkB,CACV,CAAC;AAEX;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CACpC;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC;IAClB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B;AAED;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CACnC,QAAQ,EAAE,qBAAqB,EAC/B,GAAG,EAAE,IAAI,GACR,qBAAqB,GAAG,SAAS,CAkBnC;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAC/B,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,qBAAqB,EAC9B,GAAG,EAAE,IAAI,GACR,oBAAoB,GAAG,SAAS,CAclC;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAC/B,IAAI,CAuBN"}
@@ -0,0 +1,76 @@
1
+ import { SimStatesInvalidDefinition } from "../error/sim-step-functions.error.js";
2
+ import { simStatesMaximumWaitSeconds } from "../wait/sim-states-wait-fields.js";
3
+ import { simStatesTimeoutError } from "./sim-states-error-name.js";
4
+ const millisecondsInASecond = 1000;
5
+ /**
6
+ * The two fields that say how long a `Task` state waits for its work.
7
+ */
8
+ export const simStatesTaskTimeoutFields = [
9
+ "TimeoutSeconds",
10
+ "HeartbeatSeconds",
11
+ ];
12
+ /**
13
+ * The instant a `Task` state entered now gives up at.
14
+ *
15
+ * A state carrying both fields gives up at whichever comes first, and one
16
+ * carrying neither waits as long as its work takes. The deadline covers the
17
+ * state rather than one attempt at it, so the retries a task takes run against
18
+ * the same one.
19
+ */
20
+ export function simStatesTaskDeadline(timeouts, now) {
21
+ const soonest = [
22
+ ...(timeouts.TimeoutSeconds === undefined
23
+ ? []
24
+ : [{ field: "TimeoutSeconds", seconds: timeouts.TimeoutSeconds }]),
25
+ ...(timeouts.HeartbeatSeconds === undefined
26
+ ? []
27
+ : [{ field: "HeartbeatSeconds", seconds: timeouts.HeartbeatSeconds }]),
28
+ ].toSorted((one, other) => one.seconds - other.seconds)[0];
29
+ if (soonest === undefined) {
30
+ return undefined;
31
+ }
32
+ return {
33
+ ...soonest,
34
+ at: new Date(now.getTime() + soonest.seconds * millisecondsInASecond),
35
+ };
36
+ }
37
+ /**
38
+ * The failure a task that has run past its deadline ends with.
39
+ *
40
+ * Answers with nothing while the clock is still inside it, which is every
41
+ * attempt at a state carrying neither timeout field.
42
+ */
43
+ export function simStatesTimedOut(stateName, attempt, now) {
44
+ const { deadline } = attempt;
45
+ if (deadline === undefined || now.getTime() < deadline.at.getTime()) {
46
+ return undefined;
47
+ }
48
+ return {
49
+ kind: "fail",
50
+ error: simStatesTimeoutError,
51
+ cause: `The Task state ${stateName} ran past the ` +
52
+ `${String(deadline.seconds)} seconds its ${deadline.field} allows.`,
53
+ };
54
+ }
55
+ /**
56
+ * Check what a `Task` state's two timeout fields hold.
57
+ */
58
+ export function checkSimStatesTaskTimeouts(stateName, state) {
59
+ for (const field of simStatesTaskTimeoutFields) {
60
+ // The field is one of the two named above.
61
+ // oxlint-disable-next-line security/detect-object-injection
62
+ const written = state[field];
63
+ if (written === undefined) {
64
+ continue;
65
+ }
66
+ if (typeof written !== "number" ||
67
+ !Number.isSafeInteger(written) ||
68
+ written < 1 ||
69
+ written > simStatesMaximumWaitSeconds) {
70
+ throw new SimStatesInvalidDefinition(`The Task state ${stateName} has a ${field} of ` +
71
+ `${JSON.stringify(written)}. It is a whole number of seconds from ` +
72
+ `1 to ${String(simStatesMaximumWaitSeconds)}.`);
73
+ }
74
+ }
75
+ }
76
+ //# sourceMappingURL=sim-states-task-deadline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-task-deadline.js","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-task-deadline.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,2BAA2B,EAAE,MAAM,mCAAmC,CAAC;AAEhF,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAEnE,MAAM,qBAAqB,GAAG,IAAI,CAAC;AAEnC;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,gBAAgB;IAChB,kBAAkB;CACV,CAAC;AAmBX;;;;;;;GAOG;AACH,MAAM,UAAU,qBAAqB,CACnC,QAA+B,EAC/B,GAAS;IAET,MAAM,OAAO,GAAG;QACd,GAAG,CAAC,QAAQ,CAAC,cAAc,KAAK,SAAS;YACvC,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,gBAAgB,EAAE,OAAO,EAAE,QAAQ,CAAC,cAAc,EAAE,CAAC,CAAC;QACpE,GAAG,CAAC,QAAQ,CAAC,gBAAgB,KAAK,SAAS;YACzC,CAAC,CAAC,EAAE;YACJ,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,kBAAkB,EAAE,OAAO,EAAE,QAAQ,CAAC,gBAAgB,EAAE,CAAC,CAAC;KACzE,CAAC,QAAQ,CAAC,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE,CAAC,GAAG,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;IAE3D,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;QAC1B,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,OAAO;QACL,GAAG,OAAO;QACV,EAAE,EAAE,IAAI,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,GAAG,qBAAqB,CAAC;KACtE,CAAC;AACJ,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,iBAAiB,CAC/B,SAAiB,EACjB,OAA8B,EAC9B,GAAS;IAET,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC;IAE7B,IAAI,QAAQ,KAAK,SAAS,IAAI,GAAG,CAAC,OAAO,EAAE,GAAG,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC;QACpE,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,OAAO;QACL,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,qBAAqB;QAC5B,KAAK,EACH,kBAAkB,SAAS,gBAAgB;YAC3C,GAAG,MAAM,CAAC,QAAQ,CAAC,OAAO,CAAC,gBAAgB,QAAQ,CAAC,KAAK,UAAU;KACtE,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,UAAU,0BAA0B,CACxC,SAAiB,EACjB,KAAgC;IAEhC,KAAK,MAAM,KAAK,IAAI,0BAA0B,EAAE,CAAC;QAC/C,2CAA2C;QAC3C,4DAA4D;QAC5D,MAAM,OAAO,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC;QAE7B,IAAI,OAAO,KAAK,SAAS,EAAE,CAAC;YAC1B,SAAS;QACX,CAAC;QAED,IACE,OAAO,OAAO,KAAK,QAAQ;YAC3B,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC;YAC9B,OAAO,GAAG,CAAC;YACX,OAAO,GAAG,2BAA2B,EACrC,CAAC;YACD,MAAM,IAAI,0BAA0B,CAClC,kBAAkB,SAAS,UAAU,KAAK,MAAM;gBAC9C,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,yCAAyC;gBACnE,QAAQ,MAAM,CAAC,2BAA2B,CAAC,GAAG,CACjD,CAAC;QACJ,CAAC;IACH,CAAC;AACH,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { SimStatesErrorHandling } from "./sim-states-error-handling.js";
2
+ import type { SimStatesTaskTimeouts } from "./sim-states-task-deadline.js";
3
+ /**
4
+ * What a `Task` state says about failing and about running long.
5
+ *
6
+ * The four fields sit together because they are read together: a task that
7
+ * fails is retried, then caught, and a task still going at its deadline fails
8
+ * whatever it was doing.
9
+ */
10
+ export type SimStatesTaskHandling = SimStatesErrorHandling & SimStatesTaskTimeouts;
11
+ //# sourceMappingURL=sim-states-task-handling.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-task-handling.d.ts","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-task-handling.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAE3E;;;;;;GAMG;AACH,MAAM,MAAM,qBAAqB,GAAG,sBAAsB,GACxD,qBAAqB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sim-states-task-handling.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sim-states-task-handling.js","sourceRoot":"","sources":["../../../../src/service/stepfunctions/retry/sim-states-task-handling.ts"],"names":[],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"sim-step-functions-sdk-command-router.d.ts","sourceRoot":"","sources":["../../../../src/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EAEzB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEjE;;GAEG;AACH,qBAAa,gCAAiC,YAAW,mBAAmB;IAC1E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE,YAAY,gBAAgB,EAAE,gBAAgB,EA2D7C;IAED;;OAEG;IACH,qBAAqB,IAAI,SAAS,MAAM,EAAE,CAEzC;IAED;;;OAGG;IACH,KAAK,CAAC,WAAW,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS,CAEzD;CACF"}
1
+ {"version":3,"file":"sim-step-functions-sdk-command-router.d.ts","sourceRoot":"","sources":["../../../../src/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,mBAAmB,EAEzB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEjE;;GAEG;AACH,qBAAa,gCAAiC,YAAW,mBAAmB;IAC1E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA0C;IAEjE,YAAY,gBAAgB,EAAE,gBAAgB,EAmF7C;IAED;;OAEG;IACH,qBAAqB,IAAI,SAAS,MAAM,EAAE,CAEzC;IAED;;;OAGG;IACH,KAAK,CAAC,WAAW,EAAE,MAAM,GAAG,kBAAkB,GAAG,SAAS,CAEzD;CACF"}
@@ -26,6 +26,18 @@ export class SimStepFunctionsSdkCommandRouter {
26
26
  "ListStateMachinesCommand",
27
27
  async (command, context) => await simStepFunctions.listStateMachines(command, simSdkCallerOptions(context)),
28
28
  ],
29
+ [
30
+ "TagResourceCommand",
31
+ async (command, context) => await simStepFunctions.tagResource(command, simSdkCallerOptions(context)),
32
+ ],
33
+ [
34
+ "UntagResourceCommand",
35
+ async (command, context) => await simStepFunctions.untagResource(command, simSdkCallerOptions(context)),
36
+ ],
37
+ [
38
+ "ListTagsForResourceCommand",
39
+ async (command, context) => await simStepFunctions.listTagsForResource(command, simSdkCallerOptions(context)),
40
+ ],
29
41
  [
30
42
  "StartExecutionCommand",
31
43
  async (command, context) => await simStepFunctions.startExecution(command, simSdkCallerOptions(context)),
@@ -1 +1 @@
1
- {"version":3,"file":"sim-step-functions-sdk-command-router.js","sourceRoot":"","sources":["../../../../src/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,mBAAmB,GACpB,MAAM,uBAAuB,CAAC;AAI/B;;GAEG;AACH,MAAM,OAAO,gCAAgC;IAC1B,MAAM,CAA0C;IAEjE,YAAY,gBAAkC;QAC5C,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,CAA6B;YAChD;gBACE,2BAA2B;gBAC3B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,kBAAkB,CACvC,OAAyD,EACzD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,6BAA6B;gBAC7B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,oBAAoB,CACzC,OAA2D,EAC3D,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,2BAA2B;gBAC3B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,kBAAkB,CACvC,OAAyD,EACzD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,2BAA2B;gBAC3B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,kBAAkB,CACvC,OAAyD,EACzD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,0BAA0B;gBAC1B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,iBAAiB,CACtC,OAAwD,EACxD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,uBAAuB;gBACvB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,cAAc,CACnC,OAAqD,EACrD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,0BAA0B;gBAC1B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,iBAAiB,CACtC,OAAwD,EACxD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;SACF,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,qBAAqB;QACnB,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC;IACtC,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,WAAmB;QACvB,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IACtC,CAAC;CACF"}
1
+ {"version":3,"file":"sim-step-functions-sdk-command-router.js","sourceRoot":"","sources":["../../../../src/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,mBAAmB,GACpB,MAAM,uBAAuB,CAAC;AAI/B;;GAEG;AACH,MAAM,OAAO,gCAAgC;IAC1B,MAAM,CAA0C;IAEjE,YAAY,gBAAkC;QAC5C,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,CAA6B;YAChD;gBACE,2BAA2B;gBAC3B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,kBAAkB,CACvC,OAAyD,EACzD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,6BAA6B;gBAC7B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,oBAAoB,CACzC,OAA2D,EAC3D,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,2BAA2B;gBAC3B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,kBAAkB,CACvC,OAAyD,EACzD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,2BAA2B;gBAC3B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,kBAAkB,CACvC,OAAyD,EACzD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,0BAA0B;gBAC1B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,iBAAiB,CACtC,OAAwD,EACxD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,oBAAoB;gBACpB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,WAAW,CAChC,OAAkD,EAClD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,sBAAsB;gBACtB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,aAAa,CAClC,OAAoD,EACpD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,4BAA4B;gBAC5B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,mBAAmB,CACxC,OAA0D,EAC1D,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,uBAAuB;gBACvB,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,cAAc,CACnC,OAAqD,EACrD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;YACD;gBACE,0BAA0B;gBAC1B,KAAK,EAAE,OAAO,EAAE,OAAO,EAAoB,EAAE,CAC3C,MAAM,gBAAgB,CAAC,iBAAiB,CACtC,OAAwD,EACxD,mBAAmB,CAAC,OAAO,CAAC,CAC7B;aACJ;SACF,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,qBAAqB;QACnB,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE,CAAC;IACtC,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,WAAmB;QACvB,OAAO,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IACtC,CAAC;CACF"}
@@ -1,3 +1,5 @@
1
+ import type { SimStatesAttempt } from "./execution/sim-states-attempt.js";
2
+ import type { SimStatesChild } from "./execution/sim-states-child.js";
1
3
  import type { SimStatesExecutionStore } from "./execution/sim-states-execution-store.js";
2
4
  /**
3
5
  * What a test can read about the executions a simulated Step Functions has
@@ -14,6 +16,32 @@ export declare class SimStepFunctionsInspection {
14
16
  * The states one execution entered, in the order it entered them.
15
17
  */
16
18
  visitedStates(executionArn: string): readonly string[];
19
+ /**
20
+ * Every run of a state one execution made, in the order it made them.
21
+ *
22
+ * A state a `Retry` ran again appears once per attempt, so this says how many
23
+ * times a task ran where `visitedStates` says only that the execution reached
24
+ * it. Each attempt carries the error name it failed with, where it failed.
25
+ */
26
+ attempts(executionArn: string): readonly SimStatesAttempt[];
27
+ /**
28
+ * Every branch of every `Parallel` state one execution ran.
29
+ *
30
+ * A branch runs states of its own, so what it did is reported here rather
31
+ * than among the states the execution around it visited. The branches are in
32
+ * the order they were started, and each says where among its siblings it
33
+ * was.
34
+ */
35
+ branches(executionArn: string): readonly SimStatesChild[];
36
+ /**
37
+ * Every iteration of every `Map` state one execution ran.
38
+ *
39
+ * An iteration runs states of its own, the way a `Parallel` state's branch
40
+ * does, and is reported here rather than among the states the execution
41
+ * around it visited. Each says which item it was for by its index, counting
42
+ * from zero.
43
+ */
44
+ iterations(executionArn: string): readonly SimStatesChild[];
17
45
  /**
18
46
  * Every execution of one state machine, most recently started first.
19
47
  */
@@ -1 +1 @@
1
- {"version":3,"file":"sim-step-functions-inspection.d.ts","sourceRoot":"","sources":["../../../src/service/stepfunctions/sim-step-functions-inspection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAEzF;;;;;;;GAOG;AACH,qBAAa,0BAA0B;;IAGrC,YAAY,UAAU,EAAE,uBAAuB,EAE9C;IAED;;OAEG;IACH,aAAa,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CAErD;IAED;;OAEG;IACH,YAAY,CAAC,eAAe,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CAIvD;CACF"}
1
+ {"version":3,"file":"sim-step-functions-inspection.d.ts","sourceRoot":"","sources":["../../../src/service/stepfunctions/sim-step-functions-inspection.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAEzF;;;;;;;GAOG;AACH,qBAAa,0BAA0B;;IAGrC,YAAY,UAAU,EAAE,uBAAuB,EAE9C;IAED;;OAEG;IACH,aAAa,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CAErD;IAED;;;;;;OAMG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,gBAAgB,EAAE,CAE1D;IAED;;;;;;;OAOG;IACH,QAAQ,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,cAAc,EAAE,CAExD;IAED;;;;;;;OAOG;IACH,UAAU,CAAC,YAAY,EAAE,MAAM,GAAG,SAAS,cAAc,EAAE,CAE1D;IAED;;OAEG;IACH,YAAY,CAAC,eAAe,EAAE,MAAM,GAAG,SAAS,MAAM,EAAE,CAIvD;CAaF"}
@@ -17,6 +17,38 @@ export class SimStepFunctionsInspection {
17
17
  visitedStates(executionArn) {
18
18
  return this.#executions.find(executionArn)?.visitedStates ?? [];
19
19
  }
20
+ /**
21
+ * Every run of a state one execution made, in the order it made them.
22
+ *
23
+ * A state a `Retry` ran again appears once per attempt, so this says how many
24
+ * times a task ran where `visitedStates` says only that the execution reached
25
+ * it. Each attempt carries the error name it failed with, where it failed.
26
+ */
27
+ attempts(executionArn) {
28
+ return this.#executions.find(executionArn)?.attempts ?? [];
29
+ }
30
+ /**
31
+ * Every branch of every `Parallel` state one execution ran.
32
+ *
33
+ * A branch runs states of its own, so what it did is reported here rather
34
+ * than among the states the execution around it visited. The branches are in
35
+ * the order they were started, and each says where among its siblings it
36
+ * was.
37
+ */
38
+ branches(executionArn) {
39
+ return this.#childrenOf(executionArn, "branch");
40
+ }
41
+ /**
42
+ * Every iteration of every `Map` state one execution ran.
43
+ *
44
+ * An iteration runs states of its own, the way a `Parallel` state's branch
45
+ * does, and is reported here rather than among the states the execution
46
+ * around it visited. Each says which item it was for by its index, counting
47
+ * from zero.
48
+ */
49
+ iterations(executionArn) {
50
+ return this.#childrenOf(executionArn, "iteration");
51
+ }
20
52
  /**
21
53
  * Every execution of one state machine, most recently started first.
22
54
  */
@@ -25,5 +57,11 @@ export class SimStepFunctionsInspection {
25
57
  .forStateMachine(stateMachineArn)
26
58
  .map((execution) => execution.arn);
27
59
  }
60
+ /**
61
+ * The child runs of one kind that one execution made.
62
+ */
63
+ #childrenOf(executionArn, kind) {
64
+ return (this.#executions.find(executionArn)?.children ?? []).filter((child) => child.kind === kind);
65
+ }
28
66
  }
29
67
  //# sourceMappingURL=sim-step-functions-inspection.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sim-step-functions-inspection.js","sourceRoot":"","sources":["../../../src/service/stepfunctions/sim-step-functions-inspection.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,MAAM,OAAO,0BAA0B;IAC5B,WAAW,CAA0B;IAE9C,YAAY,UAAmC;QAC7C,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;IAChC,CAAC;IAED;;OAEG;IACH,aAAa,CAAC,YAAoB;QAChC,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,aAAa,IAAI,EAAE,CAAC;IAClE,CAAC;IAED;;OAEG;IACH,YAAY,CAAC,eAAuB;QAClC,OAAO,IAAI,CAAC,WAAW;aACpB,eAAe,CAAC,eAAe,CAAC;aAChC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IACvC,CAAC;CACF"}
1
+ {"version":3,"file":"sim-step-functions-inspection.js","sourceRoot":"","sources":["../../../src/service/stepfunctions/sim-step-functions-inspection.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,MAAM,OAAO,0BAA0B;IAC5B,WAAW,CAA0B;IAE9C,YAAY,UAAmC;QAC7C,IAAI,CAAC,WAAW,GAAG,UAAU,CAAC;IAChC,CAAC;IAED;;OAEG;IACH,aAAa,CAAC,YAAoB;QAChC,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,aAAa,IAAI,EAAE,CAAC;IAClE,CAAC;IAED;;;;;;OAMG;IACH,QAAQ,CAAC,YAAoB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,QAAQ,IAAI,EAAE,CAAC;IAC7D,CAAC;IAED;;;;;;;OAOG;IACH,QAAQ,CAAC,YAAoB;QAC3B,OAAO,IAAI,CAAC,WAAW,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;IAClD,CAAC;IAED;;;;;;;OAOG;IACH,UAAU,CAAC,YAAoB;QAC7B,OAAO,IAAI,CAAC,WAAW,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;IACrD,CAAC;IAED;;OAEG;IACH,YAAY,CAAC,eAAuB;QAClC,OAAO,IAAI,CAAC,WAAW;aACpB,eAAe,CAAC,eAAe,CAAC;aAChC,GAAG,CAAC,CAAC,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IACvC,CAAC;IAED;;OAEG;IACH,WAAW,CACT,YAAoB,EACpB,IAA4B;QAE5B,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,EAAE,QAAQ,IAAI,EAAE,CAAC,CAAC,MAAM,CACjE,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,KAAK,IAAI,CAC/B,CAAC;IACJ,CAAC;CACF"}