Module Values_1.GetOpsItemRequestSource

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. opsItemId : Values_0.OpsItemId.t;
    (*

    The ID of the OpsItem that you want to get.

    *)
  2. opsItemArn : Values_0.OpsItemArn.t option;
    (*

    The OpsItem Amazon Resource Name (ARN).

    *)
}
Sourceval context_ : string
Sourceval make : ?opsItemArn:??? -> opsItemId:Values_0.OpsItemId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.OpsItemId.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