Module Values.DescribeReplicationConfigurationsResponseSource

Retrieves the replication configuration for a specific file system. If a file system is not specified, all of the replication configurations for the Amazon Web Services account in an Amazon Web Services Region are retrieved.

Sourcetype nonrec t = {
  1. replications : ReplicationConfigurationDescriptions.t option;
    (*

    The collection of replication configurations that is returned.

    *)
  2. nextToken : Token.t option;
    (*

    You can use the NextToken from the previous response in a subsequent request to fetch the additional descriptions.

    *)
}
Sourcetype nonrec error = [
  1. | `BadRequest of BadRequest.t
  2. | `FileSystemNotFound of FileSystemNotFound.t
  3. | `InternalServerError of InternalServerError.t
  4. | `ReplicationNotFound of ReplicationNotFound.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?replications:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `BadRequest of BadRequest.t | `FileSystemNotFound of FileSystemNotFound.t | `InternalServerError of InternalServerError.t | `ReplicationNotFound of ReplicationNotFound.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `BadRequest of BadRequest.t | `FileSystemNotFound of FileSystemNotFound.t | `InternalServerError of InternalServerError.t | `ReplicationNotFound of ReplicationNotFound.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of FileSystemId.t | `Timestamp of Timestamp.t ]) list ] list | `String of FileSystemId.t | `Timestamp of Timestamp.t ]) list ] list | `String of Token.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