Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING
or CLOSED
), one or more severities (LOW
, MEDIUM
, and HIGH
), and type (REACTIVE
or PROACTIVE
).
See https://www.paws-r-sdk.com/docs/devopsguru_search_insights/ for full documentation.
devopsguru_search_insights(
StartTimeRange,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL,
Type
)
[required] The start of the time range passed in. Returned insights occurred after this time.
A SearchInsightsFilters
object that is used to set the severity and
status filters on your insight search.
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
[required] The type of insights you are searching for (REACTIVE
or PROACTIVE
).