Values_0.CreateEdgeDeploymentPlanResponseSourceCreates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.
type nonrec t = {edgeDeploymentPlanArn : EdgeDeploymentPlanArn.t option;The ARN of the edge deployment plan.
*)}type nonrec error = [ | `ResourceLimitExceeded of ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceLimitExceeded of ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of EdgeDeploymentPlanArn.t ]) list ]