Skip to content

ListDataSets

Source: src/AWS/DataExchange/ListDataSets.ts

Runtime binding for dataexchange:ListDataSets.

Enumerates the account’s data sets — Origin: "OWNED" for data sets this account publishes, Origin: "ENTITLED" for active subscriptions. Provide the implementation with Effect.provide(AWS.DataExchange.ListDataSetsHttp).

// init — account-level binding, no resource argument
const listDataSets = yield* AWS.DataExchange.ListDataSets();
// runtime
const { DataSets } = yield* listDataSets({ Origin: "ENTITLED" });