Module Values.GetFileSystemRequestSource

Returns resource information for the specified S3 File System including status, configuration, and metadata.

Sourcetype nonrec t = {
  1. fileSystemId : FileSystemId.t;
    (*

    The ID or Amazon Resource Name (ARN) of the S3 File System to retrieve information for.

    *)
}
Sourceval context_ : string
Sourceval make : fileSystemId:FileSystemId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FileSystemId.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