Values_1.DisassociateOpsItemRelatedItemRequestSourceDeletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in Amazon Web Services Systems Manager.
type nonrec t = {opsItemId : Values_0.OpsItemId.t;The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
*)associationId : Values_0.OpsItemRelatedItemAssociationId.t;The ID of the association for which you want to delete an association between the OpsItem and a related item.
*)}val make :
opsItemId:Values_0.OpsItemId.t ->
associationId:Values_0.OpsItemRelatedItemAssociationId.t ->
unit ->
t