Module Values.DeregisterGatewayInstanceRequestSource

Deregisters 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.

Sourcetype nonrec t = {
  1. force : Boolean.t option;
    (*

    Force the deregistration of an instance. Force will deregister an instance, even if there are bridges running on it.

    *)
  2. gatewayInstanceArn : DeregisterGatewayInstanceRequestGatewayInstanceArnString.t;
    (*

    The Amazon Resource Name (ARN) of the gateway that contains the instance that you want to deregister.

    *)
}
Sourceval context_ : string
Sourceval make : ?force:??? -> gatewayInstanceArn:DeregisterGatewayInstanceRequestGatewayInstanceArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of DeregisterGatewayInstanceRequestGatewayInstanceArnString.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