Values.SafetyLeverSourceDescribes a safety lever.
type nonrec t = {id : SafetyLeverId.t option;The ID of the safety lever.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the safety lever.
*)state : SafetyLeverState.t option;The state of the safety lever.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of SafetyLeverId.t
| `Structure of
(string
* [> `Enum of string | `String of SafetyLeverStatusReason.t ])
list ])
list ]