Module Values_0.AssociateOpsItemRelatedItemResponseSource

Associates a related item to a Systems Manager OpsCenter OpsItem. For example, you can associate an Incident Manager incident or analysis with an OpsItem. Incident Manager and OpsCenter are tools in Amazon Web Services Systems Manager.

Sourcetype nonrec t = {
  1. associationId : OpsItemRelatedItemAssociationId.t option;
    (*

    The association ID.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of InternalServerError.t
  2. | `OpsItemConflictException of OpsItemConflictException.t
  3. | `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t
  4. | `OpsItemLimitExceededException of OpsItemLimitExceededException.t
  5. | `OpsItemNotFoundException of OpsItemNotFoundException.t
  6. | `OpsItemRelatedItemAlreadyExistsException of OpsItemRelatedItemAlreadyExistsException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?associationId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InternalServerError of InternalServerError.t | `OpsItemConflictException of OpsItemConflictException.t | `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t | `OpsItemLimitExceededException of OpsItemLimitExceededException.t | `OpsItemNotFoundException of OpsItemNotFoundException.t | `OpsItemRelatedItemAlreadyExistsException of OpsItemRelatedItemAlreadyExistsException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of InternalServerError.t | `OpsItemConflictException of OpsItemConflictException.t | `OpsItemInvalidParameterException of OpsItemInvalidParameterException.t | `OpsItemLimitExceededException of OpsItemLimitExceededException.t | `OpsItemNotFoundException of OpsItemNotFoundException.t | `OpsItemRelatedItemAlreadyExistsException of OpsItemRelatedItemAlreadyExistsException.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 OpsItemRelatedItemAssociationId.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