Module Values.UpdateLocationFsxLustreRequestSource

Modifies the following configuration parameters of the Amazon FSx for Lustre transfer location that you're using with DataSync. For more information, see Configuring DataSync transfers with FSx for Lustre.

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

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

    *)
  2. subdirectory : SmbSubdirectory.t option;
    (*

    Specifies a mount path for your FSx for Lustre file system. The path can include subdirectories. When the location is used as a source, DataSync reads data from the mount path. When the location is used as a destination, DataSync writes data to the mount path. If you don't include this parameter, DataSync uses the file system's root directory (/).

    *)
}
Sourceval context_ : string
Sourceval make : ?subdirectory:??? -> locationArn:LocationArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LocationArn.t ]) 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