Values.UpdateAgentSpaceOutputSourceOutput for the UpdateAgentSpace operation.
type nonrec t = {agentSpaceId : AgentSpaceId.t option;The unique identifier of the updated agent space.
*)name : AgentName.t option;The name of the agent space.
*)description : String_.t option;The description of the agent space.
*)awsResources : AWSResources.t option;The AWS resources associated with the agent space.
*)targetDomainIds : TargetDomainIdList.t option;The list of target domain identifiers associated with the agent space.
*)codeReviewSettings : CodeReviewSettings.t option;The code review settings for the agent space.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the agent space was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the agent space was last updated, in UTC format.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val 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
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]