Values.ReplicationConfigurationDescriptionSourceDescribes the replication configuration for a specific file system.
type nonrec t = {sourceFileSystemId : FileSystemId.t option;The ID of the source Amazon EFS file system that is being replicated.
*)sourceFileSystemRegion : RegionName.t option;The Amazon Web Services Region in which the source EFS file system is located.
*)sourceFileSystemArn : FileSystemArn.t option;The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
*)originalSourceFileSystemArn : FileSystemArn.t option;The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
*)creationTime : Timestamp.t option;Describes when the replication configuration was created.
*)destinations : Destinations.t option;An array of destination objects. Only one destination object is supported.
*)sourceFileSystemOwnerId : AwsAccountId.t option;ID of the Amazon Web Services account in which the source file system resides.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `ConflictException of ConflictException.t| `FileSystemLimitExceeded of FileSystemLimitExceeded.t| `FileSystemNotFound of FileSystemNotFound.t| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t| `InsufficientThroughputCapacity of InsufficientThroughputCapacity.t| `InternalServerError of InternalServerError.t| `ReplicationNotFound of ReplicationNotFound.t| `ThroughputLimitExceeded of ThroughputLimitExceeded.t| `UnsupportedAvailabilityZone of UnsupportedAvailabilityZone.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `ConflictException of ConflictException.t
| `FileSystemLimitExceeded of FileSystemLimitExceeded.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t
| `InsufficientThroughputCapacity of InsufficientThroughputCapacity.t
| `InternalServerError of InternalServerError.t
| `ReplicationNotFound of ReplicationNotFound.t
| `ThroughputLimitExceeded of ThroughputLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedAvailabilityZone of UnsupportedAvailabilityZone.t
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `ConflictException of ConflictException.t
| `FileSystemLimitExceeded of FileSystemLimitExceeded.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncorrectFileSystemLifeCycleState of IncorrectFileSystemLifeCycleState.t
| `InsufficientThroughputCapacity of InsufficientThroughputCapacity.t
| `InternalServerError of InternalServerError.t
| `ReplicationNotFound of ReplicationNotFound.t
| `ThroughputLimitExceeded of ThroughputLimitExceeded.t
| `Unknown_operation_error of string * string option
| `UnsupportedAvailabilityZone of UnsupportedAvailabilityZone.t
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `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 ]