createStream

inline suspend fun IotClient.createStream(crossinline block: CreateStreamRequest.Builder.() -> Unit): CreateStreamResponse

Creates a stream for delivering one or more large files in chunks over MQTT. A stream transports data bytes in chunks or blocks packaged as MQTT messages from a source like S3. You can have one or more files associated with a stream.

Requires permission to access the CreateStream action.