Values.AssociateServiceInputSourceInput for creating a new service association within an AgentSpace.
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier of the AgentSpace
*)serviceId : ServiceId.t;The unique identifier of the service.
*)configuration : ServiceConfiguration.t;The configuration that directs how AgentSpace interacts with the given service.
*)}val make :
agentSpaceId:AgentSpaceId.t ->
serviceId:ServiceId.t ->
configuration:ServiceConfiguration.t ->
unit ->
tval 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 ]