Values_2.UpdateDataSetPermissionsRequestSourceUpdates the permissions on a dataset. The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)dataSetId : Values_1.ResourceId.t;The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)grantPermissions : Values_1.ResourcePermissionList.t option;The resource permissions that you want to grant to the dataset.
*)revokePermissions : Values_1.ResourcePermissionList.t option;The resource permissions that you want to revoke from the dataset.
*)}val make :
?grantPermissions:??? ->
?revokePermissions:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
dataSetId:Values_1.ResourceId.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 ]