Values.CreateEventBusResponseSourceCreates a new event bus within your account. This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.
type nonrec t = {eventBusArn : String_.t option;The ARN of the new event bus.
*)description : EventBusDescription.t option;The event bus description.
*)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.
*)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| `InvalidStateException of InvalidStateException.t| `LimitExceededException of LimitExceededException.t| `OperationDisabledException of OperationDisabledException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.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
| `InvalidStateException of unit
| `LimitExceededException of unit
| `OperationDisabledException of unit
| `ResourceAlreadyExistsException 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
| `InvalidStateException of unit
| `LimitExceededException of unit
| `OperationDisabledException of unit
| `ResourceAlreadyExistsException 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 ]