Values.UpdateDeploymentGroupOutputSourceRepresents the output of an UpdateDeploymentGroup 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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.
*)}type nonrec error = [ | `AlarmsLimitExceededException of AlarmsLimitExceededException.t| `ApplicationDoesNotExistException of ApplicationDoesNotExistException.t| `ApplicationNameRequiredException of ApplicationNameRequiredException.t| `DeploymentConfigDoesNotExistException of
DeploymentConfigDoesNotExistException.t| `DeploymentGroupAlreadyExistsException of
DeploymentGroupAlreadyExistsException.t| `DeploymentGroupDoesNotExistException of DeploymentGroupDoesNotExistException.t| `DeploymentGroupNameRequiredException of DeploymentGroupNameRequiredException.t| `ECSServiceMappingLimitExceededException of
ECSServiceMappingLimitExceededException.t| `InvalidAlarmConfigException of InvalidAlarmConfigException.t| `InvalidApplicationNameException of InvalidApplicationNameException.t| `InvalidAutoRollbackConfigException of InvalidAutoRollbackConfigException.t| `InvalidAutoScalingGroupException of InvalidAutoScalingGroupException.t| `InvalidBlueGreenDeploymentConfigurationException of
InvalidBlueGreenDeploymentConfigurationException.t| `InvalidDeploymentConfigNameException of InvalidDeploymentConfigNameException.t| `InvalidDeploymentGroupNameException of InvalidDeploymentGroupNameException.t| `InvalidDeploymentStyleException of InvalidDeploymentStyleException.t| `InvalidEC2TagCombinationException of InvalidEC2TagCombinationException.t| `InvalidEC2TagException of InvalidEC2TagException.t| `InvalidECSServiceException of InvalidECSServiceException.t| `InvalidInputException of InvalidInputException.t| `InvalidLoadBalancerInfoException of InvalidLoadBalancerInfoException.t| `InvalidOnPremisesTagCombinationException of
InvalidOnPremisesTagCombinationException.t| `InvalidRoleException of InvalidRoleException.t| `InvalidTagException of InvalidTagException.t| `InvalidTargetGroupPairException of InvalidTargetGroupPairException.t| `InvalidTrafficRoutingConfigurationException of
InvalidTrafficRoutingConfigurationException.t| `InvalidTriggerConfigException of InvalidTriggerConfigException.t| `LifecycleHookLimitExceededException of LifecycleHookLimitExceededException.t| `TagSetListLimitExceededException of TagSetListLimitExceededException.t| `ThrottlingException of ThrottlingException.t| `TriggerTargetsLimitExceededException of TriggerTargetsLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AlarmsLimitExceededException of unit
| `ApplicationDoesNotExistException of unit
| `ApplicationNameRequiredException of unit
| `DeploymentConfigDoesNotExistException of unit
| `DeploymentGroupAlreadyExistsException of unit
| `DeploymentGroupDoesNotExistException of unit
| `DeploymentGroupNameRequiredException of unit
| `ECSServiceMappingLimitExceededException of unit
| `InvalidAlarmConfigException of unit
| `InvalidApplicationNameException of unit
| `InvalidAutoRollbackConfigException of unit
| `InvalidAutoScalingGroupException of unit
| `InvalidBlueGreenDeploymentConfigurationException of unit
| `InvalidDeploymentConfigNameException of unit
| `InvalidDeploymentGroupNameException of unit
| `InvalidDeploymentStyleException of unit
| `InvalidEC2TagCombinationException of unit
| `InvalidEC2TagException of unit
| `InvalidECSServiceException of unit
| `InvalidInputException of unit
| `InvalidLoadBalancerInfoException of unit
| `InvalidOnPremisesTagCombinationException of unit
| `InvalidRoleException of unit
| `InvalidTagException of unit
| `InvalidTargetGroupPairException of unit
| `InvalidTrafficRoutingConfigurationException of unit
| `InvalidTriggerConfigException of unit
| `LifecycleHookLimitExceededException of unit
| `TagSetListLimitExceededException of unit
| `ThrottlingException of unit
| `TriggerTargetsLimitExceededException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AlarmsLimitExceededException of unit
| `ApplicationDoesNotExistException of unit
| `ApplicationNameRequiredException of unit
| `DeploymentConfigDoesNotExistException of unit
| `DeploymentGroupAlreadyExistsException of unit
| `DeploymentGroupDoesNotExistException of unit
| `DeploymentGroupNameRequiredException of unit
| `ECSServiceMappingLimitExceededException of unit
| `InvalidAlarmConfigException of unit
| `InvalidApplicationNameException of unit
| `InvalidAutoRollbackConfigException of unit
| `InvalidAutoScalingGroupException of unit
| `InvalidBlueGreenDeploymentConfigurationException of unit
| `InvalidDeploymentConfigNameException of unit
| `InvalidDeploymentGroupNameException of unit
| `InvalidDeploymentStyleException of unit
| `InvalidEC2TagCombinationException of unit
| `InvalidEC2TagException of unit
| `InvalidECSServiceException of unit
| `InvalidInputException of unit
| `InvalidLoadBalancerInfoException of unit
| `InvalidOnPremisesTagCombinationException of unit
| `InvalidRoleException of unit
| `InvalidTagException of unit
| `InvalidTargetGroupPairException of unit
| `InvalidTrafficRoutingConfigurationException of unit
| `InvalidTriggerConfigException of unit
| `LifecycleHookLimitExceededException of unit
| `TagSetListLimitExceededException of unit
| `ThrottlingException of unit
| `TriggerTargetsLimitExceededException 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 ]