Values_2.UpdateDataSourcePermissionsRequestSourceUpdates the permissions to a data source.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)dataSourceId : Values_1.ResourceId.t;The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)grantPermissions : Values_1.ResourcePermissionList.t option;A list of resource permissions that you want to grant on the data source.
*)revokePermissions : Values_1.ResourcePermissionList.t option;A list of resource permissions that you want to revoke on the data source.
*)}val make :
?grantPermissions:??? ->
?revokePermissions:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
dataSourceId: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 ]