Module Values.TestMigrationMessageSource

Async API to test connection between source and target replication group.

Sourcetype nonrec t = {
  1. replicationGroupId : String_.t;
    (*

    The ID of the replication group to which data is to be migrated.

    *)
  2. customerNodeEndpointList : CustomerNodeEndpointList.t;
    (*

    List of endpoints from which data should be migrated. List should have only one element.

    *)
}
Sourceval context_ : string
Sourceval make : replicationGroupId:String_.t -> customerNodeEndpointList:CustomerNodeEndpointList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of IntegerOptional.t | `String of String_.t ]) list ] list | `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t