Values_1.GetBlueprintRunsRequestSourceRetrieves the details of blueprint runs for a specified blueprint.
type nonrec t = {blueprintName : Values_0.NameString.t;The name of the blueprint.
*)nextToken : Values_0.GenericString.t option;A continuation token, if this is a continuation request.
*)maxResults : PageSize.t option;The maximum size of a list to return.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
blueprintName:Values_0.NameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of PageSize.t | `String of Values_0.NameString.t ])
list ]