Amazon.AWSHealth.AmazonAWSHealthClient.DescribeEvents C# (CSharp) Method

DescribeEvents() public method

Gets a list of events, based on the specified filter criteria. Events are returned in a summary form and do not include attached resources (if they exist) nor publicly exposed metadata included by the service-team that posted the event. Filters allow for a single event to be retrieved, or multiple events matching the provided criteria. If no filter criteria are specified, all events are returned. Results are sorted by lastModifiedTime, starting with the the most recent.
/// /// /// ///
public DescribeEvents ( DescribeEventsRequest request ) : DescribeEventsResponse
request Amazon.AWSHealth.Model.DescribeEventsRequest Container for the necessary parameters to execute the DescribeEvents service method.
return Amazon.AWSHealth.Model.DescribeEventsResponse
        public DescribeEventsResponse DescribeEvents(DescribeEventsRequest request)
        {
            var marshaller = new DescribeEventsRequestMarshaller();
            var unmarshaller = DescribeEventsResponseUnmarshaller.Instance;

            return Invoke<DescribeEventsRequest,DescribeEventsResponse>(request, marshaller, unmarshaller);
        }