Update Data Automation Library
| bedrockdataautomation_update_data_automation_library | R Documentation |
Updates an existing Amazon Bedrock Data Automation Library¶
Description¶
Updates an existing Amazon Bedrock Data Automation Library
Usage¶
bedrockdataautomation_update_data_automation_library(libraryArn,
libraryDescription, clientToken)
Arguments¶
libraryArn |
[required] ARN generated at the server side when a DataAutomationLibrary is created |
libraryDescription |
Description of the DataAutomationLibrary |
clientToken |
Client specified token used for idempotency checks |
Value¶
A list with the following syntax:
list(
libraryArn = "string",
status = "ACTIVE"|"DELETING"
)
Request syntax¶
svc$update_data_automation_library(
libraryArn = "string",
libraryDescription = "string",
clientToken = "string"
)