Values_1.GetOpsSummaryResultSourceView a summary of operations metadata (OpsData) based on specified filters and aggregators. OpsData can include information about Amazon Web Services Systems Manager OpsCenter operational workitems (OpsItems) as well as information about any Amazon Web Services resource or service configured to report OpsData to Amazon Web Services Systems Manager Explorer.
type nonrec t = {entities : OpsEntityList.t option;The list of aggregated details and filtered OpsData.
*)nextToken : Values_0.NextToken.t option;The token for the next set of items to return. Use this token to get the next set of results.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `InvalidAggregatorException of InvalidAggregatorException.t| `InvalidFilter of Values_0.InvalidFilter.t| `InvalidNextToken of Values_0.InvalidNextToken.t| `InvalidTypeNameException of Values_0.InvalidTypeNameException.t| `ResourceDataSyncNotFoundException of
Values_0.ResourceDataSyncNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidAggregatorException of InvalidAggregatorException.t
| `InvalidFilter of Values_0.InvalidFilter.t
| `InvalidNextToken of Values_0.InvalidNextToken.t
| `InvalidTypeNameException of Values_0.InvalidTypeNameException.t
| `ResourceDataSyncNotFoundException of
Values_0.ResourceDataSyncNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidAggregatorException of InvalidAggregatorException.t
| `InvalidFilter of Values_0.InvalidFilter.t
| `InvalidNextToken of Values_0.InvalidNextToken.t
| `InvalidTypeNameException of Values_0.InvalidTypeNameException.t
| `ResourceDataSyncNotFoundException of
Values_0.ResourceDataSyncNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of OpsEntityItemKey.t ]
* [> `Structure of
(string
* [> `List of
[> `Map of
([> `String of
Values_0.AttributeName.t ]
* [> `String of
Values_0.AttributeValue.t ])
list ]
list
| `String of OpsEntityItemCaptureTime.t ])
list ])
list
| `String of OpsEntityId.t ])
list ]
list
| `String of Values_0.NextToken.t ])
list ]