sfn_validate_state_machine_definition {paws.application.integration} | R Documentation |
Validates the syntax of a state machine definition
Description
Validates the syntax of a state machine definition.
See https://www.paws-r-sdk.com/docs/sfn_validate_state_machine_definition/ for full documentation.
Usage
sfn_validate_state_machine_definition(definition, type = NULL)
Arguments
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
|
[Package paws.application.integration version 0.6.0 Index]