Values.DescribeReplicationConfigurationTemplatesResponseSourceLists all ReplicationConfigurationTemplates, filtered by Source Server IDs.
type nonrec t = {items : ReplicationConfigurationTemplates.t option;Request to describe Replication Configuration template by items.
*)nextToken : PaginationToken.t option;Request to describe Replication Configuration template by next token.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `UninitializedAccountException of UninitializedAccountException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of SecurityGroupID.t ] list
| `Long of BandwidthThrottling.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of ReplicationConfigurationTemplateID.t ])
list ]
list
| `String of PaginationToken.t ])
list ]