Returns the description of specific Amazon FSx file systems, if a FileSystemIds
value is provided for that file system. Otherwise, it returns descriptions of all file systems owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.
See https://www.paws-r-sdk.com/docs/fsx_describe_file_systems/ for full documentation.
fsx_describe_file_systems(
FileSystemIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
IDs of the file systems whose descriptions you want to retrieve (String).
Maximum number of file systems to return in the response (integer). This
parameter value must be greater than 0. The number of items that Amazon
FSx returns is the minimum of the MaxResults
parameter specified in
the request and the service's internal maximum number of items per page.
Opaque pagination token returned from a previous
describe_file_systems
operation (String).
If a token present, the operation continues the list from where the
returning call left off.