Values.AgentDetailsSourceDetailed information about the agent.
type nonrec t = {agentVersion : VersionString.t;Current agent version.
*)instanceId : InstanceId.t;ID of EC2 instance agent is running on.
*)instanceType : InstanceType.t;Type of EC2 instance agent is running on.
*)reservedCpuCores : AgentCpuCoresList.t option;This field should not be used. Use agentCpuCores instead. List of CPU cores reserved for processes other than the agent running on the EC2 instance.
*)agentCpuCores : AgentCpuCoresList.t option;List of CPU cores reserved for the agent.
*)componentVersions : ComponentVersionList.t;List of versions being used by agent components.
*)}val make :
?reservedCpuCores:??? ->
?agentCpuCores:??? ->
agentVersion:VersionString.t ->
instanceId:InstanceId.t ->
instanceType:InstanceType.t ->
componentVersions:ComponentVersionList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Integer of Integer.t
| `Structure of
(string
* [> `List of [> `String of VersionString.t ] list
| `String of ComponentTypeString.t ])
list ]
list
| `String of VersionString.t ])
list ]