Values_0.CreateOpsItemResponseSourceCreates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new 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 t = {opsItemId : String_.t option;The ID of the OpsItem.
*)opsItemArn : OpsItemArn.t option;The OpsItem Amazon Resource Name (ARN).
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `OpsItemAccessDeniedException of OpsItemAccessDeniedException.t| `OpsItemAlreadyExistsException of OpsItemAlreadyExistsException.t| `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t| `OpsItemLimitExceededException of OpsItemLimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `OpsItemAccessDeniedException of OpsItemAccessDeniedException.t
| `OpsItemAlreadyExistsException of OpsItemAlreadyExistsException.t
| `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t
| `OpsItemLimitExceededException of OpsItemLimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `OpsItemAccessDeniedException of OpsItemAccessDeniedException.t
| `OpsItemAlreadyExistsException of OpsItemAlreadyExistsException.t
| `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t
| `OpsItemLimitExceededException of OpsItemLimitExceededException.t
| `Unknown_operation_error of string * string option ]