Values.DescribeReplicationConfigurationTemplatesRequestSourceLists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
type nonrec t = {replicationConfigurationTemplateIDs : ReplicationConfigurationTemplateIDs.t
option;The IDs of the Replication Configuration Templates to retrieve. An empty list means all Replication Configuration Templates.
*)maxResults : StrictlyPositiveInteger.t option;Maximum number of Replication Configuration Templates to retrieve.
*)nextToken : PaginationToken.t option;The token of the next Replication Configuration Template to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t
| `List of [> `String of ReplicationConfigurationTemplateID.t ] list
| `String of PaginationToken.t ])
list ]