{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-personalize-events","description":"Amazon Personalize Events","version":"2018-03-22","base_url":"","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Amazon Personalize Events\n@version 2018-03-22\n@auth AWS SigV4\n@endpoints 5\n@toc action-interactions(1), actions(1), events(1), items(1), users(1)\n\n@group action-interactions\n@endpoint POST /action-interactions\n@desc 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.\n@required {trackingId: str, actionInteractions: [ActionInteraction]}\n\n@endgroup\n\n@group actions\n@endpoint POST /actions\n@desc Adds one or more actions to an Actions dataset. For more information see Importing actions individually.\n@required {datasetArn: str, actions: [Action]}\n\n@endgroup\n\n@group events\n@endpoint POST /events\n@desc Records item interaction event data. For more information see Recording item interaction events.\n@required {trackingId: str, sessionId: str, eventList: [Event]}\n@optional {userId: str}\n\n@endgroup\n\n@group items\n@endpoint POST /items\n@desc Adds one or more items to an Items dataset. For more information see Importing items individually.\n@required {datasetArn: str, items: [Item]}\n\n@endgroup\n\n@group users\n@endpoint POST /users\n@desc Adds one or more users to a Users dataset. For more information see Importing users individually.\n@required {datasetArn: str, users: [User]}\n\n@endgroup\n\n@end\n"}