Values.DescribeReplicationConfigurationsResponseSourceRetrieves 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.
type nonrec t = {replications : ReplicationConfigurationDescriptions.t option;The collection of replication configurations that is returned.
*)nextToken : Token.t option;You can use the NextToken from the previous response in a subsequent request to fetch the additional descriptions.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `InternalServerError of InternalServerError.t| `ReplicationNotFound of ReplicationNotFound.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]