Values.DeleteProjectMembershipInputSourceDeletes project membership in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain where project membership is deleted.
*)projectIdentifier : ProjectId.t;The ID of the Amazon DataZone project the membership to which is deleted.
*)member : Member.t;The project member whose project membership is deleted.
*)}val make :
domainIdentifier:DomainId.t ->
projectIdentifier:ProjectId.t ->
member:Member.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]