pub async fn list_account_audit_events(
configuration: &Configuration,
account_id: &str,
query: Option<&str>,
log_type: Option<&str>,
page: Option<i32>,
per_page: Option<i32>,
) -> Result<Vec<AuditLog>, Error<ListAccountAuditEventsError>>