Amazon Step Functions · JSON Structure

Amazon Step Functions Delete State Machine Version Input Structure

DeleteStateMachineVersionInput schema from Amazon Step Functions API

Type: object Properties: 1 Required: 1
OrchestrationServerlessState MachineWorkflow

DeleteStateMachineVersionInput is a JSON Structure definition published by Amazon Step Functions, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

stateMachineVersionArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-delete-state-machine-version-input-structure.json",
  "name": "DeleteStateMachineVersionInput",
  "description": "DeleteStateMachineVersionInput schema from Amazon Step Functions API",
  "properties": {
    "stateMachineVersionArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LongArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the state machine version to delete."
        }
      ]
    }
  },
  "required": [
    "stateMachineVersionArn"
  ]
}