Amazon EFS · Schema

DescribeFileSystemsResponse

DescribeFileSystemsResponse schema from Amazon EFS Amazon Elastic File System (EFS) API

Amazon Web ServicesEFSElastic File SystemFile StorageNFSServerlessStorage

Properties

Name Type Description
FileSystems array
Marker string
NextMarker string
View JSON Schema on GitHub

JSON Schema

efs-openapi-describe-file-systems-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-efs/refs/heads/main/json-schema/efs-openapi-describe-file-systems-response-schema.json",
  "title": "DescribeFileSystemsResponse",
  "description": "DescribeFileSystemsResponse schema from Amazon EFS Amazon Elastic File System (EFS) API",
  "type": "object",
  "properties": {
    "FileSystems": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FileSystem"
      }
    },
    "Marker": {
      "type": "string"
    },
    "NextMarker": {
      "type": "string"
    }
  }
}