Module Values.DescribeReplicationConfigurationTemplatesRequestSource

Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.

Sourcetype nonrec t = {
  1. replicationConfigurationTemplateIDs : ReplicationConfigurationTemplateIDs.t option;
    (*

    Request to describe Replication Configuration template by template IDs.

    *)
  2. maxResults : MaxResultsType.t option;
    (*

    Request to describe Replication Configuration template by max results.

    *)
  3. nextToken : PaginationToken.t option;
    (*

    Request to describe Replication Configuration template by next token.

    *)
}
Sourceval make : ?replicationConfigurationTemplateIDs:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResultsType.t | `List of [> `String of ReplicationConfigurationTemplateID.t ] list | `String of PaginationToken.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