pub async fn get_subject_logs(
    configuration: &Configuration,
    service: &str,
    subject: &str,
    date_start: Option<&str>,
    date_end: Option<&str>,
    desc: Option<bool>,
    limit: Option<i32>,
    x_access_token: Option<&str>,
    x_secret_token: Option<&str>,
    authorization: Option<&str>,
    ehelply_active_participant: Option<&str>,
    ehelply_project: Option<&str>,
    ehelply_data: Option<&str>
) -> Result<Vec<LoggingDynamo>, Error<GetSubjectLogsError>>