Smaws_Client_EventBridge.CreateEventBus
Creates 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.
val request :
Smaws_Lib.Context.t ->
Types.create_event_bus_request ->
(Types.create_event_bus_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentModificationException of
Types.concurrent_modification_exception
| `InternalException of Types.internal_exception
| `InvalidStateException of Types.invalid_state_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `OperationDisabledException of Types.operation_disabled_exception
| `ResourceAlreadyExistsException of
Types.resource_already_exists_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result