AWS SDK for .NET Documentation
DescribeEvents Method (describeEventsRequest)
AmazonAmazon.ElastiCacheAmazonElastiCacheClientDescribeEvents(DescribeEventsRequest) Did this page help you?   Yes   No    Tell us about it...

The DescribeEvents operation returns events related to cache clusters, cache security groups, and cache parameter groups. You can obtain events specific to a particular cache cluster, cache security group, or cache parameter group by providing the name as a parameter.

By default, only the events occurring within the last hour are returned; however, you can retrieve up to 14 days' worth of events if necessary.

Declaration Syntax
C#
public DescribeEventsResponse DescribeEvents(
	DescribeEventsRequest describeEventsRequest
)
Parameters
describeEventsRequest (DescribeEventsRequest)
Container for the necessary parameters to execute the DescribeEvents service method on AmazonElastiCache.
Return Value
The response from the DescribeEvents service method, as returned by AmazonElastiCache.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)