Smaws_Client_CloudWatchEvents.PutEventsSends custom events to Amazon EventBridge so that they can be matched to rules.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.put_events_request ->
(Types.put_events_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.put_events_request ->
(Types.put_events_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result