Skip to content

Lambda  >  Unions  >  InvokeWithResponseStreamResponseEvent

InvokeWithResponseStreamResponseEvent

Union Type

InvokeWithResponseStreamResponseEvent module-attribute

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.

Attributes

value instance-attribute

InvokeWithResponseStreamResponseEventInvokeComplete dataclass

An object that's returned when the stream has ended and all the payload chunks have been returned.

Attributes

value instance-attribute

InvokeWithResponseStreamResponseEventUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str