Values.VersionInfoSourceThe Docker and Amazon ECS container agent version information about a container instance.
type nonrec t = {agentVersion : String_.t option;The version number of the Amazon ECS container agent.
*)agentHash : String_.t option;The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
*)dockerVersion : String_.t option;The Docker version that's running on the container instance.
*)}