Module Awso_personalize_events.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 ItemId : sig ... end
Sourcemodule EventAttributionSource : sig ... end
Sourcemodule ActionId : sig ... end
Sourcemodule StringType : sig ... end
Sourcemodule UserProperties : sig ... end
Sourcemodule ItemProperties : sig ... end
Sourcemodule Date : sig ... end
Sourcemodule EventPropertiesJSON : sig ... end
Sourcemodule FloatType : sig ... end
Sourcemodule Impression : sig ... end
Sourcemodule MetricAttribution : sig ... end

Contains information about a metric attribution associated with an event. For more information about metric attributions, see Measuring impact of recommendations.

Sourcemodule RecommendationId : sig ... end
Sourcemodule ActionProperties : sig ... end
Sourcemodule ActionImpression : sig ... end
Sourcemodule UserId : sig ... end
Sourcemodule User : sig ... end

Represents user metadata added to a Users dataset using the PutUsers API. For more information see Importing users individually.

Sourcemodule Item : sig ... end

Represents item metadata added to an Items dataset using the PutItems API. For more information see Importing items individually.

Sourcemodule Event : sig ... end

Represents item interaction event information sent using the PutEvents API.

Sourcemodule Action : sig ... end

Represents action metadata added to an Action dataset using the PutActions API. For more information see Importing actions individually.

Sourcemodule ActionInteraction : sig ... end

Represents an action interaction event sent using the PutActionInteractions API.

Sourcemodule ErrorMessage : sig ... end
Sourcemodule Arn : sig ... end
Sourcemodule UserList : sig ... end
Sourcemodule ItemList : sig ... end
Sourcemodule EventList : sig ... end
Sourcemodule ActionList : sig ... end
Sourcemodule ActionInteractionsList : sig ... end
Sourcemodule ResourceNotFoundException : sig ... end

Could not find the specified resource.

Sourcemodule ResourceInUseException : sig ... end

The specified resource is in use.

Sourcemodule PutUsersRequest : sig ... end

Adds one or more users to a Users dataset. For more information see Importing users individually.

Sourcemodule PutItemsRequest : sig ... end

Adds one or more items to an Items dataset. For more information see Importing items individually.

Sourcemodule PutEventsRequest : sig ... end

Records item interaction event data. For more information see Recording item interaction events.

Sourcemodule PutActionsRequest : sig ... end

Adds one or more actions to an Actions dataset. For more information see Importing actions individually.

Records action interaction event data. An action interaction event is an interaction between a user and an action. For example, a user taking an action, such a enrolling in a membership program or downloading your app. For more information about recording action interactions, see Recording action interaction events. For more information about actions in an Actions dataset, see Actions dataset.

Sourcemodule InvalidInputException : sig ... end

Provide a valid value for the field or parameter.