Module Values.UpdatePluginRequestSource

Updates an Amazon Q Business plugin.

Sourcetype nonrec t = {
  1. applicationId : ApplicationId.t;
    (*

    The identifier of the application the plugin is attached to.

    *)
  2. pluginId : PluginId.t;
    (*

    The identifier of the plugin.

    *)
  3. displayName : PluginName.t option;
    (*

    The name of the plugin.

    *)
  4. state : PluginState.t option;
    (*

    The status of the plugin.

    *)
  5. serverUrl : Url.t option;
    (*

    The source URL used for plugin configuration.

    *)
  6. customPluginConfiguration : CustomPluginConfiguration.t option;
    (*

    The configuration for a custom plugin.

    *)
  7. authConfiguration : PluginAuthConfiguration.t option;
    (*

    The authentication configuration the plugin is using.

    *)
}
Sourceval context_ : string
Sourceval make : ?displayName:??? -> ?state:??? -> ?serverUrl:??? -> ?customPluginConfiguration:??? -> ?authConfiguration:??? -> applicationId:ApplicationId.t -> pluginId:PluginId.t -> unit -> t
Sourceval 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 Payload.t | `Structure of (string * [> `String of S3BucketName.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t