次の方法で共有


BatchJobState type

バッチジョブステートの列挙

type BatchJobState =
  | "active"
  | "disabling"
  | "disabled"
  | "enabling"
  | "terminating"
  | "completed"
  | "deleting"