Module Values.UpdateSourceServerRequestSource

Update Source Server.

Sourcetype nonrec t = {
  1. accountID : AccountID.t option;
    (*

    Update Source Server request account ID.

    *)
  2. sourceServerID : SourceServerID.t;
    (*

    Update Source Server request source server ID.

    *)
  3. connectorAction : SourceServerConnectorAction.t option;
    (*

    Update Source Server request connector action.

    *)
}
Sourceval context_ : string
Sourceval make : ?accountID:??? -> ?connectorAction:??? -> sourceServerID:SourceServerID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountID.t | `Structure of (string * [> `String of SecretArn.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