* Opens a delivery session for one drain run. Lets destinations amortize * expensive resources (S3Client, keep-alive connections) across all chunks * in a run instead of rebuilding per chunk. Caller must `close()` when done.
(input: { config: TConfig; credentials: TCredentials })
| 103 | * in a run instead of rebuilding per chunk. Caller must `close()` when done. |
| 104 | */ |
| 105 | openSession(input: { config: TConfig; credentials: TCredentials }): DrainDeliverySession |
| 106 | } |
no outgoing calls
no test coverage detected