Values.InstanceInfoSourceInformation about an on-premises instance.
type nonrec t = {instanceName : InstanceName.t option;The name of the on-premises instance.
*)iamSessionArn : IamSessionArn.t option;The ARN of the IAM session associated with the on-premises instance.
*)iamUserArn : IamUserArn.t option;The user ARN associated with the on-premises instance.
*)instanceArn : InstanceArn.t option;The ARN of the on-premises instance.
*)registerTime : Timestamp.t option;The time at which the on-premises instance was registered.
*)deregisterTime : Timestamp.t option;If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Key.t ]) list ] list
| `String of InstanceName.t
| `Timestamp of Timestamp.t ])
list ]