Values.UpdateAgentSpaceInputSourceInput for updating an agent space.
type nonrec t = {agentSpaceId : AgentSpaceId.t;The unique identifier of the agent space to update.
*)name : AgentName.t option;The updated name of the agent space.
*)description : String_.t option;The updated description of the agent space.
*)awsResources : AWSResources.t option;The updated AWS resources to associate with the agent space.
*)targetDomainIds : TargetDomainIdList.t option;The updated list of target domain identifiers to associate with the agent space.
*)codeReviewSettings : CodeReviewSettings.t option;The updated code review settings for the agent space.
*)}val make :
?name:??? ->
?description:??? ->
?awsResources:??? ->
?targetDomainIds:??? ->
?codeReviewSettings:??? ->
agentSpaceId:AgentSpaceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of String_.t ] list
| `String of AgentSpaceId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `String of LogGroupArn.t
| `Structure of
(string
* [> `List of [> `String of SecurityGroupArn.t ] list
| `String of VpcArn.t ])
list ]
list ])
list ])
list ]