MigrationStatus type
MigrationStatus の値を定義します。 使用可能な値には、'Default'、'Connecting'、'SourceAndTargetSelected'、'SelectLogins'、'Configured'、'Running'、'Error'、'Stopped'、'Completed'、'CompletedWithWarnings' などがあります。
type MigrationStatus =
| "Default"
| "Connecting"
| "SourceAndTargetSelected"
| "SelectLogins"
| "Configured"
| "Running"
| "Error"
| "Stopped"
| "Completed"
| "CompletedWithWarnings"