Values.UpdateBridgeStateRequestSourceUpdates the bridge state.
type nonrec t = {bridgeArn : UpdateBridgeStateRequestBridgeArnString.t;The Amazon Resource Name (ARN) of the bridge that you want to update the state of.
*)desiredState : DesiredState.t;The desired state for the bridge.
*)}val make :
bridgeArn:UpdateBridgeStateRequestBridgeArnString.t ->
desiredState:DesiredState.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UpdateBridgeStateRequestBridgeArnString.t ])
list ]