Module Values_0.CreateOpsItemResponseSource

Creates 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.

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

    The ID of the OpsItem.

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

    The OpsItem Amazon Resource Name (ARN).

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of InternalServerError.t
  2. | `OpsItemAccessDeniedException of OpsItemAccessDeniedException.t
  3. | `OpsItemAlreadyExistsException of OpsItemAlreadyExistsException.t
  4. | `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t
  5. | `OpsItemLimitExceededException of OpsItemLimitExceededException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?opsItemId:??? -> ?opsItemArn:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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