Module Values.DeleteStateMachineVersionInputSource

Deletes a state machine version. After you delete a version, you can't call StartExecution using that version's ARN or use the version with a state machine alias. Deleting a state machine version won't terminate its in-progress executions. You can't delete a state machine version currently referenced by one or more aliases. Before you delete a version, you must either delete the aliases or update them to point to another state machine version. Related operations: PublishStateMachineVersion ListStateMachineVersions

Sourcetype nonrec t = {
  1. stateMachineVersionArn : LongArn.t;
    (*

    The Amazon Resource Name (ARN) of the state machine version to delete.

    *)
}
Sourceval context_ : string
Sourceval make : stateMachineVersionArn:LongArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LongArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t