I'm trying to list the alerts that's showing for a running channel on MediaLive on my C# GUI using the .NET SDK
I've attempted to use the MediaLiveClient to do this, and have called the DescribeChannel function, however although it offers me an option to see, the piplines running, channel status etc. It does not have a way for my to retrieve the alerts.
https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/MediaLive/TDescribeChannelResponse.html
Is there another way to get these alerts?