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).
Event Actions
Section titled “Event Actions”const listEventActions = yield* AWS.DataExchange.ListEventActions();
// runtimeconst { EventActions } = yield* listEventActions();