()
| 7 | /** Headers from the most recent converse-stream request (populated after first call). */ |
| 8 | lastRequestHeaders: http2.IncomingHttpHeaders | undefined |
| 9 | close(): Promise<void> |
| 10 | } |
| 11 | |
| 12 | // AWS binary event stream encoder — matches the real Bedrock wire format. |
no outgoing calls