Values.DeleteDeploymentGroupOutputSourceRepresents the output of a DeleteDeploymentGroup operation.
type nonrec t = {hooksNotCleanedUp : AutoScalingGroupList.t option;If the output contains no data, and the corresponding deployment group contained at least one Auto Scaling group, CodeDeploy successfully removed all corresponding Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon EC2 instances in the Auto Scaling group.
*)}type nonrec error = [ | `ApplicationNameRequiredException of ApplicationNameRequiredException.t| `DeploymentGroupNameRequiredException of DeploymentGroupNameRequiredException.t| `InvalidApplicationNameException of InvalidApplicationNameException.t| `InvalidDeploymentGroupNameException of InvalidDeploymentGroupNameException.t| `InvalidRoleException of InvalidRoleException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ApplicationNameRequiredException of unit
| `DeploymentGroupNameRequiredException of unit
| `InvalidApplicationNameException of unit
| `InvalidDeploymentGroupNameException of unit
| `InvalidRoleException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ApplicationNameRequiredException of unit
| `DeploymentGroupNameRequiredException of unit
| `InvalidApplicationNameException of unit
| `InvalidDeploymentGroupNameException of unit
| `InvalidRoleException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AutoScalingGroupName.t ]) list ]
list ])
list ]