InvokeResponseStreamUpdate

A chunk of the streamed response payload.

APIs.ioEngineeringPlatform

Properties

Name Type Description
Payload object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-invokeresponsestreamupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvokeResponseStreamUpdate",
  "title": "InvokeResponseStreamUpdate",
  "type": "object",
  "properties": {
    "Payload": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Blob"
        },
        {
          "description": "Data returned by your Lambda function."
        }
      ]
    }
  },
  "description": "A chunk of the streamed response payload."
}