Values.InvokeWithResponseStreamResponseEventSourceAn object that includes a chunk of the response payload. When the stream has ended, Lambda includes a InvokeComplete object.
type nonrec t = {payloadChunk : InvokeResponseStreamUpdate.t option;A chunk of the streamed response payload.
*)invokeComplete : InvokeWithResponseStreamCompleteEvent.t option;An object that's returned when the stream has ended and all the payload chunks have been returned.
*)}