Values.UpdateLocationFsxOpenZfsRequestSourceModifies the following configuration parameters of the Amazon FSx for OpenZFS transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for OpenZFS. Request parameters related to SMB aren't supported with the UpdateLocationFsxOpenZfs operation.
type nonrec t = {locationArn : LocationArn.t;Specifies the Amazon Resource Name (ARN) of the FSx for OpenZFS transfer location that you're updating.
*)protocol : FsxProtocol.t option;subdirectory : SmbSubdirectory.t option;Specifies a subdirectory in the location's path that must begin with /fsx. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LocationArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of SmbDomain.t
| `Structure of
(string
* [> `Enum of string | `String of SecretArn.t ])
list ])
list ])
list ])
list ]