Values_1.InstanceInfoSourceDetails about a specific managed node.
type nonrec t = {agentType : Values_0.AgentType.t option;The type of agent installed on the node.
*)agentVersion : Values_0.AgentVersion.t option;The version number of the agent installed on the node.
*)computerName : Values_0.ComputerName.t option;The fully qualified host name of the managed node.
*)instanceStatus : InstanceStatus.t option;The current status of the managed node.
*)ipAddress : IpAddress.t option;The IP address of the managed node.
*)managedStatus : ManagedStatus.t option;Indicates whether the node is managed by Systems Manager.
*)platformType : Values_0.PlatformType.t option;The operating system platform type of the managed node.
*)platformName : Values_0.PlatformName.t option;The name of the operating system platform running on your managed node.
*)platformVersion : Values_0.PlatformVersion.t option;The version of the OS platform running on your managed node.
*)resourceType : Values_0.ResourceType.t option;The type of instance, either an EC2 instance or another supported machine type in a hybrid fleet.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.AgentType.t ]) list ]