Values.DeregisterGatewayInstanceRequestSourceDeregisters an instance. Before you deregister an instance, all bridges running on the instance must be stopped. If you want to deregister an instance without stopping the bridges, you must use the --force option.
type nonrec t = {force : Boolean.t option;Force the deregistration of an instance. Force will deregister an instance, even if there are bridges running on it.
*)gatewayInstanceArn : DeregisterGatewayInstanceRequestGatewayInstanceArnString.t;The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.
*)}val make :
?force:??? ->
gatewayInstanceArn:DeregisterGatewayInstanceRequestGatewayInstanceArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of
DeregisterGatewayInstanceRequestGatewayInstanceArnString.t ])
list ]