Values.DeleteEnvironmentBlueprintConfigurationInputSourceDeletes the blueprint configuration in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
*)environmentBlueprintIdentifier : EnvironmentBlueprintId.t;The ID of the blueprint the configuration of which is deleted.
*)}val make :
domainIdentifier:DomainId.t ->
environmentBlueprintIdentifier:EnvironmentBlueprintId.t ->
unit ->
t