Values.GetPluginResponseSourceGets information about an existing Amazon Q Business plugin.
type nonrec t = {applicationId : ApplicationId.t option;The identifier of the application which contains the plugin.
*)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 source URL used for plugin configuration.
*)authConfiguration : PluginAuthConfiguration.t option;customPluginConfiguration : CustomPluginConfiguration.t option;Configuration information required to create a custom plugin.
*)buildStatus : PluginBuildStatus.t option;The current status of a plugin. A plugin is modified asynchronously.
*)pluginArn : PluginArn.t option;The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
*)state : PluginState.t option;The current state 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.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ApplicationId.t
| `Structure of
(string
* [> `Enum of string
| `String of PluginDescription.t
| `Structure of
(string
* [> `String of SecretArn.t
| `Structure of
(string * [> `String of S3BucketName.t ]) list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]