Values.DeleteDomainInputSourceDeletes a Amazon DataZone domain.
type nonrec t = {identifier : DomainId.t;The identifier of the Amazon Web Services domain that is to be deleted.
*)clientToken : String_.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)skipDeletionCheck : Boolean.t option;Specifies the optional flag to delete all child entities within the domain.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainId.t ]) list ]