AWS Lambda · Schema

ListLayerVersionsResponse

Paginated list of layer versions

Properties

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

JSON Schema

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