Values.LicenseEndpointSummarySourceThe details for a license endpoint.
type nonrec t = {licenseEndpointId : LicenseEndpointId.t option;The license endpoint ID.
*)status : LicenseEndpointStatus.t option;The status of the license endpoint.
*)statusMessage : StatusMessage.t option;The status message of the license endpoint.
*)vpcId : VpcId.t option;The VPC (virtual private cloud) ID associated with the license endpoint.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LicenseEndpointId.t ]) list ]