Values.DeleteEnvironmentConfigurationMessageSourceRequest to delete a draft environment configuration.
type nonrec t = {applicationName : ApplicationName.t;The name of the application the environment is associated with.
*)environmentName : EnvironmentName.t;The name of the environment to delete the draft configuration from.
*)}val make :
applicationName:ApplicationName.t ->
environmentName:EnvironmentName.t ->
unit ->
t