Module Values_1.GetBlueprintRunsRequestSource

Retrieves the details of blueprint runs for a specified blueprint.

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

    The name of the blueprint.

    *)
  2. nextToken : Values_0.GenericString.t option;
    (*

    A continuation token, if this is a continuation request.

    *)
  3. maxResults : PageSize.t option;
    (*

    The maximum size of a list to return.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> blueprintName:Values_0.NameString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PageSize.t | `String of Values_0.NameString.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