Values.DeleteBridgeRequestSourceDeletes a bridge. Before you can delete a bridge, you must stop the bridge.
type nonrec t = {bridgeArn : DeleteBridgeRequestBridgeArnString.t;The Amazon Resource Name (ARN) of the bridge that you want to delete.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DeleteBridgeRequestBridgeArnString.t ]) list ]