View source: R/sfn_operations.R
sfn_validate_state_machine_definition | R Documentation |
Validates the syntax of a state machine definition.
See https://www.paws-r-sdk.com/docs/sfn_validate_state_machine_definition/ for full documentation.
sfn_validate_state_machine_definition(
definition,
type = NULL,
severity = NULL,
maxResults = NULL
)
definition |
[required] The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL). |
type |
The target type of state machine for this definition. The default is
|
severity |
Minimum level of diagnostics to return. |
maxResults |
The maximum number of diagnostics that are returned per call. The default and maximum value is 100. Setting the value to 0 will also use the default of 100. If the number of diagnostics returned in the response exceeds
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.