A chunk of the streamed response payload.
{ "$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." }