validateAsl
function validateAsl(params): void;Defined in: src/AslParser.ts:372
Validates an ASL definition and returns helpful error messages
Recurses into Parallel Branches and a Map’s ItemProcessor (or the legacy
Iterator), so a dangling transition or a malformed States block inside a
branch is reported as an AslValidationError rather than surfacing later
as a silently broken graph or a raw TypeError from the extractor.
Parameters
Section titled “Parameters”params
Section titled “params”ValidateAslParams
Validation parameters
Returns
Section titled “Returns”void
Throws
Section titled “Throws”When the ASL definition is invalid