pub async fn search_event_logs_with_id(
configuration: &Configuration,
event_log_search_request: Option<EventLogSearchRequest>,
) -> Result<EventLogSearchResponse, Error<SearchEventLogsWithIdError>>Expand description
Searches the event logs with the specified criteria and pagination.