Module Values.DescribeReplicationConfigurationTemplatesRequestSource

Lists all ReplicationConfigurationTemplates, filtered by Source Server IDs.

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

    The IDs of the Replication Configuration Templates to retrieve. An empty list means all Replication Configuration Templates.

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

    Maximum number of Replication Configuration Templates to retrieve.

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

    The token of the next Replication Configuration Template to retrieve.

    *)
}
Sourceval make : ?replicationConfigurationTemplateIDs:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of StrictlyPositiveInteger.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