Values_0.UpdateStreamRequestSourceUpdates an existing stream. The stream version will be incremented by one. Requires permission to access the UpdateStream action.
type nonrec t = {streamId : StreamId.t;The stream ID.
*)description : StreamDescription.t option;The description of the stream.
*)files : StreamFiles.t option;The files associated with the stream.
*)roleArn : RoleArn.t option;An IAM role that allows the IoT service principal assumes to access your S3 files.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of FileId.t
| `Structure of
(string * [> `String of S3Bucket.t ]) list ])
list ]
list
| `String of StreamId.t ])
list ]