Values.CreateProjectMembershipInputSourceCreates a project membership in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which project membership is created.
*)projectIdentifier : ProjectId.t;The ID of the project for which this project membership was created.
*)member : Member.t;The project member whose project membership was created.
*)designation : UserDesignation.t;The designation of the project membership.
*)}val make :
domainIdentifier:DomainId.t ->
projectIdentifier:ProjectId.t ->
member:Member.t ->
designation:UserDesignation.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]