Module Values.DeleteProjectMembershipInputSource

Deletes project membership in Amazon DataZone.

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

    The ID of the Amazon DataZone domain where project membership is deleted.

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

    The ID of the Amazon DataZone project the membership to which is deleted.

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

    The project member whose project membership is deleted.

    *)
}
Sourceval context_ : string
Sourceval make : domainIdentifier:DomainId.t -> projectIdentifier:ProjectId.t -> member:Member.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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