Values.GetConnectionResponseSourceGet information about the connection with the provided id.
type nonrec t = {connectedAt : string option;The time in ISO 8601 format for when the connection was established.
*)identity : Identity.t option;lastActiveAt : string option;The time in ISO 8601 format for when the connection was last active.
*)}type nonrec error = [ | `ForbiddenException of ForbiddenException.t| `GoneException of GoneException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ForbiddenException of unit
| `GoneException of unit
| `LimitExceededException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ForbiddenException of unit
| `GoneException of unit
| `LimitExceededException of unit
| `Unknown_operation_error of string * string option ]