Values.InstanceAccessSourceInformation and credentials that you can use to remotely connect to an instance in an EC2 managed fleet. This data type is returned in response to a call to https://docs.aws.amazon.com/gamelift/latest/apireference/API_GetInstanceAccess.
type nonrec t = {fleetId : FleetId.t option;A unique identifier for the fleet containing the instance to be accessed.
*)instanceId : InstanceId.t option;A unique identifier for the instance to be accessed.
*)ipAddress : IpAddress.t option;IP address assigned to the instance.
*)operatingSystem : OperatingSystem.t option;Operating system that is running on the instance.
*)credentials : InstanceCredentials.t option;Security credentials that are required to access the instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of FleetId.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]