DataAutomationforBedrock / Client / update_data_automation_library

update_data_automation_library

DataAutomationforBedrock.Client.update_data_automation_library(**kwargs)

Updates an existing Amazon Bedrock Data Automation Library

See also: AWS API Documentation

Request Syntax

response = client.update_data_automation_library(
    libraryArn='string',
    libraryDescription='string',
    clientToken='string'
)
Parameters:
  • libraryArn (string) –

    [REQUIRED]

    ARN generated at the server side when a DataAutomationLibrary is created

  • libraryDescription (string) – Description of the DataAutomationLibrary

  • clientToken (string) –

    Client specified token used for idempotency checks

    This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{
    'libraryArn': 'string',
    'status': 'ACTIVE'|'DELETING'
}

Response Structure

  • (dict) –

    Update DataAutomationLibrary Response

    • libraryArn (string) –

      ARN generated at the server side when a DataAutomationLibrary is created

    • status (string) –

      Status of DataAutomationLibrary

Exceptions