{
  "Comment": "Example of the Success State",
  "StartAt": "SucceedState",
  "States": {
    "SucceedState": {
      "Type": "Succeed"
    }
  }
}
