Smaws_Client_SFN.DeleteStateMachineAlias
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
val request :
Smaws_Lib.Context.t ->
Types.delete_state_machine_alias_input ->
(Types.delete_state_machine_alias_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConflictException of Types.conflict_exception
| `InvalidArn of Types.invalid_arn
| `ResourceNotFound of Types.resource_not_found
| `ValidationException of Types.validation_exception ])
Stdlib.result