Values.UpdateBotRequestSourceUpdates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)botId : NonEmptyString.t;The bot ID.
*)disabled : NullableBoolean.t option;When true, stops the specified bot from running in your account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t | `String of NonEmptyString.t ])
list ]