Module Values.ParticipatingServerSource

Server participating in Job.

Sourcetype nonrec t = {
  1. sourceServerID : SourceServerID.t option;
    (*

    Participating server Source Server ID.

    *)
  2. launchStatus : LaunchStatus.t option;
    (*

    Participating server launch status.

    *)
  3. launchedEc2InstanceID : EC2InstanceID.t option;
    (*

    Participating server's launched ec2 instance ID.

    *)
  4. postLaunchActionsStatus : PostLaunchActionsStatus.t option;
    (*

    Participating server's Post Launch Actions Status.

    *)
}
Sourceval make : ?sourceServerID:??? -> ?launchStatus:??? -> ?launchedEc2InstanceID:??? -> ?postLaunchActionsStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of SourceServerID.t | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of BoundedString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of StrictlyPositiveInteger.t | `Map of ([> `String of SsmDocumentParameterName.t ] * [> `List of [> `Structure of (string * [> `Enum of string | `String of SsmParameterStoreParameterName.t ]) list ] list | `Structure of (string * [> `String of JmesPathString.t ]) list ]) list | `String of BoundedString.t ]) list ]) list ] list | `String of ISO8601DatetimeString.t ]) list ]) 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