Module Values.UpdateResponderGatewayRequestSource

Updates a responder gateway.

Sourcetype nonrec t = {
  1. domainName : DomainName.t option;
    (*

    The domain name for the responder gateway.

    *)
  2. port : UpdateResponderGatewayRequestPortInteger.t;
    (*

    The networking port to use.

    *)
  3. protocol : Protocol.t;
    (*

    The networking protocol to use.

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

    The listener configuration for the responder gateway.

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

    The configuration of the trust store.

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

    The configuration for the managed endpoint.

    *)
  7. clientToken : String_.t;
    (*

    The unique client token.

    *)
  8. gatewayId : GatewayId.t;
    (*

    The unique identifier of the gateway.

    *)
  9. description : UpdateResponderGatewayRequestDescriptionString.t option;
    (*

    An optional description for the responder gateway.

    *)
}
Sourceval context_ : string
Sourceval make : ?domainName:??? -> ?listenerConfig:??? -> ?trustStoreConfiguration:??? -> ?managedEndpointConfiguration:??? -> ?description:??? -> port:UpdateResponderGatewayRequestPortInteger.t -> protocol:Protocol.t -> clientToken:String_.t -> gatewayId:GatewayId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of UpdateResponderGatewayRequestPortInteger.t | `String of DomainName.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 ]) 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