Values.UpdateGroupProfileInputSourceUpdates the specified group profile in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The identifier of the Amazon DataZone domain in which a group profile is updated.
*)groupIdentifier : GroupIdentifier.t;The identifier of the group profile that is updated.
*)status : GroupProfileStatus.t;The status of the group profile that is updated.
*)}val make :
domainIdentifier:DomainId.t ->
groupIdentifier:GroupIdentifier.t ->
status:GroupProfileStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]