Values.StopStreamResponseSourceDisconnects the incoming RTMPS stream for the specified channel. Can be used in conjunction with DeleteStreamKey to prevent further streaming to a channel. Many streaming client-software libraries automatically reconnect a dropped RTMPS session, so to stop the stream permanently, you may want to first revoke the streamKey attached to the channel.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ChannelNotBroadcasting of ChannelNotBroadcasting.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ChannelNotBroadcasting of ChannelNotBroadcasting.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `StreamUnavailable of StreamUnavailable.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ChannelNotBroadcasting of ChannelNotBroadcasting.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `StreamUnavailable of StreamUnavailable.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]