Values.DescribeReplicationConfigurationTemplatesRequestSourceLists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
type nonrec t = {replicationConfigurationTemplateIDs : ReplicationConfigurationTemplateIDs.t
option;Request to describe Replication Configuration template by template IDs.
*)maxResults : MaxResultsType.t option;Request to describe Replication Configuration template by max results.
*)nextToken : PaginationToken.t option;Request to describe Replication Configuration template by next token.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResultsType.t
| `List of [> `String of ReplicationConfigurationTemplateID.t ] list
| `String of PaginationToken.t ])
list ]