Values.DescribeConfigurationRevisionRequestSourceReturns a description of this revision of the configuration.
type nonrec t = {arn : string;The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.
*)revision : Awso.Import.Int64.t;A string that uniquely identifies a revision of an MSK configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]