AlertModificationEvent type

変更の理由

type AlertModificationEvent =
  | "AlertCreated"
  | "StateChange"
  | "SeverityChange"
  | "MonitorConditionChange"
  | "ActionsTriggered"
  | "ActionsSuppressed"