pub async fn get_service_alarms(
    configuration: &Configuration,
    service: &str,
    stage: &str,
    history: Option<i32>,
    include_terminated: Option<bool>,
    include_cleared: Option<bool>,
    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<AlarmResponse>, Error<GetServiceAlarmsError>>