Values.SessionDataSourceInformation about the session.
type nonrec t = {description : Description.t option;The description of the session.
*)integrationConfiguration : SessionIntegrationConfiguration.t option;The configuration information for the session integration.
*)name : Name.t option;The name of the session.
*)sessionArn : Arn.t option;The Amazon Resource Name (ARN) of the session.
*)sessionId : Uuid.t option;The identifier of the session.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Description.t
| `Structure of (string * [> `String of GenericArn.t ]) list ])
list ]