Values.PluginSourceInformation about an Amazon Q Business plugin and its configuration.
type nonrec t = {pluginId : PluginId.t option;The identifier of the plugin.
*)displayName : PluginName.t option;The name of the plugin.
*)type_ : PluginType.t option;The type of the plugin.
*)serverUrl : Url.t option;The plugin server URL used for configuration.
*)state : PluginState.t option;The current status of the plugin.
*)buildStatus : PluginBuildStatus.t option;The status of the plugin.
*)createdAt : Timestamp.t option;The timestamp for when the plugin was created.
*)updatedAt : Timestamp.t option;The timestamp for when the plugin was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PluginId.t
| `Timestamp of Timestamp.t ])
list ]