Module Values.GetResponderGatewayResponseSource

Retrieves information about a responder gateway.

Sourcetype nonrec t = {
  1. vpcId : VpcId.t option;
    (*

    The unique identifier of the Virtual Private Cloud (VPC).

    *)
  2. subnetIds : GetResponderGatewayResponseSubnetIdsList.t option;
    (*

    The unique identifiers of the subnets.

    *)
  3. securityGroupIds : GetResponderGatewayResponseSecurityGroupIdsList.t option;
    (*

    The unique identifiers of the security groups.

    *)
  4. status : ResponderGatewayStatus.t option;
    (*

    The status of the request.

    *)
  5. description : GetResponderGatewayResponseDescriptionString.t option;
    (*

    The description of the responder gateway.

    *)
  6. createdAt : Timestamp.t option;
    (*

    The timestamp of when the responder gateway was created.

    *)
  7. updatedAt : Timestamp.t option;
    (*

    The timestamp of when the responder gateway was updated.

    *)
  8. domainName : DomainName.t option;
    (*

    The domain name of the responder gateway.

    *)
  9. port : GetResponderGatewayResponsePortInteger.t option;
    (*

    The networking port.

    *)
  10. protocol : Protocol.t option;
    (*

    The networking protocol.

    *)
  11. listenerConfig : ListenerConfig.t option;
    (*

    The listener configuration for the responder gateway.

    *)
  12. trustStoreConfiguration : TrustStoreConfiguration.t option;
    (*

    The configuration of the trust store.

    *)
  13. managedEndpointConfiguration : ManagedEndpointConfiguration.t option;
    (*

    The configuration of the managed endpoint.

    *)
  14. gatewayId : GatewayId.t option;
    (*

    The unique identifier of the gateway.

    *)
  15. tags : TagsMap.t option;
    (*

    A map of the key-value pairs for the tag or tags assigned to the specified resource.

    *)
  16. activeLinksCount : Integer.t option;
    (*

    The count of active links for the responder gateway.

    *)
  17. totalLinksCount : Integer.t option;
    (*

    The total count of links for the responder gateway.

    *)
  18. inboundLinksCount : Integer.t option;
    (*

    The count of inbound links for the responder gateway.

    *)
  19. gatewayType : GatewayType.t option;
    (*

    The type of gateway. Valid values are EXTERNAL or INTERNAL.

    *)
  20. externalInboundEndpoint : DomainName.t option;
    (*

    The external inbound endpoint for the responder gateway.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?vpcId:??? -> ?subnetIds:??? -> ?securityGroupIds:??? -> ?status:??? -> ?description:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?domainName:??? -> ?port:??? -> ?protocol:??? -> ?listenerConfig:??? -> ?trustStoreConfiguration:??? -> ?managedEndpointConfiguration:??? -> ?gatewayId:??? -> ?tags:??? -> ?activeLinksCount:??? -> ?totalLinksCount:??? -> ?inboundLinksCount:??? -> ?gatewayType:??? -> ?externalInboundEndpoint:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of GetResponderGatewayResponsePortInteger.t | `List of [> `String of SubnetId.t ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of VpcId.t | `Structure of (string * [> `List of [> `Enum of string | `String of Base64EncodedCertificateChain.t ] list | `Structure of (string * [> `List of [> `String of AutoScalingGroupName.t ] list | `String of AutoScalingGroupsConfigurationRoleArnString.t | `Structure of (string * [> `Enum of string | `Integer of HealthCheckConfigPortInteger.t | `String of HealthCheckConfigPathString.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t