Module Values.UpdateDeploymentGroupOutputSource

Represents the output of an UpdateDeploymentGroup 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 Web Services account. If the output contains data, CodeDeploy could not remove some Auto Scaling lifecycle event hooks from the Amazon Web Services account.

    *)
}
Sourcetype nonrec error = [
  1. | `AlarmsLimitExceededException of AlarmsLimitExceededException.t
  2. | `ApplicationDoesNotExistException of ApplicationDoesNotExistException.t
  3. | `ApplicationNameRequiredException of ApplicationNameRequiredException.t
  4. | `DeploymentConfigDoesNotExistException of DeploymentConfigDoesNotExistException.t
  5. | `DeploymentGroupAlreadyExistsException of DeploymentGroupAlreadyExistsException.t
  6. | `DeploymentGroupDoesNotExistException of DeploymentGroupDoesNotExistException.t
  7. | `DeploymentGroupNameRequiredException of DeploymentGroupNameRequiredException.t
  8. | `ECSServiceMappingLimitExceededException of ECSServiceMappingLimitExceededException.t
  9. | `InvalidAlarmConfigException of InvalidAlarmConfigException.t
  10. | `InvalidApplicationNameException of InvalidApplicationNameException.t
  11. | `InvalidAutoRollbackConfigException of InvalidAutoRollbackConfigException.t
  12. | `InvalidAutoScalingGroupException of InvalidAutoScalingGroupException.t
  13. | `InvalidBlueGreenDeploymentConfigurationException of InvalidBlueGreenDeploymentConfigurationException.t
  14. | `InvalidDeploymentConfigNameException of InvalidDeploymentConfigNameException.t
  15. | `InvalidDeploymentGroupNameException of InvalidDeploymentGroupNameException.t
  16. | `InvalidDeploymentStyleException of InvalidDeploymentStyleException.t
  17. | `InvalidEC2TagCombinationException of InvalidEC2TagCombinationException.t
  18. | `InvalidEC2TagException of InvalidEC2TagException.t
  19. | `InvalidECSServiceException of InvalidECSServiceException.t
  20. | `InvalidInputException of InvalidInputException.t
  21. | `InvalidLoadBalancerInfoException of InvalidLoadBalancerInfoException.t
  22. | `InvalidOnPremisesTagCombinationException of InvalidOnPremisesTagCombinationException.t
  23. | `InvalidRoleException of InvalidRoleException.t
  24. | `InvalidTagException of InvalidTagException.t
  25. | `InvalidTargetGroupPairException of InvalidTargetGroupPairException.t
  26. | `InvalidTrafficRoutingConfigurationException of InvalidTrafficRoutingConfigurationException.t
  27. | `InvalidTriggerConfigException of InvalidTriggerConfigException.t
  28. | `LifecycleHookLimitExceededException of LifecycleHookLimitExceededException.t
  29. | `TagSetListLimitExceededException of TagSetListLimitExceededException.t
  30. | `ThrottlingException of ThrottlingException.t
  31. | `TriggerTargetsLimitExceededException of TriggerTargetsLimitExceededException.t
  32. | `Unknown_operation_error of string * string option
]
Sourceval make : ?hooksNotCleanedUp:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
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