Values.GetRequesterGatewayResponseSourceRetrieves information about a requester gateway.
type nonrec t = {status : RequesterGatewayStatus.t option;The status of the request.
*)domainName : DomainName.t option;The domain name of the requester gateway.
*)description : GetRequesterGatewayResponseDescriptionString.t option;The description of the requester gateway.
*)createdAt : Timestamp.t option;The timestamp of when the requester gateway was created.
*)updatedAt : Timestamp.t option;The timestamp of when the requester gateway was updated.
*)vpcId : VpcId.t option;The unique identifier of the Virtual Private Cloud (VPC).
*)subnetIds : GetRequesterGatewayResponseSubnetIdsList.t option;The unique identifiers of the subnets.
*)securityGroupIds : GetRequesterGatewayResponseSecurityGroupIdsList.t option;The unique identifiers of the security groups.
*)gatewayId : GatewayId.t option;The unique identifier of the gateway.
*)activeLinksCount : Integer.t option;The count of active links for the requester gateway.
*)totalLinksCount : Integer.t option;The total count of links for the requester gateway.
*)}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 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
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of SubnetId.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DomainName.t
| `Timestamp of Timestamp.t ])
list ]