sfn_delete_state_machine_version {paws.application.integration} | R Documentation |
Deletes a state machine version
Description
Deletes a state machine version. After you delete a version, you can't call start_execution
using that version's ARN or use the version with a state machine alias.
See https://www.paws-r-sdk.com/docs/sfn_delete_state_machine_version/ for full documentation.
Usage
sfn_delete_state_machine_version(stateMachineVersionArn)
Arguments
stateMachineVersionArn |
[required] The Amazon Resource Name (ARN) of the state machine version to delete. |
[Package paws.application.integration version 0.9.0 Index]