Amazon AppSync · JSON Structure

Appsync List Functions Response Structure

Response with list of functions

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync List Functions Response Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-list-functions-response-structure.json",
  "title": "ListFunctionsResponse",
  "description": "Response with list of functions",
  "type": "record",
  "fields": {
    "functions": {
      "type": "array",
      "description": "List of functions"
    },
    "nextToken": {
      "type": "string",
      "description": "Pagination token"
    }
  }
}