UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

11 lines (10 loc) 343 B
import { SerdeContext } from "@smithy/types"; import { Uint8ArrayBlobAdapter } from "@smithy/util-stream"; /** * @internal * * Collect low-level response body stream to Uint8Array. */ export declare const collectBody: (streamBody: any, context: { streamCollector: SerdeContext["streamCollector"]; }) => Promise<Uint8ArrayBlobAdapter>;