get_data_automation_library¶
Operation¶
get_data_automation_library
async
¶
get_data_automation_library(input: GetDataAutomationLibraryInput, plugins: list[Plugin] | None = None) -> GetDataAutomationLibraryOutput
Gets an existing Amazon Bedrock Data Automation Library
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetDataAutomationLibraryInput
|
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 |
|---|---|
GetDataAutomationLibraryOutput
|
An instance of |
Input¶
GetDataAutomationLibraryInput
dataclass
¶
Output¶
GetDataAutomationLibraryOutput
dataclass
¶
Get DataAutomationLibrary Response
Attributes¶
library
class-attribute
instance-attribute
¶
library: DataAutomationLibrary | None = None
Contains the information of a DataAutomationLibrary.