Values.CustomPluginSummarySourceA summary of the custom plugin.
type nonrec t = {creationTime : string option;The time that the custom plugin was created.
*)customPluginArn : string option;The Amazon Resource Name (ARN) of the custom plugin.
*)customPluginState : CustomPluginState.t option;The state of the custom plugin.
*)description : string option;A description of the custom plugin.
*)latestRevision : CustomPluginRevisionSummary.t option;The latest revision of the custom plugin.
*)name : string option;The name of the custom plugin.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of string ])
list
| `Timestamp of string ])
list ]