Values.DeleteDeploymentGroupInputSourceRepresents the input of a DeleteDeploymentGroup operation.
type nonrec t = {applicationName : ApplicationName.t;The name of an CodeDeploy application associated with the user or Amazon Web Services account.
*)deploymentGroupName : DeploymentGroupName.t;The name of a deployment group for the specified application.
*)}val make :
applicationName:ApplicationName.t ->
deploymentGroupName:DeploymentGroupName.t ->
unit ->
t