Values_0.StreamInfoSourceInformation about a stream.
type nonrec t = {streamId : StreamId.t option;The stream ID.
*)streamArn : StreamArn.t option;The stream ARN.
*)streamVersion : StreamVersion.t option;The stream version.
*)description : StreamDescription.t option;The description of the stream.
*)files : StreamFiles.t option;The files to stream.
*)createdAt : DateType.t option;The date when the stream was created.
*)lastUpdatedAt : DateType.t option;The date when the stream was last updated.
*)roleArn : RoleArn.t option;An IAM role IoT assumes to access your S3 files.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StreamVersion.t
| `List of
[> `Structure of
(string
* [> `Integer of FileId.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]
list
| `String of StreamId.t
| `Timestamp of DateType.t ])
list ]