Module Values.ActionConfigurationSource

Specifies an allowed action and its associated filter configuration.

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

    The Amazon Q Business action that is allowed.

    *)
  2. filterConfiguration : ActionFilterConfiguration.t option;
    (*

    The filter configuration for the action, if any.

    *)
}
Sourceval context_ : string
Sourceval make : ?filterConfiguration:??? -> action:QIamAction.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of QIamAction.t | `Structure of (string * Awso.Botodata.value) 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