Module Values_0.ApplicationSource

This API is in preview release for Amazon Connect and is subject to change. A third-party application's metadata.

Sourcetype nonrec t = {
  1. namespace : Namespace.t option;
    (*

    Namespace of the application that you want to give access to.

    *)
  2. applicationPermissions : ApplicationPermissions.t option;
    (*

    The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.

    *)
  3. type_ : ApplicationType.t option;
    (*

    Type of Application.

    *)
}
Sourceval make : ?namespace:??? -> ?applicationPermissions:??? -> ?type_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Permission.t ] list | `String of Namespace.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