Values.EncoderConfigurationSummarySourceSummary information about an EncoderConfiguration.
type nonrec t = {arn : EncoderConfigurationArn.t option;ARN of the EncoderConfiguration resource.
*)name : EncoderConfigurationName.t option;Optional name to identify the resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of EncoderConfigurationArn.t ])
list ]