Module Values.AssociateServiceInputSource

Input for creating a new service association within an AgentSpace.

Sourcetype nonrec t = {
  1. agentSpaceId : AgentSpaceId.t;
    (*

    The unique identifier of the AgentSpace

    *)
  2. serviceId : ServiceId.t;
    (*

    The unique identifier of the service.

    *)
  3. configuration : ServiceConfiguration.t;
    (*

    The configuration that directs how AgentSpace interacts with the given service.

    *)
}
Sourceval context_ : string
Sourceval make : agentSpaceId:AgentSpaceId.t -> serviceId:ServiceId.t -> configuration:ServiceConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AgentSpaceId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list | `String of SourceAwsConfigurationAccountIdString.t | `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]) 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