Values_1.CreateStreamRequestSourceCreates 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.
type nonrec t = {streamId : Values_0.StreamId.t;The stream ID.
*)description : Values_0.StreamDescription.t option;A description of the stream.
*)files : Values_0.StreamFiles.t;The files to stream.
*)roleArn : Values_0.RoleArn.t;An IAM role that allows the IoT service principal to access your S3 files.
*)}val make :
?description:??? ->
?tags:??? ->
streamId:Values_0.StreamId.t ->
files:Values_0.StreamFiles.t ->
roleArn:Values_0.RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of int
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list ]
list
| `String of Values_0.StreamId.t ])
list ]