DeleteAccountAssignmentRequest
import type { DeleteAccountAssignmentRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssoadmin.ts";interface DeleteAccountAssignmentRequest {
InstanceArn: string;
PermissionSetArn: string;
PrincipalId: string;
PrincipalType: PrincipalType;
TargetId: string;
TargetType: TargetType;
}