Values.UpdateGroupProfileOutputSourceUpdates the specified group profile in Amazon DataZone.
type nonrec t = {domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which a group profile is updated.
*)id : GroupProfileId.t option;The identifier of the group profile that is updated.
*)status : GroupProfileStatus.t option;The status of the group profile that is updated.
*)groupName : GroupProfileName.t option;The name of the group profile that is updated.
*)rolePrincipalArn : String_.t option;The ARN of the IAM role principal. This role is associated with the updated group profile.
*)rolePrincipalId : String_.t option;The unique identifier of the IAM role principal. This principal is associated with the updated group profile.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]