Values_2.UpdateAnalysisPermissionsRequestSourceUpdates the read and write permissions for an analysis.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the analysis whose permissions you're updating. You must be using the Amazon Web Services account that the analysis is in.
*)analysisId : Values_0.ShortRestrictiveResourceId.t;The ID of the analysis whose permissions you're updating. The ID is part of the analysis URL.
*)grantPermissions : UpdateResourcePermissionList.t option;A structure that describes the permissions to add and the principal to add them to.
*)revokePermissions : UpdateResourcePermissionList.t option;A structure that describes the permissions to remove and the principal to remove them from.
*)}val make :
?grantPermissions:??? ->
?revokePermissions:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
analysisId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string ])
list ]
list
| `String of Values_1.AwsAccountId.t ])
list ]