Values.UpdateResponderGatewayRequestSourceUpdates a responder gateway.
type nonrec t = {domainName : DomainName.t option;The domain name for the responder gateway.
*)port : UpdateResponderGatewayRequestPortInteger.t;The networking port to use.
*)protocol : Protocol.t;The networking protocol to use.
*)listenerConfig : ListenerConfig.t option;The listener configuration for the responder gateway.
*)trustStoreConfiguration : TrustStoreConfiguration.t option;The configuration of the trust store.
*)managedEndpointConfiguration : ManagedEndpointConfiguration.t option;The configuration for the managed endpoint.
*)clientToken : String_.t;The unique client token.
*)gatewayId : GatewayId.t;The unique identifier of the gateway.
*)description : UpdateResponderGatewayRequestDescriptionString.t option;An optional description for the responder gateway.
*)}val make :
?domainName:??? ->
?listenerConfig:??? ->
?trustStoreConfiguration:??? ->
?managedEndpointConfiguration:??? ->
?description:??? ->
port:UpdateResponderGatewayRequestPortInteger.t ->
protocol:Protocol.t ->
clientToken:String_.t ->
gatewayId:GatewayId.t ->
unit ->
tval 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 ]