Values.UpdateEventBusResponseSourceUpdates the specified event bus.
type nonrec t = {arn : String_.t option;The event bus Amazon Resource Name (ARN).
*)name : EventBusName.t option;The event bus name.
*)kmsKeyIdentifier : KmsKeyIdentifier.t option;The identifier of the KMS customer managed key for EventBridge to use to encrypt events on this event bus, if one has been specified. For more information, see Data encryption in EventBridge in the Amazon EventBridge User Guide.
*)description : EventBusDescription.t option;The event bus description.
*)deadLetterConfig : DeadLetterConfig.t option;logConfig : LogConfig.t option;The logging configuration settings for the event bus. For more information, see Configuring logs for event buses in the EventBridge User Guide.
*)}type nonrec error = [ | `ConcurrentModificationException of ConcurrentModificationException.t| `InternalException of InternalException.t| `OperationDisabledException of OperationDisabledException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `OperationDisabledException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModificationException of unit
| `InternalException of unit
| `OperationDisabledException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ])
list ]