Module Values_1.GetOpsSummaryResultSource

View 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.

Sourcetype nonrec t = {
  1. entities : OpsEntityList.t option;
    (*

    The list of aggregated details and filtered OpsData.

    *)
  2. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `InvalidAggregatorException of InvalidAggregatorException.t
  3. | `InvalidFilter of Values_0.InvalidFilter.t
  4. | `InvalidNextToken of Values_0.InvalidNextToken.t
  5. | `InvalidTypeNameException of Values_0.InvalidTypeNameException.t
  6. | `ResourceDataSyncNotFoundException of Values_0.ResourceDataSyncNotFoundException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?entities:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t