Values.DescribeAgentResponseSourceDescribeAgentResponse
type nonrec t = {agentArn : AgentArn.t option;The ARN of the agent.
*)name : TagValue.t option;The name of the agent.
*)status : AgentStatus.t option;The status of the agent. If the status is ONLINE, the agent is configured properly and ready to use. If the status is OFFLINE, the agent has been out of contact with DataSync for five minutes or longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
*)lastConnectionTime : Time.t option;The last time that the agent was communicating with the DataSync service.
*)creationTime : Time.t option;The time that the agent was activated.
*)endpointType : EndpointType.t option;The type of service endpoint that your agent is connected to.
*)privateLinkConfig : PrivateLinkConfig.t option;The network configuration that the agent uses when connecting to a VPC service endpoint.
*)platform : Platform.t option;The platform-related details about the agent, such as the version number.
*)}type nonrec error = [ | `InternalException of InternalException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of InternalException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AgentArn.t
| `Structure of
(string
* [> `List of [> `String of Ec2SubnetArn.t ] list
| `String of VpcEndpointId.t ])
list
| `Timestamp of Time.t ])
list ]