AgentVersionStatus type

에이전트 버전의 프로비저닝 상태.

type AgentVersionStatus =
  | "creating"
  | "active"
  | "failed"
  | "deleting"
  | "deleted"