Values_1.GetOpsItemResponseSourceGet 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.
type nonrec error = [ | `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 ]val 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 ]val 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 ]val 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 ]