Module Values.PermissionOutputSource

The permission granted to the Amazon Q App.

Sourcetype nonrec t = {
  1. action : PermissionOutputActionEnum.t option;
    (*

    The action associated with the permission.

    *)
  2. principal : PrincipalOutput.t option;
    (*

    The principal user to which the permission applies.

    *)
}
Sourceval make : ?action:??? -> ?principal:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of PrincipalOutputUserIdString.t ]) list ]) 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