Module Values.UpdateLocationFsxOpenZfsRequestSource

Modifies 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.

Sourcetype nonrec t = {
  1. locationArn : LocationArn.t;
    (*

    Specifies the Amazon Resource Name (ARN) of the FSx for OpenZFS transfer location that you're updating.

    *)
  2. protocol : FsxProtocol.t option;
  3. 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).

    *)
}
Sourceval context_ : string
Sourceval make : ?protocol:??? -> ?subdirectory:??? -> locationArn:LocationArn.t -> unit -> t
Sourceval 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 ]
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