Module Awso_cloudtrail_data.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule Uuid : sig ... end
Sourcemodule ErrorCode : sig ... end
Sourcemodule ErrorMessage : sig ... end
Sourcemodule String_ : sig ... end
Sourcemodule AuditEventResultEntry : sig ... end

A response that includes successful and failed event results.

Sourcemodule ResultErrorEntry : sig ... end

Includes the error code and error message for events that could not be ingested by CloudTrail.

Sourcemodule AuditEvent : sig ... end

An event from a source outside of Amazon Web Services that you want CloudTrail to log.

Sourcemodule AuditEventResultEntries : sig ... end

The caller's account ID must be the same as the channel owner's account ID.

Sourcemodule ChannelNotFound : sig ... end

The channel could not be found.

Sourcemodule ChannelUnsupportedSchema : sig ... end

The schema type of the event is not supported.

Sourcemodule DuplicatedAuditEventId : sig ... end

Two or more entries in the request have the same event ID.

Sourcemodule InvalidChannelARN : sig ... end

The specified channel ARN is not a valid channel ARN.

Sourcemodule ResultErrorEntries : sig ... end

The operation requested is not supported in this region or account.

Sourcemodule AuditEvents : sig ... end
Sourcemodule ChannelArn : sig ... end
Sourcemodule ExternalId : sig ... end
Sourcemodule PutAuditEventsResponse : sig ... end

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.

Sourcemodule PutAuditEventsRequest : sig ... end

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.