Module Values.GetPipelineBlueprintRequestSource

Retrieves 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.

Sourcetype nonrec t = {
  1. blueprintName : String_.t;
    (*

    The name of the blueprint to retrieve.

    *)
  2. format : BlueprintFormat.t option;
    (*

    The format format of the blueprint to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : ?format:??? -> blueprintName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t