Values.DescribeLocationNfsResponseSourceDescribeLocationNfsResponse
type nonrec t = {locationArn : LocationArn.t option;The ARN of the NFS location.
*)locationUri : LocationUri.t option;The URI of the NFS location.
*)onPremConfig : OnPremConfig.t option;mountOptions : NfsMountOptions.t option;The mount options that DataSync uses to mount your NFS file server.
*)creationTime : Time.t option;The time when the NFS location was created.
*)}type nonrec error = [ | `InternalException of InternalException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of LocationArn.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of AgentArn.t ] list ])
list
| `Timestamp of Time.t ])
list ]