Values_1.DescribeEdgeDeploymentPlanRequestSourceDescribes an edge deployment plan with deployment status per stage.
type nonrec t = {edgeDeploymentPlanName : Values_0.EntityName.t;The name of the deployment plan to describe.
*)nextToken : Values_0.NextToken.t option;If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.
*)maxResults : DeploymentStageMaxResults.t option;The maximum number of results to select (50 by default).
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
edgeDeploymentPlanName:Values_0.EntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of DeploymentStageMaxResults.t
| `String of Values_0.EntityName.t ])
list ]