Module 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:

val error_to_string : [ 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 ] -> string
val request : 'http_type 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