Values.UpdateIntegratedResourcesInputSourceUpdates the integrated resources for an agent space, including their capabilities.
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier of the agent space.
*)integrationId : IntegrationId.t;The unique identifier of the integration.
*)items : IntegratedResourceInputItemList.t;The list of integrated resource items to update.
*)}val make :
agentSpaceId:AgentSpaceId.t ->
integrationId:IntegrationId.t ->
items:IntegratedResourceInputItemList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of ProviderResourceName.t ])
list ])
list ])
list ]
list
| `String of AgentSpaceId.t ])
list ]