ListGroupsOlderThanOrderingId
Source:
src/AWS/Kendra/ListGroupsOlderThanOrderingId.ts
Runtime binding for the ListGroupsOlderThanOrderingId operation (IAM action
kendra:ListGroupsOlderThanOrderingId), scoped to one Index.
Lists groups whose principal mapping is older than the given ordering
id — used to find stale group mappings to refresh or delete.
Provide the implementation with
Effect.provide(AWS.Kendra.ListGroupsOlderThanOrderingIdHttp).
Principal Mapping
Section titled “Principal Mapping”const listGroups = yield* AWS.Kendra.ListGroupsOlderThanOrderingId(index);
const stale = yield* listGroups({ OrderingId: orderingId });console.log(stale.GroupsSummaries);