Amazon EFS · JSON Structure

Efs Openapi Describe File Systems Response Structure

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

Type: object Properties: 3
Amazon Web ServicesEFSElastic File SystemFile StorageNFSServerlessStorage

DescribeFileSystemsResponse is a JSON Structure definition published by Amazon EFS, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FileSystems Marker NextMarker

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-efs/refs/heads/main/json-structure/efs-openapi-describe-file-systems-response-structure.json",
  "name": "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"
    }
  }
}