Values.GetLicenseEndpointResponseSourceMixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
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.
*)dnsName : DnsName.t option;The DNS name.
*)subnetIds : GetLicenseEndpointResponseSubnetIdsList.t option;The subnet IDs.
*)securityGroupIds : GetLicenseEndpointResponseSecurityGroupIdsList.t option;The security group IDs for the license endpoint.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SubnetId.t ] list
| `String of LicenseEndpointId.t ])
list ]