Values.CustomPluginDescriptionSourceDetails about a custom plugin.
type nonrec t = {customPluginArn : string option;The Amazon Resource Name (ARN) of the custom plugin.
*)revision : Awso.Import.Int64.t option;The revision of the custom plugin.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]