Values.CreateExtendedSourceServerRequestSourceCreate an extended source server in the target Account based on the source server in staging account.
type nonrec t = {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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of SourceServerARN.t ])
list ]