Udostępnij za pośrednictwem


SyncDatabaseMigrationReportingState type

Definiuje wartości parametru SyncDatabaseMigrationReportingState. Możliwe wartości to: "UNDEFINED", "CONFIGURING", "INITIALIAZING", "STARTING", "RUNNING", "READY_TO_COMPLETE", "COMPLETE", "CANCELLING", "CANCELLED", "FAILED"

type SyncDatabaseMigrationReportingState =
  | "UNDEFINED"
  | "CONFIGURING"
  | "INITIALIAZING"
  | "STARTING"
  | "RUNNING"
  | "READY_TO_COMPLETE"
  | "COMPLETING"
  | "COMPLETE"
  | "CANCELLING"
  | "CANCELLED"
  | "FAILED"