Values.DescribeImageGenerationConfigurationOutputSourceGets the ImageGenerationConfiguration for a given Kinesis video stream.
type nonrec t = {imageGenerationConfiguration : ImageGenerationConfiguration.t option;The structure that contains the information required for the Kinesis video stream (KVS) images delivery. If this structure is null, the configuration will be deleted from the stream.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ClientLimitExceededException of ClientLimitExceededException.t| `InvalidArgumentException of InvalidArgumentException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ClientLimitExceededException of ClientLimitExceededException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of SamplingInterval.t
| `Map of
([> `Enum of string ] * [> `String of FormatConfigValue.t ])
list
| `Structure of
(string * [> `String of DestinationUri.t ]) list ])
list ])
list ]