OpenSearchIngestion / Client / list_pipeline_blueprints

list_pipeline_blueprints#

OpenSearchIngestion.Client.list_pipeline_blueprints()#

Retrieves a list of all available blueprints for Data Prepper. For more information, see Using blueprints to create a pipeline.

See also: AWS API Documentation

Request Syntax

response = client.list_pipeline_blueprints()
Return type:

dict

Returns:

Response Syntax

{
    'Blueprints': [
        {
            'BlueprintName': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • Blueprints (list) –

      A list of available blueprints for Data Prepper.

      • (dict) –

        A summary of an OpenSearch Ingestion blueprint.

        • BlueprintName (string) –

          The name of the blueprint.

Exceptions

  • OpenSearchIngestion.Client.exceptions.ValidationException

  • OpenSearchIngestion.Client.exceptions.InternalException

  • OpenSearchIngestion.Client.exceptions.AccessDeniedException

  • OpenSearchIngestion.Client.exceptions.InvalidPaginationTokenException