Values_1.DeleteDomainConfigurationRequestSourceDeletes the specified domain configuration. Requires permission to access the DeleteDomainConfiguration action.
type nonrec t = {domainConfigurationName : Values_0.DomainConfigurationName.t;The name of the domain configuration to be deleted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.DomainConfigurationName.t ]) list ]