Values_2.UpdateFlowPermissionsInputSourceUpdates permissions against principals on a flow.
type nonrec t = {awsAccountId : Values_0.AccountId.t;The ID of the Amazon Web Services account that contains the flow you are updating permissions against.
*)flowId : FlowId.t;The unique identifier of the flow to update permissions for.
*)grantPermissions : UpdateFlowPermissionsInputGrantPermissionsList.t option;The permissions that you want to grant on this flow.
*)revokePermissions : UpdateFlowPermissionsInputRevokePermissionsList.t option;The permissions that you want to revoke from this flow.
*)}val make :
?grantPermissions:??? ->
?revokePermissions:??? ->
awsAccountId:Values_0.AccountId.t ->
flowId:FlowId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of PermissionPrincipalString.t ])
list ]
list
| `String of Values_0.AccountId.t ])
list ]