DeleteGroupMembership
Source:
src/AWS/IdentityCenter/DeleteGroupMembership.ts
Runtime binding for the DeleteGroupMembership operation (IAM action
identitystore:DeleteGroupMembership), scoped to one Instance.
Removes a group membership from the bound instance’s identity store by MembershipId. The instance’s
IdentityStoreId is injected from the binding. Provide the implementation with
Effect.provide(AWS.IdentityCenter.DeleteGroupMembershipHttp).
Managing Group Memberships
Section titled “Managing Group Memberships”// init — bind the operation to the Identity Center instanceconst deleteGroupMembership = yield* AWS.IdentityCenter.DeleteGroupMembership(instance);
// runtimeyield* deleteGroupMembership({ MembershipId: membershipId });