Module Values.CreateProjectMembershipInputSource

Creates a project membership in Amazon DataZone.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The ID of the Amazon DataZone domain in which project membership is created.

    *)
  2. projectIdentifier : ProjectId.t;
    (*

    The ID of the project for which this project membership was created.

    *)
  3. member : Member.t;
    (*

    The project member whose project membership was created.

    *)
  4. designation : UserDesignation.t;
    (*

    The designation of the project membership.

    *)
}
Sourceval context_ : string
Sourceval make : domainIdentifier:DomainId.t -> projectIdentifier:ProjectId.t -> member:Member.t -> designation:UserDesignation.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DomainId.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t