Values.UpdateGatewayInstanceRequestSourceUpdates an existing gateway instance.
type nonrec t = {bridgePlacement : BridgePlacement.t option;The state of the instance. ACTIVE or INACTIVE.
*)gatewayInstanceArn : UpdateGatewayInstanceRequestGatewayInstanceArnString.t;The Amazon Resource Name (ARN) of the gateway instance that you want to update.
*)}val make :
?bridgePlacement:??? ->
gatewayInstanceArn:UpdateGatewayInstanceRequestGatewayInstanceArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UpdateGatewayInstanceRequestGatewayInstanceArnString.t ])
list ]