Values.SearchOrganizationInsightsRequestSourceReturns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (ONGOING, CLOSED, and 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 = {accountIds : SearchInsightsAccountIdList.t;The ID of the Amazon Web Services account.
*)startTimeRange : StartTimeRange.t;filters : SearchOrganizationInsightsFilters.t option;A SearchOrganizationInsightsFilters object that is used to set the severity and status filters on your insight search.
*)maxResults : SearchOrganizationInsightsMaxResults.t option;The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
*)nextToken : UuidNextToken.t option;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.
*)type_ : InsightType.t;The type of insights you are searching for (REACTIVE or PROACTIVE).
*)}val make :
?filters:??? ->
?maxResults:??? ->
?nextToken:??? ->
accountIds:SearchInsightsAccountIdList.t ->
startTimeRange:StartTimeRange.t ->
type_:InsightType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of SearchOrganizationInsightsMaxResults.t
| `List of [> `String of AwsAccountId.t ] list
| `String of UuidNextToken.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `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 ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]