AgentVersionStatus type

エージェントバージョンのプロビジョニング状況。

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