AWS Lambda · Schema

ListLayersResponse

Paginated list of layers

Properties

Name Type Description
NextMarker string
Layers array
View JSON Schema on GitHub

JSON Schema

aws-lambda-list-layers-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListLayersResponse",
  "type": "object",
  "description": "Paginated list of layers",
  "properties": {
    "NextMarker": {
      "type": "string"
    },
    "Layers": {
      "type": "array"
    }
  }
}