Values.GetHostOutputSourceReturns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.
type nonrec t = {name : HostName.t option;The name of the requested host.
*)status : HostStatus.t option;The status of the requested host.
*)providerType : ProviderType.t option;The provider type of the requested host, such as GitHub Enterprise Server.
*)providerEndpoint : Url.t option;The endpoint of the infrastructure represented by the requested host.
*)vpcConfiguration : VpcConfiguration.t option;The VPC configuration of the requested host.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `ResourceUnavailableException of ResourceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `ResourceUnavailableException of ResourceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of HostName.t
| `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `String of VpcId.t ])
list ])
list ]