Module Values.CreateExtendedSourceServerRequestSource

Create an extended source server in the target Account based on the source server in staging account.

Sourcetype nonrec t = {
  1. sourceServerArn : SourceServerARN.t;
    (*

    This defines the ARN of the source server in staging Account based on which you want to create an extended source server.

    *)
  2. tags : TagsMap.t option;
    (*

    A list of tags associated with the extended source server.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> sourceServerArn:SourceServerARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of SourceServerARN.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