Values.GetResourceGatewayResponseSourceRetrieves information about the specified resource gateway.
type nonrec t = {name : ResourceGatewayName.t option;The name of the resource gateway.
*)id : ResourceGatewayId.t option;The ID of the resource gateway.
*)arn : ResourceGatewayArn.t option;The Amazon Resource Name (ARN) of the resource gateway.
*)status : ResourceGatewayStatus.t option;The status for the resource gateway.
*)vpcId : VpcId.t option;The ID of the VPC for the resource gateway.
*)subnetIds : SubnetList.t option;The IDs of the VPC subnets for resource gateway.
*)serviceManaged : Boolean.t option;Indicates whether the resource gateway is managed by an AWS service.
*)managedBy : String_.t option;The AWS service that manages the resource gateway.
*)securityGroupIds : SecurityGroupList.t option;The security group IDs associated with the resource gateway.
*)ipAddressType : ResourceGatewayIpAddressType.t option;The type of IP address for the resource gateway.
*)ipv4AddressesPerEni : Ipv4AddressesPerEni.t option;The number of IPv4 addresses in each ENI for the resource gateway.
*)resourceConfigDnsResolution : ResourceConfigDnsResolution.t option;The DNS resolution type for resource configurations that are associated with this resource gateway.
*)createdAt : Timestamp.t option;The date and time that the resource gateway was created, in ISO-8601 format.
*)lastUpdatedAt : Timestamp.t option;The date and time that the resource gateway was last updated, in ISO-8601 format.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?name:??? ->
?id:??? ->
?arn:??? ->
?status:??? ->
?vpcId:??? ->
?subnetIds:??? ->
?serviceManaged:??? ->
?managedBy:??? ->
?securityGroupIds:??? ->
?ipAddressType:??? ->
?ipv4AddressesPerEni:??? ->
?resourceConfigDnsResolution:??? ->
?createdAt:??? ->
?lastUpdatedAt:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.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
| `InternalServerException of InternalServerException.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
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Ipv4AddressesPerEni.t
| `List of [> `String of SubnetId.t ] list
| `String of ResourceGatewayName.t
| `Timestamp of Timestamp.t ])
list ]