ReplicationState type

Replication state (PENDING, SEEDING, CATCHUP, SUSPENDED).
KnownReplicationState can be used interchangeably with ReplicationState, this enum contains the known values that the service supports.

Known values supported by the service

PENDING: PENDING
SEEDING: SEEDING
CATCH_UP: CATCH_UP
SUSPENDED: SUSPENDED

type ReplicationState = string