Awso_cloudtrail_data_asyncSourceval put_audit_events :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudtrail_data.Values.PutAuditEventsRequest.t ->
(Awso_cloudtrail_data.Values.PutAuditEventsResponse.t,
Awso_cloudtrail_data.Values.PutAuditEventsResponse.error)
Result.t
Async.Deferred.tinclude module type of struct include Awso_cloudtrail_data.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]A response that includes successful and failed event results.
Includes the error code and error message for events that could not be ingested by CloudTrail.
An event from a source outside of Amazon Web Services that you want CloudTrail to log.
module ChannelInsufficientPermission =
Awso_cloudtrail_data.Values.ChannelInsufficientPermissionThe caller's account ID must be the same as the channel owner's account ID.
The channel could not be found.
The schema type of the event is not supported.
Two or more entries in the request have the same event ID.
The specified channel ARN is not a valid channel ARN.
module UnsupportedOperationException =
Awso_cloudtrail_data.Values.UnsupportedOperationExceptionThe operation requested is not supported in this region or account.
Ingests your application events into CloudTrail Lake. A required parameter, auditEvents, accepts the JSON records (also called payload) of events that you want CloudTrail to ingest. You can add up to 100 of these events (or up to 1 MB) per PutAuditEvents request.
Ingests your application events into CloudTrail Lake. A required parameter, auditEvents, accepts the JSON records (also called payload) of events that you want CloudTrail to ingest. You can add up to 100 of these events (or up to 1 MB) per PutAuditEvents request.