Values.GrantFlowEntitlementsRequestSourceGrants entitlements to an existing flow.
type nonrec t = {entitlements : GrantEntitlementRequest.t list;The list of entitlements that you want to grant.
*)flowArn : GrantFlowEntitlementsRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow that you want to grant entitlements on.
*)}val make :
entitlements:GrantEntitlementRequest.t list ->
flowArn:GrantFlowEntitlementsRequestFlowArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ])
list ]
list
| `String of GrantFlowEntitlementsRequestFlowArnString.t ])
list ]