Values.GetPipelineBlueprintRequestSourceRetrieves information about a specific blueprint for OpenSearch Ingestion. Blueprints are templates for the configuration needed for a CreatePipeline request. For more information, see Using blueprints to create a pipeline.
type nonrec t = {blueprintName : String_.t;The name of the blueprint to retrieve.
*)format : BlueprintFormat.t option;The format format of the blueprint to retrieve.
*)}