ListGroups
Source:
src/AWS/QBusiness/ListGroups.ts
Runtime binding for the ListGroups operation (IAM action
qbusiness:ListGroups), scoped to one Index.
Lists the groups mapped into the index before a given time.
Provide the implementation with
Effect.provide(AWS.QBusiness.ListGroupsHttp).
Principal Mapping
Section titled “Principal Mapping”const listGroups = yield* AWS.QBusiness.ListGroups(index);
const { items } = yield* listGroups({ updatedEarlierThan: new Date() });