{ "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-alias-input-structure.json", "name": "DeleteStateMachineAliasInput", "description": "DeleteStateMachineAliasInput schema from Amazon Step Functions API", "properties": { "stateMachineAliasArn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) of the state machine alias to delete." } ] } }, "required": [ "stateMachineAliasArn" ] }