Values.SearchInsightsResponseSourceReturns 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). Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.
type nonrec t = {proactiveInsights : ProactiveInsights.t option;The returned proactive insights.
*)reactiveInsights : ReactiveInsights.t option;The returned reactive insights.
*)nextToken : UuidNextToken.t option;The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceArn.t ] list
| `String of InsightId.t
| `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string
* [> `List of
[> `String of TagValue.t ] list
| `String of AppBoundaryKey.t ])
list ]
list
| `Structure of
(string
* [> `List of [> `String of StackName.t ] list ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]
list
| `String of UuidNextToken.t ])
list ]