Values.UpdateNotificationConfigurationInputSourceUpdates the notification information for a stream.
type nonrec t = {streamName : StreamName.t option;The name of the stream from which to update the notification configuration. You must specify either the StreamName or the StreamARN.
*)streamARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification configuration. You must specify either the StreamName or the StreamARN.
*)notificationConfiguration : NotificationConfiguration.t option;The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of StreamName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of DestinationUri.t ]) list ])
list ])
list ]