Module Values.GrantFlowEntitlementsRequestSource

Grants entitlements to an existing flow.

Sourcetype nonrec t = {
  1. entitlements : GrantEntitlementRequest.t list;
    (*

    The list of entitlements that you want to grant.

    *)
  2. flowArn : GrantFlowEntitlementsRequestFlowArnString.t;
    (*

    The Amazon Resource Name (ARN) of the flow that you want to grant entitlements on.

    *)
}
Sourceval context_ : string
Sourceval make : entitlements:GrantEntitlementRequest.t list -> flowArn:GrantFlowEntitlementsRequestFlowArnString.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t