Values_1.SessionSourceInformation about a Session Manager connection to a managed node.
type nonrec t = {sessionId : SessionId.t option;The ID of the session.
*)target : SessionTarget.t option;The managed node that the Session Manager session connected to.
*)status : SessionStatus.t option;The status of the session. For example, "Connected" or "Terminated".
*)startDate : Values_0.DateTime.t option;The date and time, in ISO-8601 Extended format, when the session began.
*)endDate : Values_0.DateTime.t option;The date and time, in ISO-8601 Extended format, when the session was terminated.
*)documentName : Values_0.DocumentName.t option;The name of the Session Manager SSM document used to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell.
*)owner : SessionOwner.t option;The ID of the Amazon Web Services user that started the session.
*)reason : SessionReason.t option;The reason for connecting to the instance.
*)details : SessionDetails.t option;Reserved for future use.
*)outputUrl : SessionManagerOutputUrl.t option;Reserved for future use.
*)maxSessionDuration : MaxSessionDuration.t option;The maximum duration of a session before it terminates.
*)accessType : Values_0.AccessType.t option;Standard access type is the default for Session Manager sessions. JustInTime is the access type for Just-in-time node access.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SessionId.t
| `Structure of
(string * [> `String of SessionManagerS3OutputUrl.t ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]