DataAutomationforBedrock / Client / list_blueprints

list_blueprints#

DataAutomationforBedrock.Client.list_blueprints(**kwargs)#

Lists all existing Amazon Bedrock Keystone Blueprints

See also: AWS API Documentation

Request Syntax

response = client.list_blueprints(
    blueprintArn='string',
    resourceOwner='SERVICE'|'ACCOUNT',
    blueprintStageFilter='DEVELOPMENT'|'LIVE'|'ALL',
    maxResults=123,
    nextToken='string',
    projectFilter={
        'projectArn': 'string',
        'projectStage': 'DEVELOPMENT'|'LIVE'
    }
)
Parameters:
  • blueprintArn (string) – ARN of a Blueprint

  • resourceOwner (string) – Resource Owner

  • blueprintStageFilter (string) – Blueprint Stage filter

  • maxResults (integer) – Max Results

  • nextToken (string) – Pagination token

  • projectFilter (dict) –

    Data Automation Project Filter

    • projectArn (string) – [REQUIRED]

      ARN of a DataAutomationProject

    • projectStage (string) –

      Stage of the Project

Return type:

dict

Returns:

Response Syntax

{
    'blueprints': [
        {
            'blueprintArn': 'string',
            'blueprintVersion': 'string',
            'blueprintStage': 'DEVELOPMENT'|'LIVE',
            'blueprintName': 'string',
            'creationTime': datetime(2015, 1, 1),
            'lastModifiedTime': datetime(2015, 1, 1)
        },
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    List Blueprint Response

    • blueprints (list) –

      List of Blueprints

      • (dict) –

        Summary of a Blueprint

        • blueprintArn (string) –

          ARN of a Blueprint

        • blueprintVersion (string) –

          Blueprint Version

        • blueprintStage (string) –

          Stage of the Blueprint

        • blueprintName (string) –

          Name of the Blueprint

        • creationTime (datetime) –

          Time Stamp

        • lastModifiedTime (datetime) –

          Time Stamp

    • nextToken (string) –

      Pagination token

Exceptions

  • DataAutomationforBedrock.Client.exceptions.ValidationException

  • DataAutomationforBedrock.Client.exceptions.InternalServerException

  • DataAutomationforBedrock.Client.exceptions.ThrottlingException

  • DataAutomationforBedrock.Client.exceptions.AccessDeniedException

  • DataAutomationforBedrock.Client.exceptions.ResourceNotFoundException