Skip to content

ListEventActions

Source: src/AWS/DataExchange/ListEventActions.ts

Runtime binding for dataexchange:ListEventActions.

Enumerates the account’s event actions (auto-export rules on entitled data sets), optionally filtered to one event source data set. Provide the implementation with Effect.provide(AWS.DataExchange.ListEventActionsHttp).

const listEventActions = yield* AWS.DataExchange.ListEventActions();
// runtime
const { EventActions } = yield* listEventActions();