Skip to content

ListSubscriptions

Source: src/AWS/QBusiness/ListSubscriptions.ts

Runtime binding for the ListSubscriptions operation (IAM action qbusiness:ListSubscriptions), scoped to one Application.

Lists the application’s user and group subscriptions. Provide the implementation with Effect.provide(AWS.QBusiness.ListSubscriptionsHttp).

const listSubscriptions = yield* AWS.QBusiness.ListSubscriptions(app);
const { subscriptions } = yield* listSubscriptions();