Values.ReplicationStatusSourceRepresents the status of the replication of an application to a location. An application cannot be streamed from a location until it has finished replicating there.
type nonrec t = {location : LocationName.t option;A location's name. For example, us-east-1. For a complete list of locations that Amazon GameLift Streams supports, refer to Regions, quotas, and limitations in the Amazon GameLift Streams Developer Guide.
*)status : ReplicationStatusType.t option;The current status of the replication process.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LocationName.t ]) list ]