DataAutomationforBedrock / Client / list_data_automation_library_ingestion_jobs

list_data_automation_library_ingestion_jobs

DataAutomationforBedrock.Client.list_data_automation_library_ingestion_jobs(**kwargs)

Lists all data automation library ingestion jobs

See also: AWS API Documentation

Request Syntax

response = client.list_data_automation_library_ingestion_jobs(
    libraryArn='string',
    maxResults=123,
    nextToken='string'
)
Parameters:
  • libraryArn (string) –

    [REQUIRED]

    ARN generated at the server side when a DataAutomationLibrary is created

  • maxResults (integer) – Max Results

  • nextToken (string) – Pagination token for retrieving the next set of results

Return type:

dict

Returns:

Response Syntax

{
    'jobs': [
        {
            'jobArn': 'string',
            'jobStatus': 'IN_PROGRESS'|'COMPLETED'|'COMPLETED_WITH_ERRORS'|'FAILED',
            'entityType': 'VOCABULARY',
            'operationType': 'UPSERT'|'DELETE',
            'creationTime': datetime(2015, 1, 1),
            'completionTime': datetime(2015, 1, 1)
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    List DataAutomationLibraryIngestionJobs Response

    • jobs (list) –

      List of data automation library ingestion jobs

      • (dict) –

        Summary of a DataAutomationLibraryIngestionJob

        • jobArn (string) –

          ARN of the DataAutomationLibraryIngestionJob

        • jobStatus (string) –

          Status of DataAutomationLibraryIngestionJob

        • entityType (string) –

          Entity types supported in DataAutomationLibraries

        • operationType (string) –

          DataAutomationLibraryIngestionJob operation type

        • creationTime (datetime) –

          Time Stamp

        • completionTime (datetime) –

          Time Stamp

    • nextToken (string) –

      Pagination token for retrieving the next set of results

Exceptions

  • DataAutomationforBedrock.Client.exceptions.ValidationException

  • DataAutomationforBedrock.Client.exceptions.InternalServerException

  • DataAutomationforBedrock.Client.exceptions.ThrottlingException

  • DataAutomationforBedrock.Client.exceptions.AccessDeniedException

  • DataAutomationforBedrock.Client.exceptions.ResourceNotFoundException