Smaws_Client_SFN.DeleteStateMachineAlias
val request :
Smaws_Lib.Context.t ->
delete_state_machine_alias_input ->
(delete_state_machine_alias_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConflictException of conflict_exception
| `InvalidArn of invalid_arn
| `ResourceNotFound of resource_not_found
| `ValidationException of validation_exception ])
Stdlib.result
Deletes a state machine alias.
After you delete a state machine alias, you can't use it to start executions. When you delete a state machine alias, Step Functions doesn't delete the state machine versions that alias references.
Related operations:
CreateStateMachineAlias
DescribeStateMachineAlias
ListStateMachineAliases
UpdateStateMachineAlias