Values.UpdateAssociationInputSourceInput for updating an existing service association. Present fields are fully replaced; absent fields are left unchanged.
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier of the AgentSpace
*)associationId : AssociationId.t;The unique identifier of the given association.
*)configuration : ServiceConfiguration.t;The configuration that directs how AgentSpace interacts with the given service. The entire configuration is replaced on update.
*)}val make :
agentSpaceId:AgentSpaceId.t ->
associationId:AssociationId.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 ]