Module Values_1.DescribeOpsItemsResponseSource

Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the Amazon Web Services Systems Manager User Guide. Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and remediate operational issues impacting the performance and health of their Amazon Web Services resources. For more information, see Amazon Web Services Systems Manager OpsCenter in the Amazon Web Services Systems Manager User Guide.

Sourcetype nonrec t = {
  1. nextToken : Values_0.String_.t option;
    (*

    The token for the next set of items to return. Use this token to get the next set of results.

    *)
  2. opsItemSummaries : OpsItemSummaries.t option;
    (*

    A list of OpsItems.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?nextToken:??? -> ?opsItemSummaries:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerError of Values_0.InternalServerError.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of Values_0.InternalServerError.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 * [> `Enum of string | `Integer of Values_0.OpsItemPriority.t | `Map of ([> `String of string ] * [> `Structure of (string * [> `Enum of string | `String of string ]) list ]) list | `String of Values_0.String_.t | `Timestamp of Values_0.DateTime.t ]) list ] list | `String of Values_0.String_.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