Values.DescribeImageGenerationConfigurationInputSourceGets the ImageGenerationConfiguration for a given Kinesis video stream.
type nonrec t = {streamName : StreamName.t option;The name of the stream from which to retrieve the image generation 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 which to retrieve the image generation configuration. You must specify either the StreamName or the StreamARN.
*)}