Values.GetStreamSessionResponseSourceGets metadata on a specified stream.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of String_.t | `Timestamp of Time.t ])
list ]
list
| `String of StreamId.t
| `Structure of
(string
* [> `Boolean of IsAuthorized.t
| `Enum of string
| `Integer of RecordingReconnectWindowSeconds.t
| `List of
[> `Structure of
(string
* [> `Long of Integer.t | `String of String_.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of ChannelArn.t
| `Structure of
(string
* [> `Boolean of IsMultitrackInputEnabled.t
| `Enum of string
| `List of [> `Enum of string ] list
| `Long of Integer.t
| `String of SrtEndpoint.t
| `Structure of
(string
* [> `String of S3DestinationBucketName.t ])
list ])
list ])
list
| `Timestamp of Time.t ])
list ])
list ]