UNPKG

cdk-iot-greengrass-fleet-provisioning

Version:

CDK Construct for AWS IoT Greengrass Fleet Provisioning (with AWS IoT Certificates)

9 lines (8 loc) 324 B
import type { SdkStream } from "@smithy/types"; import { Readable } from "stream"; /** * The function that mixes in the utility functions to help consuming runtime-specific payload stream. * * @internal */ export declare const sdkStreamMixin: (stream: unknown) => SdkStream<ReadableStream | Blob> | SdkStream<Readable>;