Values.DeleteProjectInputSourceDeletes a project in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which the project is deleted.
*)identifier : ProjectId.t;The identifier of the project that is to be deleted.
*)skipDeletionCheck : Boolean.t option;Specifies the optional flag to delete all child entities within the project.
*)}val make :
?skipDeletionCheck:??? ->
domainIdentifier:DomainId.t ->
identifier:ProjectId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainId.t ]) list ]