list_plugins¶
Operation¶
list_plugins
async
¶
list_plugins(input: ListPluginsInput, plugins: list[Plugin] | None = None) -> ListPluginsOutput
Lists configured Amazon Q Business plugins.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListPluginsInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListPluginsOutput
|
An instance of |
Input¶
ListPluginsInput
dataclass
¶
Dataclass for ListPluginsInput structure.
Output¶
ListPluginsOutput
dataclass
¶
Dataclass for ListPluginsOutput structure.