Values_2.UpdateFlowPermissionsOutputSourceUpdates permissions against principals on a flow.
type nonrec t = {status : Values_1.StatusCode.t option;The HTTP status of the request.
*)arn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the flow you are updating permissions against.
*)permissions : PermissionsList.t option;The permissions on the flow after they are updated.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)flowId : FlowId.t option;The unique identifier of the flow with updated permissions.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `InternalFailureException of Values_1.InternalFailureException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `ThrottlingException of Values_1.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.StatusCode.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of PermissionPrincipalString.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]