Module Values.DeleteDeploymentGroupOutputSource

Represents the output of a DeleteDeploymentGroup operation.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `ApplicationNameRequiredException of ApplicationNameRequiredException.t
  2. | `DeploymentGroupNameRequiredException of DeploymentGroupNameRequiredException.t
  3. | `InvalidApplicationNameException of InvalidApplicationNameException.t
  4. | `InvalidDeploymentGroupNameException of InvalidDeploymentGroupNameException.t
  5. | `InvalidRoleException of InvalidRoleException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?hooksNotCleanedUp:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AutoScalingGroupName.t ]) list ] list ]) 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