Module Values_1.GetOpsItemResponseSource

Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. 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. opsItem : OpsItem.t option;
    (*

    The OpsItem.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `OpsItemAccessDeniedException of Values_0.OpsItemAccessDeniedException.t
  3. | `OpsItemNotFoundException of Values_0.OpsItemNotFoundException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?opsItem:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerError of Values_0.InternalServerError.t | `OpsItemAccessDeniedException of Values_0.OpsItemAccessDeniedException.t | `OpsItemNotFoundException of Values_0.OpsItemNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of Values_0.InternalServerError.t | `OpsItemAccessDeniedException of Values_0.OpsItemAccessDeniedException.t | `OpsItemNotFoundException of Values_0.OpsItemNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Values_0.OpsItemPriority.t | `List of [> `Structure of (string * [> `String of string ]) list ] list | `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 ]
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