InvokeWithResponseStreamResponseEvent¶
Union Type¶
InvokeWithResponseStreamResponseEvent
module-attribute
¶
InvokeWithResponseStreamResponseEvent = Union[InvokeWithResponseStreamResponseEventPayloadChunk | InvokeWithResponseStreamResponseEventInvokeComplete | InvokeWithResponseStreamResponseEventUnknown]
An object that includes a chunk of the response payload. When the stream
has ended, Lambda includes a InvokeComplete object.
Union Member Types¶
InvokeWithResponseStreamResponseEventPayloadChunk
dataclass
¶
A chunk of the streamed response payload.